Trace number 194730

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.06 1816.45

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-15_ext.xml
MD5SUM355ab8f832e3d36154095e0c19f77125
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints469
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension469
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/194730-1170090284/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194730-1170090284/unknown.xml [Mon Jan 29 18:04:44 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194730-1170090284/unknown.xml /tmp/evaluation/194730-1170090284/sugar23712.csp [Mon Jan 29 18:04:44 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194730-1170090284/sugar-v0-40.jar -convert /tmp/evaluation/194730-1170090284/unknown.xml /tmp/evaluation/194730-1170090284/sugar23712.csp
0.16	c BEGIN convert /tmp/evaluation/194730-1170090284/unknown.xml
0.84	c END convert (0.682703 seconds)
0.90	c # CONVERT_XML  END : /tmp/evaluation/194730-1170090284/sugar23712.csp 2170343 bytes (1 seconds) [Mon Jan 29 18:04:45 2007]
0.90	c # CONVERT_XML  CPU : 0.78 = 0 + 0 + 0.72 + 0.06
0.90	
0.90	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194730-1170090284/sugar23712.bcnf [Mon Jan 29 18:04:45 2007]
0.90	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194730-1170090284/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194730-1170090284/sugar23712.map /tmp/evaluation/194730-1170090284/sugar23712.csp /tmp/evaluation/194730-1170090284/sugar23712.bcnf
1.02	c BEGIN parse /tmp/evaluation/194730-1170090284/sugar23712.csp
28.29	c END parse (27.271812 seconds)
28.29	c BEGIN simplify
28.39	c END simplify (0.105039 seconds)
28.39	c BEGIN encode /tmp/evaluation/194730-1170090284/sugar23712.bcnf
29.30	c END encode (0.905834 seconds)
29.40	c # GENERATE_SAT  END : 6408 variables 77661 clauses 7177752 bytes (28 seconds) [Mon Jan 29 18:05:13 2007]
29.40	c # GENERATE_SAT  CPU : 28.09 = 0.04 + 0 + 27.66 + 0.39
29.40	
29.40	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194730-1170090284/sugar23712.bcnf [Mon Jan 29 18:05:13 2007]
29.40	c # CMD : /tmp/evaluation/194730-1170090284/minisat /tmp/evaluation/194730-1170090284/sugar23712.bcnf /tmp/evaluation/194730-1170090284/sugar23712.out
29.57	c ==================================[MINISAT]===================================
29.57	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
29.57	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
29.57	c ==============================================================================
29.57	c |         0 |   77661  1716769 |   25887       0        0     nan |  0.000 % |
29.62	c |       100 |   77661  1716769 |   28475     100     4135    41.4 |  0.000 % |
29.69	c |       250 |   77662  1716769 |   31323     249     6241    25.1 |  0.000 % |
29.76	c |       477 |   77662  1716769 |   34455     476     9464    19.9 |  0.000 % |
29.89	c |       814 |   77662  1716769 |   37901     813    14165    17.4 |  0.000 % |
30.14	c |      1322 |   77662  1716769 |   41691    1321    23532    17.8 |  0.000 % |
30.46	c |      2081 |   77662  1716769 |   45860    2080    36104    17.4 |  0.000 % |
30.95	c |      3222 |   77663  1716769 |   50446    3220    52226    16.2 |  0.000 % |
31.76	c |      4931 |   77663  1716769 |   55491    4929    82815    16.8 |  0.000 % |
33.03	c |      7494 |   77665  1716769 |   61040    7490   121007    16.2 |  0.000 % |
34.82	c |     11341 |   77666  1716769 |   67144   11336   181693    16.0 |  0.000 % |
37.87	c |     17107 |   77667  1716769 |   73858   17101   282179    16.5 |  0.000 % |
42.45	c |     25758 |   77668  1716769 |   81244   25751   443093    17.2 |  0.000 % |
51.09	c |     38732 |   77669  1716769 |   89368   38724   706262    18.2 |  0.000 % |
65.38	c |     58194 |   77674  1716769 |   98305   58181  1114841    19.2 |  0.001 % |
94.46	c |     87388 |   77677  1716769 |  108136   87372  1752267    20.1 |  0.001 % |
144.24	c |    131177 |   77684  1716769 |  118950   38606   903330    23.4 |  0.001 % |
214.02	c |    196862 |   77702  1716769 |  130845  104273  2589515    24.8 |  0.000 % |
345.32	c |    295389 |   77712  1716769 |  143929   90597  2439658    26.9 |  0.000 % |
556.45	c |    443179 |   77728  1716769 |  158322  115312  2950620    25.6 |  0.000 % |
866.35	c |    664862 |   77738  1716769 |  174154   59518  1536223    25.8 |  0.000 % |
1335.44	c |    997390 |   77759  1716769 |  191570   81283  2152806    26.5 |  0.001 % |
1815.44	
1815.44	s UNKNOWN
1815.44	c # INTERRUPTED
1815.44	c # MAIN  END :  (1815 seconds) [Mon Jan 29 18:34:59 2007]
1815.44	c # MAIN  CPU : 28.87 = 0.04 + 0 + 28.38 + 0.45
1815.44	

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/node2/watcher-194730-1170090284 -o ROOT/results/node2/solver-194730-1170090284 -C 1800 -M 900 /tmp/evaluation/194730-1170090284/solver /tmp/evaluation/194730-1170090284 /tmp/evaluation/194730-1170090284/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: 0.95 0.54 0.21 2/81 23713
/proc/meminfo: memFree=1711296/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=12268 CPUtime=0
/proc/23712/stat : 23712 (sugar) R 23710 23712 23615 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 28983333 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390213630 0 0 4224 0 0 0 0 17 1 0 0
/proc/23712/statm: 3067 315 241 3 0 167 0

[startup+0.102874 s]
/proc/loadavg: 0.95 0.54 0.21 2/81 23713
/proc/meminfo: memFree=1711296/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=13724 CPUtime=0.04
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 28983333 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23712/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510911 s]
/proc/loadavg: 0.95 0.54 0.21 2/81 23713
/proc/meminfo: memFree=1711296/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=13724 CPUtime=0.04
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 28983333 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.333 s]
/proc/loadavg: 0.95 0.54 0.21 3/95 23773
/proc/meminfo: memFree=1692424/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=13724 CPUtime=0.82
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 1190 7917 0 1 3 1 72 6 15 0 1 0 28983333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 3431 809 371 3 0 531 0
[pid=23765] ppid=23712 vsize=807064 CPUtime=0.4
/proc/23765/stat : 23765 (java) R 23712 23712 23615 0 -1 0 7236 0 1 0 37 3 0 0 18 0 8 0 28983424 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23765/statm: 201766 6985 1494 14 0 189044 0
[pid=23765/tid=23766] ppid=23712 vsize=807064 CPUtime=0.05
/proc/23765/task/23766/stat : 23766 (java) R 23712 23712 23615 0 -1 64 1183 0 0 0 5 0 0 0 16 0 8 0 28983427 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153823101 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23767] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23767/stat : 23767 (java) S 23712 23712 23615 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28983428 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23768] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23768/stat : 23768 (java) S 23712 23712 23615 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983428 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23769] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23769/stat : 23769 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28983431 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23770] ppid=23712 vsize=807064 CPUtime=0.04
/proc/23765/task/23770/stat : 23770 (java) S 23712 23712 23615 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 28983431 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23771] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23771/stat : 23771 (java) S 23712 23712 23615 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28983431 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23772] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23772/stat : 23772 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983431 826433536 6985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.98517 s]
/proc/loadavg: 0.95 0.54 0.21 4/102 23780
/proc/meminfo: memFree=1630352/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=13724 CPUtime=0.82
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 1190 7917 0 1 3 1 72 6 15 0 1 0 28983333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 3431 809 371 3 0 531 0
[pid=23765] ppid=23712 vsize=807064 CPUtime=2.04
/proc/23765/stat : 23765 (java) R 23712 23712 23615 0 -1 0 13773 0 1 0 199 5 0 0 25 0 8 0 28983424 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23765/statm: 201766 13506 1494 14 0 189044 0
[pid=23765/tid=23766] ppid=23712 vsize=807064 CPUtime=0.55
/proc/23765/task/23766/stat : 23766 (java) R 23712 23712 23615 0 -1 64 7704 0 0 0 53 2 0 0 16 0 8 0 28983427 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23767] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23767/stat : 23767 (java) S 23712 23712 23615 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28983428 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23768] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23768/stat : 23768 (java) S 23712 23712 23615 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983428 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23769] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23769/stat : 23769 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28983431 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23770] ppid=23712 vsize=807064 CPUtime=0.04
/proc/23765/task/23770/stat : 23770 (java) S 23712 23712 23615 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 28983431 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23771] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23771/stat : 23771 (java) S 23712 23712 23615 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28983431 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23772] ppid=23712 vsize=807064 CPUtime=0
/proc/23765/task/23772/stat : 23772 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983431 826433536 13506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.1885 s]
/proc/loadavg: 1.12 0.58 0.23 3/102 23780
/proc/meminfo: memFree=1489168/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=13724 CPUtime=0.82
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 1190 7917 0 1 3 1 72 6 15 0 1 0 28983333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 3431 809 371 3 0 531 0
[pid=23765] ppid=23712 vsize=807336 CPUtime=5.2
/proc/23765/stat : 23765 (java) R 23712 23712 23615 0 -1 0 32503 0 1 0 507 13 0 0 25 0 8 0 28983424 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23765/statm: 201834 32162 1506 14 0 189112 0
[pid=23765/tid=23766] ppid=23712 vsize=807336 CPUtime=1.43
/proc/23765/task/23766/stat : 23766 (java) S 23712 23712 23615 0 -1 64 26210 0 0 0 133 10 0 0 16 0 8 0 28983427 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23767] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23767/stat : 23767 (java) S 23712 23712 23615 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28983428 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23768] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23768/stat : 23768 (java) S 23712 23712 23615 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983428 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23769] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23769/stat : 23769 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28983431 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23770] ppid=23712 vsize=807336 CPUtime=0.12
/proc/23765/task/23770/stat : 23770 (java) S 23712 23712 23615 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 28983431 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23771] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23771/stat : 23771 (java) S 23712 23712 23615 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28983431 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23772] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23772/stat : 23772 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983431 826712064 32162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 821060

