Trace number 194521

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.11 1809.81

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-46_ext.xml
MD5SUM3569a5a03cee2903c3cfe2507ce082f1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark874.67
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/194521-1170090268/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194521-1170090268/unknown.xml [Mon Jan 29 18:04:33 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194521-1170090268/unknown.xml /tmp/evaluation/194521-1170090268/sugar23566.csp [Mon Jan 29 18:04:33 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194521-1170090268/sugar-v0-40.jar -convert /tmp/evaluation/194521-1170090268/unknown.xml /tmp/evaluation/194521-1170090268/sugar23566.csp
0.17	c BEGIN convert /tmp/evaluation/194521-1170090268/unknown.xml
0.87	c END convert (0.697806 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/194521-1170090268/sugar23566.csp 2159522 bytes (1 seconds) [Mon Jan 29 18:04:34 2007]
0.92	c # CONVERT_XML  CPU : 0.8 = 0 + 0 + 0.74 + 0.06
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194521-1170090268/sugar23566.bcnf [Mon Jan 29 18:04:34 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194521-1170090268/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194521-1170090268/sugar23566.map /tmp/evaluation/194521-1170090268/sugar23566.csp /tmp/evaluation/194521-1170090268/sugar23566.bcnf
1.07	c BEGIN parse /tmp/evaluation/194521-1170090268/sugar23566.csp
41.87	c END parse (40.802112 seconds)
41.87	c BEGIN simplify
42.03	c END simplify (0.159667 seconds)
42.03	c BEGIN encode /tmp/evaluation/194521-1170090268/sugar23566.bcnf
43.33	c END encode (1.29982 seconds)
43.49	c # GENERATE_SAT  END : 10172 variables 84666 clauses 11981872 bytes (42 seconds) [Mon Jan 29 18:05:16 2007]
43.49	c # GENERATE_SAT  CPU : 42.22 = 0.08 + 0.01 + 41.58 + 0.55
43.49	
43.49	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194521-1170090268/sugar23566.bcnf [Mon Jan 29 18:05:16 2007]
43.49	c # CMD : /tmp/evaluation/194521-1170090268/minisat /tmp/evaluation/194521-1170090268/sugar23566.bcnf /tmp/evaluation/194521-1170090268/sugar23566.out
43.76	c ==================================[MINISAT]===================================
43.76	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
43.76	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
43.76	c ==============================================================================
43.76	c |         0 |   84666  2910792 |   28222       0        0     nan |  0.000 % |
43.80	c |       101 |   84666  2910792 |   31044     101     7827    77.5 |  0.000 % |
43.87	c |       253 |   84666  2910792 |   34148     253    10730    42.4 |  0.000 % |
43.99	c |       478 |   84666  2910792 |   37563     478    14426    30.2 |  0.000 % |
44.20	c |       816 |   84666  2910792 |   41319     816    21507    26.4 |  0.000 % |
44.50	c |      1322 |   84666  2910792 |   45451    1322    31040    23.5 |  0.000 % |
44.99	c |      2083 |   84667  2910792 |   49996    2082    45547    21.9 |  0.000 % |
45.66	c |      3222 |   84667  2910792 |   54996    3221    70271    21.8 |  0.000 % |
46.87	c |      4932 |   84667  2910792 |   60496    4931   109789    22.3 |  0.000 % |
48.68	c |      7496 |   84668  2910792 |   66545    7494   165053    22.0 |  0.000 % |
51.37	c |     11340 |   84668  2910792 |   73200   11338   262769    23.2 |  0.000 % |
56.01	c |     17107 |   84669  2910792 |   80520   17104   403113    23.6 |  0.000 % |
63.25	c |     25757 |   84670  2910792 |   88572   25753   642547    25.0 |  0.000 % |
76.42	c |     38731 |   84671  2910792 |   97429   38726  1047260    27.0 |  0.000 % |
99.33	c |     58192 |   84676  2910792 |  107172   58182  1510766    26.0 |  0.000 % |
136.22	c |     87384 |   84679  2910792 |  117890   87371  2227133    25.5 |  0.000 % |
185.36	c |    131173 |   84686  2910792 |  129679   27885   781637    28.0 |  0.000 % |
274.51	c |    196858 |   84694  2910792 |  142647   93562  2903261    31.0 |  0.000 % |
449.43	c |    295384 |   84703  2910792 |  156911   68947  2835585    41.1 |  0.000 % |
709.32	c |    443173 |   84722  2910792 |  172603   81317  3707290    45.6 |  0.000 % |
1165.16	c |    664857 |   84729  2910792 |  189863  153778  7734921    50.3 |  0.000 % |
1808.80	
1808.80	s UNKNOWN
1808.80	c # INTERRUPTED
1808.80	c # MAIN  END :  (1809 seconds) [Mon Jan 29 18:34:42 2007]
1808.80	c # MAIN  CPU : 43.02 = 0.08 + 0.01 + 42.32 + 0.61
1808.80	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-194521-1170090268 -o ROOT/results/node1/solver-194521-1170090268 -C 1800 -M 900 /tmp/evaluation/194521-1170090268/solver /tmp/evaluation/194521-1170090268 /tmp/evaluation/194521-1170090268/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.41 1.35 0.54 5/94 23567
/proc/meminfo: memFree=1693400/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=5352 CPUtime=0
/proc/23566/stat : 23566 (solver) R 23564 23566 22890 0 -1 4194304 264 0 0 0 0 0 0 0 21 0 1 0 28982356 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 259353275687 0 0 4096 0 0 0 0 17 1 0 0
/proc/23566/statm: 1338 231 193 169 0 49 0

[startup+0.104845 s]
/proc/loadavg: 2.41 1.35 0.54 5/94 23567
/proc/meminfo: memFree=1693400/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=13724 CPUtime=0.03
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 28982356 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516897 s]
/proc/loadavg: 2.41 1.35 0.54 5/94 23567
/proc/meminfo: memFree=1693400/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=13724 CPUtime=0.03
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 28982356 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33799 s]
/proc/loadavg: 2.41 1.35 0.54 5/102 23583
/proc/meminfo: memFree=1682904/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=13724 CPUtime=0.83
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 1190 7899 0 1 3 0 74 6 15 0 1 0 28982356 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 3431 809 371 3 0 531 0
[pid=23576] ppid=23566 vsize=807064 CPUtime=0.36
/proc/23576/stat : 23576 (java) R 23566 23566 22890 0 -1 0 6514 0 1 0 33 3 0 0 17 0 8 0 28982449 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23576/statm: 201766 6264 1494 14 0 189044 0
[pid=23576/tid=23577] ppid=23566 vsize=807064 CPUtime=0.03
/proc/23576/task/23577/stat : 23577 (java) S 23566 23566 22890 0 -1 64 461 0 0 0 3 0 0 0 16 0 8 0 28982455 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23578] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23578/stat : 23578 (java) S 23566 23566 22890 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982455 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23579] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23579/stat : 23579 (java) S 23566 23566 22890 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982455 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23580] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23580/stat : 23580 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28982459 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23581] ppid=23566 vsize=807064 CPUtime=0.05
/proc/23576/task/23581/stat : 23581 (java) R 23566 23566 22890 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 28982459 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23582] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23582/stat : 23582 (java) S 23566 23566 22890 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28982459 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23583] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23583/stat : 23583 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982459 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 820788

