Trace number 194426

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.03 1808.81

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-40_ext.xml
MD5SUM0b51f3fff6daaef58a9dde4d43bb4756
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 benchmark1513.18
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints463
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension463
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/194426-1170090257/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194426-1170090257/unknown.xml [Mon Jan 29 18:04:20 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194426-1170090257/unknown.xml /tmp/evaluation/194426-1170090257/sugar23559.csp [Mon Jan 29 18:04:20 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194426-1170090257/sugar-v0-40.jar -convert /tmp/evaluation/194426-1170090257/unknown.xml /tmp/evaluation/194426-1170090257/sugar23559.csp
0.19	c BEGIN convert /tmp/evaluation/194426-1170090257/unknown.xml
0.84	c END convert (0.649222 seconds)
0.88	c # CONVERT_XML  END : /tmp/evaluation/194426-1170090257/sugar23559.csp 2159080 bytes (1 seconds) [Mon Jan 29 18:04:21 2007]
0.88	c # CONVERT_XML  CPU : 0.01 = 0.01 + 0 + 0 + 0
0.88	
0.88	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194426-1170090257/sugar23559.bcnf [Mon Jan 29 18:04:21 2007]
0.88	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194426-1170090257/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194426-1170090257/sugar23559.map /tmp/evaluation/194426-1170090257/sugar23559.csp /tmp/evaluation/194426-1170090257/sugar23559.bcnf
0.99	c BEGIN parse /tmp/evaluation/194426-1170090257/sugar23559.csp
27.95	c END parse (26.95802 seconds)
27.95	c BEGIN simplify
28.08	c END simplify (0.13678 seconds)
28.08	c BEGIN encode /tmp/evaluation/194426-1170090257/sugar23559.bcnf
29.11	c END encode (1.025412 seconds)
29.24	c # GENERATE_SAT  END : 7444 variables 79330 clauses 8458212 bytes (29 seconds) [Mon Jan 29 18:04:50 2007]
29.24	c # GENERATE_SAT  CPU : 28.24 = 0.05 + 0.01 + 27.81 + 0.37
29.24	
29.24	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194426-1170090257/sugar23559.bcnf [Mon Jan 29 18:04:50 2007]
29.24	c # CMD : /tmp/evaluation/194426-1170090257/minisat /tmp/evaluation/194426-1170090257/sugar23559.bcnf /tmp/evaluation/194426-1170090257/sugar23559.out
29.43	c ==================================[MINISAT]===================================
29.43	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
29.43	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
29.43	c ==============================================================================
29.43	c |         0 |   79330  2035213 |   26443       0        0     nan |  0.000 % |
29.48	c |       100 |   79330  2035213 |   29087     100     2204    22.0 |  0.000 % |
29.53	c |       250 |   79332  2035213 |   31996     248     4533    18.3 |  0.000 % |
29.63	c |       475 |   79333  2035213 |   35195     472     8324    17.6 |  0.000 % |
29.75	c |       813 |   79335  2035213 |   38715     808    12732    15.8 |  0.000 % |
29.95	c |      1321 |   79335  2035213 |   42586    1316    19333    14.7 |  0.000 % |
30.23	c |      2080 |   79336  2035213 |   46845    2074    31229    15.1 |  0.000 % |
30.66	c |      3219 |   79337  2035213 |   51529    3212    50101    15.6 |  0.000 % |
31.37	c |      4927 |   79339  2035213 |   56682    4918    82644    16.8 |  0.000 % |
32.56	c |      7489 |   79339  2035213 |   62351    7480   128421    17.2 |  0.000 % |
34.74	c |     11333 |   79340  2035213 |   68586   11323   218891    19.3 |  0.000 % |
38.12	c |     17099 |   79340  2035213 |   75444   17089   348976    20.4 |  0.000 % |
43.81	c |     25750 |   79341  2035213 |   82989   25739   552698    21.5 |  0.000 % |
53.17	c |     38725 |   79345  2035213 |   91288   38710   831167    21.5 |  0.000 % |
70.47	c |     58187 |   79346  2035213 |  100417   58171  1423224    24.5 |  0.000 % |
99.68	c |     87379 |   79350  2035213 |  110458   87359  2382005    27.3 |  0.000 % |
147.58	c |    131168 |   79353  2035213 |  121504   36163  1148177    31.8 |  0.000 % |
225.30	c |    196853 |   79360  2035213 |  133655  101841  3048106    29.9 |  0.000 % |
349.68	c |    295380 |   79367  2035213 |  147020   85775  3089866    36.0 |  0.000 % |
562.23	c |    443171 |   79381  2035213 |  161722  106697  3804553    35.7 |  0.000 % |
881.54	c |    664855 |   79406  2035213 |  177895   39778  1492271    37.5 |  0.000 % |
1444.20	c |    997382 |   79442  2035213 |  195684   58118  2024557    34.8 |  0.000 % |
1807.80	
1807.80	s UNKNOWN
1807.80	c # INTERRUPTED
1807.80	c # MAIN  END :  (1808 seconds) [Mon Jan 29 18:34:28 2007]
1807.80	c # MAIN  CPU : 28.25 = 0.06 + 0.01 + 27.81 + 0.37
1807.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/node15/watcher-194426-1170090257 -o ROOT/results/node15/solver-194426-1170090257 -C 1800 -M 900 /tmp/evaluation/194426-1170090257/solver /tmp/evaluation/194426-1170090257 /tmp/evaluation/194426-1170090257/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: 1.23 0.57 0.21 3/88 23560
/proc/meminfo: memFree=1666024/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=12272 CPUtime=0
/proc/23559/stat : 23559 (sugar) R 23557 23559 22727 0 -1 4194304 644 0 0 0 0 0 0 0 18 0 1 0 28980411 12566528 363 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240490439775 0 0 4224 0 0 0 0 17 1 0 0
/proc/23559/statm: 3068 363 274 3 0 168 0

[startup+0.102799 s]
/proc/loadavg: 1.23 0.57 0.21 3/88 23560
/proc/meminfo: memFree=1666024/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=13724 CPUtime=0.03
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 28980411 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23559/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510824 s]
/proc/loadavg: 1.23 0.57 0.21 3/88 23560
/proc/meminfo: memFree=1666024/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=13724 CPUtime=0.03
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 28980411 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23559/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33497 s]
/proc/loadavg: 1.23 0.57 0.21 2/90 23584
/proc/meminfo: memFree=1749648/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=13724 CPUtime=0.04
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 1190 0 0 0 4 0 0 0 16 0 1 0 28980411 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23559/statm: 3431 809 371 3 0 531 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23577] ppid=23559 vsize=807064 CPUtime=0.44
/proc/23577/stat : 23577 (java) R 23559 23559 22727 0 -1 0 7314 0 1 0 41 3 0 0 17 0 8 0 28980499 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073521482 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23577/statm: 201766 7063 1494 14 0 189044 0
[pid=23577/tid=23578] ppid=23559 vsize=807064 CPUtime=0.05
/proc/23577/task/23578/stat : 23578 (java) S 23559 23559 22727 0 -1 64 1263 0 0 0 5 0 0 0 17 0 8 0 28980502 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23579] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23579/stat : 23579 (java) S 23559 23559 22727 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 28980503 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23580] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23580/stat : 23580 (java) S 23559 23559 22727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 28980503 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23581] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23581/stat : 23581 (java) S 23559 23559 22727 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28980506 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23582] ppid=23559 vsize=807064 CPUtime=0.04
/proc/23577/task/23582/stat : 23582 (java) S 23559 23559 22727 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 28980506 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23583] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23583/stat : 23583 (java) S 23559 23559 22727 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28980506 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23584] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23584/stat : 23584 (java) S 23559 23559 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28980506 826433536 7063 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.97624 s]
/proc/loadavg: 1.23 0.57 0.21 2/90 23584
/proc/meminfo: memFree=1722768/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=13724 CPUtime=0.04
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 1190 0 0 0 4 0 0 0 16 0 1 0 28980411 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23559/statm: 3431 809 371 3 0 531 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23577] ppid=23559 vsize=807064 CPUtime=2.07
/proc/23577/stat : 23577 (java) R 23559 23559 22727 0 -1 0 14189 0 1 0 201 6 0 0 17 0 8 0 28980499 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073495446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23577/statm: 201766 13922 1494 14 0 189044 0
[pid=23577/tid=23578] ppid=23559 vsize=807064 CPUtime=0.57
/proc/23577/task/23578/stat : 23578 (java) S 23559 23559 22727 0 -1 64 8122 0 0 0 54 3 0 0 17 0 8 0 28980502 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23579] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23579/stat : 23579 (java) S 23559 23559 22727 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 28980503 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23580] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23580/stat : 23580 (java) S 23559 23559 22727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 28980503 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23581] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23581/stat : 23581 (java) S 23559 23559 22727 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28980506 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23582] ppid=23559 vsize=807064 CPUtime=0.05
/proc/23577/task/23582/stat : 23582 (java) S 23559 23559 22727 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28980506 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23583] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23583/stat : 23583 (java) S 23559 23559 22727 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28980506 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23584] ppid=23559 vsize=807064 CPUtime=0
/proc/23577/task/23584/stat : 23584 (java) S 23559 23559 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28980506 826433536 13922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 820788