[startup+12.6172 s]
/proc/loadavg: 1.35 0.64 0.25 5/102 23780
/proc/meminfo: memFree=1278680/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=13724 CPUtime=0.82
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 1190 7917 0 1 3 1 72 6 15 0 1 0 28983333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 3431 809 371 3 0 531 0
[pid=23765] ppid=23712 vsize=807336 CPUtime=11.57
/proc/23765/stat : 23765 (java) R 23712 23712 23615 0 -1 0 54858 0 1 0 1130 27 0 0 25 0 8 0 28983424 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155438773 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23765/statm: 201834 54113 1507 14 0 189112 0
[pid=23765/tid=23766] ppid=23712 vsize=807336 CPUtime=3.54
/proc/23765/task/23766/stat : 23766 (java) S 23712 23712 23615 0 -1 64 48393 0 0 0 332 22 0 0 16 0 8 0 28983427 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23767] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23767/stat : 23767 (java) S 23712 23712 23615 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28983428 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23768] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23768/stat : 23768 (java) S 23712 23712 23615 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983428 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23769] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23769/stat : 23769 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23770] ppid=23712 vsize=807336 CPUtime=0.13
/proc/23765/task/23770/stat : 23770 (java) S 23712 23712 23615 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23771] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23771/stat : 23771 (java) S 23712 23712 23615 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23772] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23772/stat : 23772 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 821060