[startup+2.97618 s]
/proc/loadavg: 2.54 1.39 0.56 3/102 23583
/proc/meminfo: memFree=1654744/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=13724 CPUtime=0.83
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 1190 7899 0 1 3 0 74 6 15 0 1 0 28982356 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 3431 809 371 3 0 531 0
[pid=23576] ppid=23566 vsize=807064 CPUtime=1.99
/proc/23576/stat : 23576 (java) R 23566 23566 22890 0 -1 0 12937 0 1 0 192 7 0 0 25 0 8 0 28982449 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073497994 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23576/statm: 201766 12673 1494 14 0 189044 0
[pid=23576/tid=23577] ppid=23566 vsize=807064 CPUtime=0.56
/proc/23576/task/23577/stat : 23577 (java) S 23566 23566 22890 0 -1 64 6870 0 0 0 53 3 0 0 16 0 8 0 28982455 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23578] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23578/stat : 23578 (java) S 23566 23566 22890 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982455 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23579] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23579/stat : 23579 (java) S 23566 23566 22890 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982455 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23580] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23580/stat : 23580 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28982459 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23581] ppid=23566 vsize=807064 CPUtime=0.06
/proc/23576/task/23581/stat : 23581 (java) S 23566 23566 22890 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 28982459 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23582] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23582/stat : 23582 (java) S 23566 23566 22890 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28982459 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23583] ppid=23566 vsize=807064 CPUtime=0
/proc/23576/task/23583/stat : 23583 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982459 826433536 12673 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 820788