[startup+6.277 s]
/proc/loadavg: 1.22 0.57 0.22 2/87 23590
/proc/meminfo: memFree=1651112/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=13724 CPUtime=0.04
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 1190 0 0 0 4 0 0 0 16 0 1 0 28980411 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23559/statm: 3431 809 371 3 0 531 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23577] ppid=23559 vsize=807336 CPUtime=5.35
/proc/23577/stat : 23577 (java) R 23559 23559 22727 0 -1 0 36908 0 1 0 519 16 0 0 16 0 8 0 28980499 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746894 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23577/statm: 201834 36547 1506 14 0 189112 0
[pid=23577/tid=23578] ppid=23559 vsize=807336 CPUtime=1.53
/proc/23577/task/23578/stat : 23578 (java) S 23559 23559 22727 0 -1 64 30596 0 0 0 142 11 0 0 16 0 8 0 28980502 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23579] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23579/stat : 23579 (java) S 23559 23559 22727 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 28980503 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23580] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23580/stat : 23580 (java) S 23559 23559 22727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 28980503 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23581] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23581/stat : 23581 (java) S 23559 23559 22727 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28980506 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23582] ppid=23559 vsize=807336 CPUtime=0.13
/proc/23577/task/23582/stat : 23582 (java) S 23559 23559 22727 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 28980506 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23583] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23583/stat : 23583 (java) S 23559 23559 22727 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28980506 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23584] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23584/stat : 23584 (java) S 23559 23559 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28980506 826712064 36547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 821060