[startup+25.5075 s]
/proc/loadavg: 1.57 0.72 0.28 4/102 23780
/proc/meminfo: memFree=1278680/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=13724 CPUtime=0.82
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 1190 7917 0 1 3 1 72 6 15 0 1 0 28983333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 3431 809 371 3 0 531 0
[pid=23765] ppid=23712 vsize=807336 CPUtime=24.25
/proc/23765/stat : 23765 (java) R 23712 23712 23615 0 -1 0 56041 0 1 0 2393 32 0 0 25 0 8 0 28983424 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23765/statm: 201834 54113 1507 14 0 189112 0
[pid=23765/tid=23766] ppid=23712 vsize=807336 CPUtime=8.29
/proc/23765/task/23766/stat : 23766 (java) S 23712 23712 23615 0 -1 64 49246 0 0 0 804 25 0 0 16 0 8 0 28983427 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23767] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23767/stat : 23767 (java) S 23712 23712 23615 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28983428 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23768] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23768/stat : 23768 (java) S 23712 23712 23615 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983428 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23769] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23769/stat : 23769 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23770] ppid=23712 vsize=807336 CPUtime=0.13
/proc/23765/task/23770/stat : 23770 (java) S 23712 23712 23615 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23771] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23771/stat : 23771 (java) S 23712 23712 23615 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23765/tid=23772] ppid=23712 vsize=807336 CPUtime=0
/proc/23765/task/23772/stat : 23772 (java) S 23712 23712 23615 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983431 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 821060