[startup+6.19256 s]
/proc/loadavg: 2.54 1.39 0.56 3/102 23583
/proc/meminfo: memFree=1576664/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=13724 CPUtime=0.83
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 1190 7899 0 1 3 0 74 6 15 0 1 0 28982356 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 3431 809 371 3 0 531 0
[pid=23576] ppid=23566 vsize=807336 CPUtime=5.17
/proc/23576/stat : 23576 (java) R 23566 23566 22890 0 -1 0 31219 0 1 0 502 15 0 0 25 0 8 0 28982449 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073747286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23576/statm: 201834 30883 1506 14 0 189112 0
[pid=23576/tid=23577] ppid=23566 vsize=807336 CPUtime=1.54
/proc/23576/task/23577/stat : 23577 (java) S 23566 23566 22890 0 -1 64 24930 0 0 0 143 11 0 0 16 0 8 0 28982455 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23578] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23578/stat : 23578 (java) S 23566 23566 22890 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982455 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23579] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23579/stat : 23579 (java) S 23566 23566 22890 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982455 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23580] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23580/stat : 23580 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28982459 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23581] ppid=23566 vsize=807336 CPUtime=0.14
/proc/23576/task/23581/stat : 23581 (java) S 23566 23566 22890 0 -1 64 398 0 0 0 14 0 0 0 16 0 8 0 28982459 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23582] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23582/stat : 23582 (java) S 23566 23566 22890 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28982459 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23583] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23583/stat : 23583 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982459 826712064 30883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 821060

[startup+12.6103 s]
/proc/loadavg: 2.53 1.43 0.58 3/95 23584
/proc/meminfo: memFree=1663888/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=13724 CPUtime=0.83
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 1190 7899 0 1 3 0 74 6 15 0 1 0 28982356 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 3431 809 371 3 0 531 0
[pid=23576] ppid=23566 vsize=807336 CPUtime=11.54
/proc/23576/stat : 23576 (java) R 23566 23566 22890 0 -1 0 54973 0 1 0 1125 29 0 0 25 0 8 0 28982449 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073724895 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23576/statm: 201834 54112 1507 14 0 189112 0
[pid=23576/tid=23577] ppid=23566 vsize=807336 CPUtime=3.76
/proc/23576/task/23577/stat : 23577 (java) S 23566 23566 22890 0 -1 64 48473 0 0 0 353 23 0 0 16 0 8 0 28982455 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23576/tid=23578] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23578/stat : 23578 (java) S 23566 23566 22890 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982455 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23579] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23579/stat : 23579 (java) S 23566 23566 22890 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982455 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23580] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23580/stat : 23580 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23581] ppid=23566 vsize=807336 CPUtime=0.15
/proc/23576/task/23581/stat : 23581 (java) S 23566 23566 22890 0 -1 64 401 0 0 0 15 0 0 0 16 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23576/tid=23582] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23582/stat : 23582 (java) S 23566 23566 22890 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23583] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23583/stat : 23583 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 821060

[startup+25.5088 s]
/proc/loadavg: 2.52 1.46 0.60 3/95 23584
/proc/meminfo: memFree=1662288/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=13724 CPUtime=0.83
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 1190 7899 0 1 3 0 74 6 15 0 1 0 28982356 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 3431 809 371 3 0 531 0
[pid=23576] ppid=23566 vsize=807336 CPUtime=24.38
/proc/23576/stat : 23576 (java) R 23566 23566 22890 0 -1 0 56475 0 1 0 2403 35 0 0 25 0 8 0 28982449 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23576/statm: 201834 54112 1507 14 0 189112 0
[pid=23576/tid=23577] ppid=23566 vsize=807336 CPUtime=8.89
/proc/23576/task/23577/stat : 23577 (java) R 23566 23566 22890 0 -1 64 49564 0 0 0 861 28 0 0 16 0 8 0 28982455 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216448 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23576/tid=23578] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23578/stat : 23578 (java) S 23566 23566 22890 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982455 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23579] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23579/stat : 23579 (java) S 23566 23566 22890 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982455 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23580] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23580/stat : 23580 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23581] ppid=23566 vsize=807336 CPUtime=0.15
/proc/23576/task/23581/stat : 23581 (java) S 23566 23566 22890 0 -1 64 401 0 0 0 15 0 0 0 16 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23576/tid=23582] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23582/stat : 23582 (java) S 23566 23566 22890 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23576/tid=23583] ppid=23566 vsize=807336 CPUtime=0
/proc/23576/task/23583/stat : 23583 (java) S 23566 23566 22890 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982459 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 821060