[startup+12.7689 s]
/proc/loadavg: 1.28 0.60 0.23 2/87 23590
/proc/meminfo: memFree=1555760/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=13724 CPUtime=0.04
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 1190 0 0 0 4 0 0 0 16 0 1 0 28980411 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23559/statm: 3431 809 371 3 0 531 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23577] ppid=23559 vsize=807336 CPUtime=11.82
/proc/23577/stat : 23577 (java) R 23559 23559 22727 0 -1 0 54904 0 1 0 1158 24 0 0 16 0 8 0 28980499 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073641086 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23577/statm: 201834 54112 1507 14 0 189112 0
[pid=23577/tid=23578] ppid=23559 vsize=807336 CPUtime=3.74
/proc/23577/task/23578/stat : 23578 (java) S 23559 23559 22727 0 -1 64 48379 0 0 0 355 19 0 0 16 0 8 0 28980502 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23579] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23579/stat : 23579 (java) S 23559 23559 22727 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 28980503 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23580] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23580/stat : 23580 (java) S 23559 23559 22727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 28980503 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23581] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23581/stat : 23581 (java) S 23559 23559 22727 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28980506 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23582] ppid=23559 vsize=807336 CPUtime=0.13
/proc/23577/task/23582/stat : 23582 (java) S 23559 23559 22727 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 28980506 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23583] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23583/stat : 23583 (java) S 23559 23559 22727 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28980506 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23584] ppid=23559 vsize=807336 CPUtime=0
/proc/23577/task/23584/stat : 23584 (java) S 23559 23559 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28980506 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 821060