[startup+51.1562 s]
/proc/loadavg: 1.78 0.84 0.33 3/88 23782
/proc/meminfo: memFree=1648520/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=15056 CPUtime=21.64
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 4422 0 0 0 2159 5 0 0 25 0 1 0 28986274 15417344 3383 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 3764 3383 52 112 0 3648 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 31772

[startup+102.386 s]
/proc/loadavg: 1.97 1.03 0.42 3/88 23782
/proc/meminfo: memFree=1634312/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=21932 CPUtime=72.45
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 6116 0 0 0 7237 8 0 0 25 0 1 0 28986274 22458368 5077 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 5483 5077 52 112 0 5367 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 38648

[startup+162.446 s]
/proc/loadavg: 1.99 1.20 0.52 3/88 23782
/proc/meminfo: memFree=1625928/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=24024 CPUtime=131.97
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 6640 0 0 0 13188 9 0 0 25 0 1 0 28986274 24600576 5601 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 6006 5601 52 112 0 5890 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 40740


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

/proc/loadavg: 2.00 1.97 1.46 3/88 23782
/proc/meminfo: memFree=1585864/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=40452 CPUtime=1084.86
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 10648 0 0 0 108467 19 0 0 25 0 1 0 28986274 41422848 9600 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 10113 9600 52 112 0 9997 0
Current children cumulated CPU time (s) 1113.77
Current children cumulated vsize (KiB) 57168

[startup+1183.49 s]
/proc/loadavg: 2.03 1.98 1.49 3/88 23782
/proc/meminfo: memFree=1585672/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=40452 CPUtime=1144.43
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 10660 0 0 0 114423 20 0 0 25 0 1 0 28986274 41422848 9612 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 10113 9612 52 112 0 9997 0
Current children cumulated CPU time (s) 1173.34
Current children cumulated vsize (KiB) 57168

[startup+1243.55 s]
/proc/loadavg: 2.01 1.98 1.52 3/88 23782
/proc/meminfo: memFree=1585160/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=40764 CPUtime=1203.98
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 10723 0 0 0 120378 20 0 0 25 0 1 0 28986274 41742336 9675 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 10191 9675 52 112 0 10075 0
Current children cumulated CPU time (s) 1232.89
Current children cumulated vsize (KiB) 57480

[startup+1303.62 s]
/proc/loadavg: 2.00 1.98 1.55 3/88 23782
/proc/meminfo: memFree=1584840/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=41028 CPUtime=1263.56
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 10799 0 0 0 126335 21 0 0 25 0 1 0 28986274 42012672 9751 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 10257 9751 52 112 0 10141 0
Current children cumulated CPU time (s) 1292.47
Current children cumulated vsize (KiB) 57744

[startup+1363.68 s]
/proc/loadavg: 2.00 1.98 1.57 3/88 23782
/proc/meminfo: memFree=1584712/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=41184 CPUtime=1323.11
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 10820 0 0 0 132289 22 0 0 25 0 1 0 28986274 42172416 9772 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 10296 9772 52 112 0 10180 0
Current children cumulated CPU time (s) 1352.02
Current children cumulated vsize (KiB) 57900

[startup+1423.75 s]
/proc/loadavg: 2.00 1.98 1.60 3/88 23782
/proc/meminfo: memFree=1584520/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=41336 CPUtime=1382.64
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 10845 0 0 0 138242 22 0 0 25 0 1 0 28986274 42328064 9797 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 10334 9797 52 112 0 10218 0
Current children cumulated CPU time (s) 1411.55
Current children cumulated vsize (KiB) 58052

[startup+1483.81 s]
/proc/loadavg: 2.03 2.00 1.62 3/88 23782
/proc/meminfo: memFree=1583944/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=41784 CPUtime=1442.2
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 10983 0 0 0 144197 23 0 0 25 0 1 0 28986274 42786816 9935 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 10446 9935 52 112 0 10330 0
Current children cumulated CPU time (s) 1471.11
Current children cumulated vsize (KiB) 58500