[startup+51.1448 s]
/proc/loadavg: 2.46 1.53 0.64 3/88 23585
/proc/meminfo: memFree=1836296/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=17428 CPUtime=7.61
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 5034 0 0 0 756 5 0 0 25 0 1 0 28986706 17846272 3995 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 4357 3995 52 112 0 4241 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 36512

[startup+102.393 s]
/proc/loadavg: 2.18 1.61 0.72 3/88 23585
/proc/meminfo: memFree=1822472/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=24228 CPUtime=58.61
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 6723 0 0 0 5853 8 0 0 25 0 1 0 28986706 24809472 5684 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 6057 5684 52 112 0 5941 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 43312

[startup+162.477 s]
/proc/loadavg: 2.07 1.68 0.80 3/88 23585
/proc/meminfo: memFree=1811592/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=31876 CPUtime=118.41
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 8584 0 0 0 11830 11 0 0 25 0 1 0 28986706 32641024 7545 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 7969 7545 52 112 0 7853 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 50960


################
# More data... #
################

/proc/loadavg: 2.00 1.97 1.55 3/88 23585
/proc/meminfo: memFree=1761040/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=60320 CPUtime=1075.18
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 15661 0 0 0 107491 27 0 0 25 0 1 0 28986706 61767680 14622 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15080 14622 52 112 0 14964 0
Current children cumulated CPU time (s) 1118.23
Current children cumulated vsize (KiB) 79404

[startup+1183.87 s]
/proc/loadavg: 2.00 1.97 1.57 3/88 23585
/proc/meminfo: memFree=1760464/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=60644 CPUtime=1134.98
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 15730 0 0 0 113470 28 0 0 25 0 1 0 28986706 62099456 14691 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15161 14691 52 112 0 15045 0
Current children cumulated CPU time (s) 1178.03
Current children cumulated vsize (KiB) 79728

[startup+1243.95 s]
/proc/loadavg: 2.00 1.97 1.60 3/88 23585
/proc/meminfo: memFree=1759568/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=61464 CPUtime=1194.78
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 15943 0 0 0 119449 29 0 0 25 0 1 0 28986706 62939136 14904 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15366 14904 52 112 0 15250 0
Current children cumulated CPU time (s) 1237.83
Current children cumulated vsize (KiB) 80548

[startup+1304.04 s]
/proc/loadavg: 2.00 1.97 1.62 3/88 23585
/proc/meminfo: memFree=1757456/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63148 CPUtime=1254.59
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16376 0 0 0 125429 30 0 0 25 0 1 0 28986706 64663552 15337 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15787 15337 52 112 0 15671 0
Current children cumulated CPU time (s) 1297.64
Current children cumulated vsize (KiB) 82232

[startup+1364.12 s]
/proc/loadavg: 2.00 1.97 1.64 3/88 23585
/proc/meminfo: memFree=1757264/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63320 CPUtime=1314.38
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16390 0 0 0 131408 30 0 0 25 0 1 0 28986706 64839680 15351 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15830 15351 52 112 0 15714 0
Current children cumulated CPU time (s) 1357.43
Current children cumulated vsize (KiB) 82404

[startup+1424.2 s]
/proc/loadavg: 2.00 1.97 1.66 3/88 23585
/proc/meminfo: memFree=1757200/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63320 CPUtime=1374.17
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16390 0 0 0 137387 30 0 0 25 0 1 0 28986706 64839680 15351 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528314 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15830 15351 52 112 0 15714 0
Current children cumulated CPU time (s) 1417.22
Current children cumulated vsize (KiB) 82404

[startup+1484.29 s]
/proc/loadavg: 2.00 1.97 1.68 3/88 23585
/proc/meminfo: memFree=1756880/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63320 CPUtime=1433.98
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16390 0 0 0 143367 31 0 0 25 0 1 0 28986706 64839680 15351 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15830 15351 52 112 0 15714 0
Current children cumulated CPU time (s) 1477.03
Current children cumulated vsize (KiB) 82404