[startup+25.6553 s]
/proc/loadavg: 1.22 0.62 0.24 2/87 23590
/proc/meminfo: memFree=1555696/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=13724 CPUtime=0.04
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 1190 0 0 0 4 0 0 0 16 0 1 0 28980411 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23559/statm: 3431 809 371 3 0 531 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23577] ppid=23559 vsize=807840 CPUtime=24.71
/proc/23577/stat : 23577 (java) S 23559 23559 22727 0 -1 0 56616 0 1 0 2441 30 0 0 16 0 8 0 28980499 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23577/statm: 201960 54255 1507 14 0 189238 0
[pid=23577/tid=23578] ppid=23559 vsize=807840 CPUtime=8.98
/proc/23577/task/23578/stat : 23578 (java) R 23559 23559 22727 0 -1 64 49671 0 0 0 875 23 0 0 17 0 8 0 28980502 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155215792 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23579] ppid=23559 vsize=807840 CPUtime=0
/proc/23577/task/23579/stat : 23579 (java) S 23559 23559 22727 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 28980503 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23580] ppid=23559 vsize=807840 CPUtime=0
/proc/23577/task/23580/stat : 23580 (java) S 23559 23559 22727 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 28980503 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23581] ppid=23559 vsize=807840 CPUtime=0
/proc/23577/task/23581/stat : 23581 (java) S 23559 23559 22727 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28980506 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23582] ppid=23559 vsize=807840 CPUtime=0.13
/proc/23577/task/23582/stat : 23582 (java) S 23559 23559 22727 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 28980506 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23577/tid=23583] ppid=23559 vsize=807840 CPUtime=0
/proc/23577/task/23583/stat : 23583 (java) S 23559 23559 22727 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28980506 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23577/tid=23584] ppid=23559 vsize=807840 CPUtime=0
/proc/23577/task/23584/stat : 23584 (java) S 23559 23559 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28980506 827228160 54255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 821564

[startup+51.3227 s]
/proc/loadavg: 1.14 0.65 0.26 2/80 23591
/proc/meminfo: memFree=1740200/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=16684 CPUtime=22.05
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 4847 0 0 0 2203 2 0 0 25 0 1 0 28983336 17084416 3808 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 4171 3808 52 112 0 4055 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33928

[startup+102.621 s]
/proc/loadavg: 1.06 0.70 0.29 2/80 23591
/proc/meminfo: memFree=1731944/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0

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

/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13428 0 0 0 121021 17 0 0 25 0 1 0 28983336 52727808 12389 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528774 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 12873 12389 52 112 0 12757 0
Current children cumulated CPU time (s) 1239.42
Current children cumulated vsize (KiB) 68736

[startup+1303.14 s]
/proc/loadavg: 2.02 1.89 1.30 3/90 23675
/proc/meminfo: memFree=1639448/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=51932 CPUtime=1270.06
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13558 0 0 0 126989 17 0 0 25 0 1 0 28983336 53178368 12510 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 12983 12510 52 112 0 12867 0
Current children cumulated CPU time (s) 1299.1
Current children cumulated vsize (KiB) 69176

[startup+1363.16 s]
/proc/loadavg: 2.00 1.91 1.34 3/90 23675
/proc/meminfo: memFree=1633752/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=51932 CPUtime=1329.75
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13564 0 0 0 132957 18 0 0 25 0 1 0 28983336 53178368 12516 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 12983 12516 52 112 0 12867 0
Current children cumulated CPU time (s) 1358.79
Current children cumulated vsize (KiB) 69176

[startup+1423.19 s]
/proc/loadavg: 2.00 1.92 1.38 3/90 23675
/proc/meminfo: memFree=1630104/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52060 CPUtime=1389.46
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13591 0 0 0 138928 18 0 0 25 0 1 0 28983336 53309440 12543 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525905 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13015 12543 52 112 0 12899 0
Current children cumulated CPU time (s) 1418.5
Current children cumulated vsize (KiB) 69304

[startup+1483.21 s]
/proc/loadavg: 2.00 1.93 1.41 3/90 23675
/proc/meminfo: memFree=1630040/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52060 CPUtime=1449.14
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13591 0 0 0 144896 18 0 0 25 0 1 0 28983336 53309440 12543 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13015 12543 52 112 0 12899 0
Current children cumulated CPU time (s) 1478.18
Current children cumulated vsize (KiB) 69304

[startup+1543.23 s]
/proc/loadavg: 2.00 1.94 1.45 3/90 23675
/proc/meminfo: memFree=1629976/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52236 CPUtime=1508.81
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13605 0 0 0 150863 18 0 0 25 0 1 0 28983336 53489664 12557 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13059 12557 52 112 0 12943 0
Current children cumulated CPU time (s) 1537.85
Current children cumulated vsize (KiB) 69480