[startup+1543.87 s]
/proc/loadavg: 2.01 2.00 1.65 3/88 23782
/proc/meminfo: memFree=1580360/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=44884 CPUtime=1501.76
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 11753 0 0 0 150152 24 0 0 25 0 1 0 28986274 45961216 10705 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 11221 10705 52 112 0 11105 0
Current children cumulated CPU time (s) 1530.67
Current children cumulated vsize (KiB) 61600

[startup+1603.93 s]
/proc/loadavg: 2.00 2.00 1.66 3/88 23782
/proc/meminfo: memFree=1579208/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=45064 CPUtime=1561.3
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 11773 0 0 0 156105 25 0 0 25 0 1 0 28986274 46145536 10725 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 11266 10725 52 112 0 11150 0
Current children cumulated CPU time (s) 1590.21
Current children cumulated vsize (KiB) 61780

[startup+1663.99 s]
/proc/loadavg: 2.00 2.00 1.68 3/88 23782
/proc/meminfo: memFree=1579080/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=45064 CPUtime=1620.88
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 11805 0 0 0 162063 25 0 0 25 0 1 0 28986274 46145536 10757 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 11266 10757 52 112 0 11150 0
Current children cumulated CPU time (s) 1649.79
Current children cumulated vsize (KiB) 61780

[startup+1724.06 s]
/proc/loadavg: 2.00 2.00 1.70 3/88 23782
/proc/meminfo: memFree=1578952/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=45364 CPUtime=1680.46
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 11842 0 0 0 168021 25 0 0 25 0 1 0 28986274 46452736 10794 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 11341 10794 52 112 0 11225 0
Current children cumulated CPU time (s) 1709.37
Current children cumulated vsize (KiB) 62080

[startup+1784.12 s]
/proc/loadavg: 2.00 2.00 1.72 3/88 23782
/proc/meminfo: memFree=1578504/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=45640 CPUtime=1740
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 11942 0 0 0 173975 25 0 0 25 0 1 0 28986274 46735360 10894 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23781/statm: 11410 10894 52 112 0 11294 0
Current children cumulated CPU time (s) 1768.91
Current children cumulated vsize (KiB) 62356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.43 s]
/proc/loadavg: 1.86 1.97 1.71 3/95 23846
/proc/meminfo: memFree=1534552/2055920 swapFree=4192956/4192956
[pid=23712] ppid=23710 vsize=16716 CPUtime=28.91
/proc/23712/stat : 23712 (sugar) S 23710 23712 23615 0 -1 4194304 2023 64735 0 2 7 1 2838 45 16 0 1 0 28983333 17117184 1534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23712/statm: 4179 1534 373 3 0 1279 0
[pid=23781] ppid=23712 vsize=46208 CPUtime=1771.14
/proc/23781/stat : 23781 (minisat) R 23712 23712 23615 0 -1 0 12063 0 0 0 177089 25 0 0 25 0 1 0 28986274 47316992 11015 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/23781/statm: 11552 11015 52 112 0 11436 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 62924

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23712 and gives childrusage.ru_utime.tv_sec=28 childrusage.ru_utime.tv_usec=466672 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=479927
CPU time returned by wait4() is 28.9466
while last known CPU time is 1800.06

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

Real time (s): 1816.45
CPU time (s): 1800.06
CPU user time (s): 1799.34
CPU system time (s): 0.72
CPU usage (%): 99.0977
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.4667
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66843
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= 6458
involuntary context switches= 7008

runsolver used 1.61275 s user time and 5.16521 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 17:04:44 UTC 2007


IDJOB= 194730
IDBENCH= 3229
IDSOLVER= 86
FILE ID= node2/194730-1170090284

PBS_JOBID= 3689411

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  355ab8f832e3d36154095e0c19f77125

RANDOM SEED= 142652755

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.247
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.247
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:       1711776 kB
Buffers:         47168 kB
Cached:         165468 kB
SwapCached:          0 kB
Active:         194024 kB
Inactive:        83152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711776 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          83420 kB
Slab:            52252 kB
Committed_AS:   217944 kB
PageTables:       1984 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= 66558 MiB



End job on node2 on Mon Jan 29 17:35:00 UTC 2007