[startup+1544.37 s]
/proc/loadavg: 2.00 1.97 1.69 3/88 23585
/proc/meminfo: memFree=1756816/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63320 CPUtime=1493.77
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16390 0 0 0 149346 31 0 0 25 0 1 0 28986706 64839680 15351 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528470 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15830 15351 52 112 0 15714 0
Current children cumulated CPU time (s) 1536.82
Current children cumulated vsize (KiB) 82404

[startup+1604.45 s]
/proc/loadavg: 2.00 1.97 1.71 3/88 23585
/proc/meminfo: memFree=1756624/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63320 CPUtime=1553.58
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16410 0 0 0 155326 32 0 0 25 0 1 0 28986706 64839680 15371 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15830 15371 52 112 0 15714 0
Current children cumulated CPU time (s) 1596.63
Current children cumulated vsize (KiB) 82404

[startup+1664.53 s]
/proc/loadavg: 2.00 1.97 1.73 3/88 23585
/proc/meminfo: memFree=1756560/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63320 CPUtime=1613.37
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16410 0 0 0 161305 32 0 0 25 0 1 0 28986706 64839680 15371 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15830 15371 52 112 0 15714 0
Current children cumulated CPU time (s) 1656.42
Current children cumulated vsize (KiB) 82404

[startup+1724.61 s]
/proc/loadavg: 2.00 1.97 1.74 3/88 23585
/proc/meminfo: memFree=1756368/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63484 CPUtime=1673.17
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16443 0 0 0 167284 33 0 0 25 0 1 0 28986706 65007616 15404 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15871 15404 52 112 0 15755 0
Current children cumulated CPU time (s) 1716.22
Current children cumulated vsize (KiB) 82568

[startup+1784.69 s]
/proc/loadavg: 2.00 1.97 1.75 2/89 23586
/proc/meminfo: memFree=1807112/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63484 CPUtime=1732.96
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16447 0 0 0 173262 34 0 0 25 0 1 0 28986706 65007616 15408 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23585/statm: 15871 15408 52 112 0 15755 0
Current children cumulated CPU time (s) 1776.01
Current children cumulated vsize (KiB) 82568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.79 s]
/proc/loadavg: 1.66 1.89 1.73 2/79 23600
/proc/meminfo: memFree=1830872/2055920 swapFree=4192956/4192956
[pid=23566] ppid=23564 vsize=19084 CPUtime=43.05
/proc/23566/stat : 23566 (sugar) S 23564 23566 22890 0 -1 4194304 2566 75684 0 2 11 1 4232 61 16 0 1 0 28982356 19542016 2077 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23566/statm: 4771 2077 373 3 0 1871 0
[pid=23585] ppid=23566 vsize=63484 CPUtime=1757.05
/proc/23585/stat : 23585 (minisat) R 23566 23566 22890 0 -1 0 16449 0 0 0 175671 34 0 0 25 0 1 0 28986706 65007616 15410 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528059 0 0 4096 3 0 0 0 17 0 0 0
/proc/23585/statm: 15871 15410 52 112 0 15755 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 82568

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23566 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=441547 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=638902
CPU time returned by wait4() is 43.0804
while last known CPU time is 1800.11

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1809.81
CPU time (s): 1800.11
CPU user time (s): 1799.14
CPU system time (s): 0.97
CPU usage (%): 99.4638
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.4415
system time used= 0.638902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78335
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10107
involuntary context switches= 10073

runsolver used 2.13767 s user time and 5.87311 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan 29 17:04:33 UTC 2007


IDJOB= 194521
IDBENCH= 3218
IDSOLVER= 86
FILE ID= node1/194521-1170090268

PBS_JOBID= 3689396

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-46_ext.xml
COMMAND LINE= /tmp/evaluation/194521-1170090268/solver /tmp/evaluation/194521-1170090268 /tmp/evaluation/194521-1170090268/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-194521-1170090268 -o ROOT/results/node1/solver-194521-1170090268 -C 1800 -M 900  /tmp/evaluation/194521-1170090268/solver /tmp/evaluation/194521-1170090268 /tmp/evaluation/194521-1170090268/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3569a5a03cee2903c3cfe2507ce082f1

RANDOM SEED= 633378041

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1693880 kB
Buffers:          4500 kB
Cached:          44052 kB
SwapCached:          0 kB
Active:         298596 kB
Inactive:        10100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:         285700 kB
Slab:            37784 kB
Committed_AS:   420832 kB
PageTables:       2616 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node1 on Mon Jan 29 17:34:43 UTC 2007