[startup+1603.24 s]
/proc/loadavg: 2.00 1.95 1.48 3/90 23675
/proc/meminfo: memFree=1629912/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52380 CPUtime=1568.29
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13652 0 0 0 156811 18 0 0 25 0 1 0 28983336 53637120 12604 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13095 12604 52 112 0 12979 0
Current children cumulated CPU time (s) 1597.33
Current children cumulated vsize (KiB) 69624

[startup+1663.34 s]
/proc/loadavg: 2.00 1.96 1.51 3/90 23675
/proc/meminfo: memFree=1626456/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52672 CPUtime=1627.86
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13722 0 0 0 162767 19 0 0 25 0 1 0 28983336 53936128 12666 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13168 12666 52 112 0 13052 0
Current children cumulated CPU time (s) 1656.9
Current children cumulated vsize (KiB) 69916

[startup+1723.44 s]
/proc/loadavg: 2.05 1.98 1.54 3/90 23675
/proc/meminfo: memFree=1626328/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52672 CPUtime=1687.39
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13745 0 0 0 168720 19 0 0 25 0 1 0 28983336 53936128 12689 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528729 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13168 12689 52 112 0 13052 0
Current children cumulated CPU time (s) 1716.43
Current children cumulated vsize (KiB) 69916

[startup+1783.55 s]
/proc/loadavg: 2.02 1.98 1.57 3/90 23675
/proc/meminfo: memFree=1626136/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52672 CPUtime=1746.94
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13749 0 0 0 174675 19 0 0 25 0 1 0 28983336 53936128 12693 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13168 12693 52 112 0 13052 0
Current children cumulated CPU time (s) 1775.98
Current children cumulated vsize (KiB) 69916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.79 s]
/proc/loadavg: 2.01 1.98 1.58 3/90 23675
/proc/meminfo: memFree=1626072/2055920 swapFree=4192956/4192956
[pid=23559] ppid=23557 vsize=17244 CPUtime=28.28
/proc/23559/stat : 23559 (sugar) S 23557 23559 22727 0 -1 4194304 2152 56868 0 1 9 1 2781 37 16 0 1 0 28980411 17657856 1664 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23559/statm: 4311 1664 373 3 0 1411 0
[pid=23561] ppid=23559 vsize=0 CPUtime=0.76
/proc/23561/stat : 23561 (java) Z 23559 23559 22727 0 -1 1036 7898 0 1 0 70 6 0 0 16 0 1 0 28980416 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23561/statm: 0 0 0 0 0 0 0
[pid=23591] ppid=23559 vsize=52864 CPUtime=1770.98
/proc/23591/stat : 23591 (minisat) R 23559 23559 22727 0 -1 0 13760 0 0 0 177079 19 0 0 25 0 1 0 28983336 54132736 12704 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23591/statm: 13216 12704 52 112 0 13100 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 70108

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23559 and gives childrusage.ru_utime.tv_sec=27 childrusage.ru_utime.tv_usec=914756 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=391940
CPU time returned by wait4() is 28.3067
while last known CPU time is 1800.03

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

Real time (s): 1808.81
CPU time (s): 1800.03
CPU user time (s): 1799.39
CPU system time (s): 0.64
CPU usage (%): 99.5145
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9148
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59107
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2817
involuntary context switches= 1096

runsolver used 2.09968 s user time and 5.37718 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 17:04:19 UTC 2007


IDJOB= 194426
IDBENCH= 3213
IDSOLVER= 86
FILE ID= node15/194426-1170090257

PBS_JOBID= 3689371

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0b51f3fff6daaef58a9dde4d43bb4756

RANDOM SEED= 808115891

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.276
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.276
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:       1739800 kB
Buffers:         40808 kB
Cached:         156460 kB
SwapCached:          0 kB
Active:         202624 kB
Inactive:        67000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           19828 kB
Writeback:           0 kB
Mapped:          91884 kB
Slab:            31408 kB
Committed_AS:   235496 kB
PageTables:       2152 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= 66549 MiB



End job on node15 on Mon Jan 29 17:34:29 UTC 2007