Trace number 194502

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.04 1809.79

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-12_ext.xml
MD5SUM64e6f847c96104277628cca066acf87f
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
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints455
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension455
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/194502-1170090264/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194502-1170090264/unknown.xml [Mon Jan 29 18:04:24 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194502-1170090264/unknown.xml /tmp/evaluation/194502-1170090264/sugar23717.csp [Mon Jan 29 18:04:24 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194502-1170090264/sugar-v0-40.jar -convert /tmp/evaluation/194502-1170090264/unknown.xml /tmp/evaluation/194502-1170090264/sugar23717.csp
0.18	c BEGIN convert /tmp/evaluation/194502-1170090264/unknown.xml
0.82	c END convert (0.638198 seconds)
0.85	c # CONVERT_XML  END : /tmp/evaluation/194502-1170090264/sugar23717.csp 2132397 bytes (1 seconds) [Mon Jan 29 18:04:25 2007]
0.85	c # CONVERT_XML  CPU : 0.74 = 0 + 0 + 0.69 + 0.05
0.85	
0.85	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194502-1170090264/sugar23717.bcnf [Mon Jan 29 18:04:25 2007]
0.85	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194502-1170090264/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194502-1170090264/sugar23717.map /tmp/evaluation/194502-1170090264/sugar23717.csp /tmp/evaluation/194502-1170090264/sugar23717.bcnf
0.99	c BEGIN parse /tmp/evaluation/194502-1170090264/sugar23717.csp
49.14	c END parse (48.145621 seconds)
49.14	c BEGIN simplify
49.33	c END simplify (0.194306 seconds)
49.33	c BEGIN encode /tmp/evaluation/194502-1170090264/sugar23717.bcnf
51.36	c END encode (2.025599 seconds)
51.56	c # GENERATE_SAT  END : 11872 variables 87203 clauses 13749200 bytes (51 seconds) [Mon Jan 29 18:05:16 2007]
51.56	c # GENERATE_SAT  CPU : 50.3 = 0.09 + 0.01 + 49.57 + 0.63
51.56	
51.56	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194502-1170090264/sugar23717.bcnf [Mon Jan 29 18:05:16 2007]
51.56	c # CMD : /tmp/evaluation/194502-1170090264/minisat /tmp/evaluation/194502-1170090264/sugar23717.bcnf /tmp/evaluation/194502-1170090264/sugar23717.out
51.88	c ==================================[MINISAT]===================================
51.88	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
51.88	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
51.88	c ==============================================================================
51.88	c |         0 |   87203  3350085 |   29067       0        0     nan |  0.000 % |
51.92	c |       100 |   87205  3350085 |   31973      98     3022    30.8 |  0.000 % |
52.02	c |       250 |   87205  3350085 |   35171     248     5651    22.8 |  0.000 % |
52.16	c |       475 |   87205  3350085 |   38688     473    10169    21.5 |  0.000 % |
52.36	c |       813 |   87205  3350085 |   42556     811    18701    23.1 |  0.000 % |
52.71	c |      1319 |   87205  3350085 |   46812    1317    31783    24.1 |  0.000 % |
53.16	c |      2078 |   87206  3350085 |   51493    2075    53727    25.9 |  0.000 % |
54.14	c |      3217 |   87206  3350085 |   56643    3214   108433    33.7 |  0.000 % |
55.26	c |      4926 |   87206  3350085 |   62307    4923   147963    30.1 |  0.000 % |
56.95	c |      7488 |   87208  3350085 |   68538    7483   213099    28.5 |  0.000 % |
59.69	c |     11332 |   87210  3350085 |   75392   11325   318786    28.1 |  0.000 % |
64.13	c |     17099 |   87211  3350085 |   82931   17091   538412    31.5 |  0.000 % |
73.57	c |     25748 |   87212  3350085 |   91224   25739   848898    33.0 |  0.000 % |
82.46	c |     38722 |   87215  3350085 |  100347   38710  1158415    29.9 |  0.000 % |
102.01	c |     58183 |   87220  3350085 |  110381   58166  1677628    28.8 |  0.000 % |
131.95	c |     87376 |   87236  3350085 |  121420   87343  2592131    29.7 |  0.000 % |
188.14	c |    131166 |   87241  3350085 |  133562   23167   910603    39.3 |  0.000 % |
268.76	c |    196850 |   87248  3350085 |  146918   88844  3121010    35.1 |  0.000 % |
411.11	c |    295376 |   87253  3350085 |  161610   57013  2002902    35.1 |  0.000 % |
632.41	c |    443166 |   87266  3350085 |  177771   62516  2274287    36.4 |  0.000 % |
1044.16	c |    664849 |   87280  3350085 |  195548  126099  4705109    37.3 |  0.000 % |
1623.37	c |    997376 |   87309  3350085 |  215103  104347  4173131    40.0 |  0.000 % |
1808.77	
1808.77	s UNKNOWN
1808.77	c # INTERRUPTED
1808.77	c # MAIN  END :  (1809 seconds) [Mon Jan 29 18:34:33 2007]
1808.77	c # MAIN  CPU : 51.04 = 0.09 + 0.01 + 50.26 + 0.68
1808.77	

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/node18/watcher-194502-1170090264 -o ROOT/results/node18/solver-194502-1170090264 -C 1800 -M 900 /tmp/evaluation/194502-1170090264/solver /tmp/evaluation/194502-1170090264 /tmp/evaluation/194502-1170090264/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.89 0.48 0.18 3/81 23718
/proc/meminfo: memFree=1711496/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=12268 CPUtime=0
/proc/23717/stat : 23717 (sugar) R 23715 23717 23644 0 -1 4194304 593 0 0 0 0 0 0 0 18 0 1 0 28980957 12562432 312 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227866702099 0 0 4224 0 0 0 0 17 1 0 0
/proc/23717/statm: 3067 315 241 3 0 167 0

[startup+0.106927 s]
/proc/loadavg: 0.89 0.48 0.18 3/81 23718
/proc/meminfo: memFree=1711496/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.04
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 28980957 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514963 s]
/proc/loadavg: 0.89 0.48 0.18 3/81 23718
/proc/meminfo: memFree=1711496/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.04
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 28980957 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33704 s]
/proc/loadavg: 0.89 0.48 0.18 3/102 23774
/proc/meminfo: memFree=1666080/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.78
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1190 7895 0 1 3 1 69 5 16 0 1 0 28980957 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23717/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23717 vsize=807064 CPUtime=0.44
/proc/23767/stat : 23767 (java) R 23717 23717 23644 0 -1 0 7325 0 1 0 40 4 0 0 17 0 8 0 28981043 826433536 7074 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073493161 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 201766 7074 1494 14 0 189044 0
[pid=23767/tid=23768] ppid=23717 vsize=807064 CPUtime=0.05
/proc/23767/task/23768/stat : 23768 (java) S 23717 23717 23644 0 -1 64 1272 0 0 0 5 0 0 0 16 0 8 0 28981049 826433536 7074 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23717 23717 23644 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 28981049 826433536 7074 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23717 23717 23644 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981049 826433536 7074 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23717 23717 23644 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 28981052 826433536 7074 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23717 vsize=807064 CPUtime=0.05
/proc/23767/task/23772/stat : 23772 (java) S 23717 23717 23644 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 28981052 826433536 7074 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23717 23717 23644 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28981052 826433536 7074 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23774] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23717 23717 23644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981052 826433536 7074 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.9892 s]
/proc/loadavg: 0.89 0.48 0.18 3/102 23782
/proc/meminfo: memFree=1632160/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.78
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1190 7895 0 1 3 1 69 5 16 0 1 0 28980957 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23717/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23717 vsize=807064 CPUtime=2.08
/proc/23767/stat : 23767 (java) R 23717 23717 23644 0 -1 0 14226 0 1 0 200 8 0 0 25 0 8 0 28981043 826433536 13959 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073529924 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 201766 13959 1494 14 0 189044 0
[pid=23767/tid=23768] ppid=23717 vsize=807064 CPUtime=0.56
/proc/23767/task/23768/stat : 23768 (java) S 23717 23717 23644 0 -1 64 8157 0 0 0 52 4 0 0 16 0 8 0 28981049 826433536 13959 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23717 23717 23644 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 28981049 826433536 13959 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23717 23717 23644 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981049 826433536 13959 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23717 23717 23644 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 28981052 826433536 13959 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23717 vsize=807064 CPUtime=0.05
/proc/23767/task/23772/stat : 23772 (java) S 23717 23717 23644 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28981052 826433536 13959 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23717 23717 23644 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28981052 826433536 13959 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23774] ppid=23717 vsize=807064 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23717 23717 23644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981052 826433536 13959 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.21031 s]
/proc/loadavg: 0.97 0.50 0.19 5/102 23782
/proc/meminfo: memFree=1493984/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.78
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1190 7895 0 1 3 1 69 5 16 0 1 0 28980957 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23717/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23717 vsize=807336 CPUtime=5.27
/proc/23767/stat : 23767 (java) R 23717 23717 23644 0 -1 0 36516 0 1 0 508 19 0 0 25 0 8 0 28981043 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 201834 36160 1506 14 0 189112 0
[pid=23767/tid=23768] ppid=23717 vsize=807336 CPUtime=1.55
/proc/23767/task/23768/stat : 23768 (java) S 23717 23717 23644 0 -1 64 30209 0 0 0 141 14 0 0 15 0 8 0 28981049 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23717 23717 23644 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 28981049 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23717 23717 23644 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981049 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23717 23717 23644 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 28981052 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23717 vsize=807336 CPUtime=0.12
/proc/23767/task/23772/stat : 23772 (java) S 23717 23717 23644 0 -1 64 398 0 0 0 12 0 0 0 16 0 8 0 28981052 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23717 23717 23644 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28981052 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23774] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23717 23717 23644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981052 826712064 36160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821060

[startup+12.6641 s]
/proc/loadavg: 1.06 0.53 0.20 3/102 23782
/proc/meminfo: memFree=1279008/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.78
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1190 7895 0 1 3 1 69 5 16 0 1 0 28980957 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23717/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23717 vsize=807336 CPUtime=11.66
/proc/23767/stat : 23767 (java) R 23717 23717 23644 0 -1 0 54826 0 1 0 1135 31 0 0 25 0 8 0 28981043 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 201834 54111 1507 14 0 189112 0
[pid=23767/tid=23768] ppid=23717 vsize=807336 CPUtime=3.87
/proc/23767/task/23768/stat : 23768 (java) R 23717 23717 23644 0 -1 64 48314 0 0 0 362 25 0 0 15 0 8 0 28981049 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827325 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23717 23717 23644 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 28981049 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23717 23717 23644 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981049 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23717 23717 23644 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23717 vsize=807336 CPUtime=0.14
/proc/23767/task/23772/stat : 23772 (java) S 23717 23717 23644 0 -1 64 400 0 0 0 13 1 0 0 16 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23717 23717 23644 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23774] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) R 23717 23717 23644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 821060

[startup+25.4754 s]
/proc/loadavg: 1.49 0.65 0.24 5/102 23782
/proc/meminfo: memFree=1279136/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.78
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1190 7895 0 1 3 1 69 5 16 0 1 0 28980957 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23717/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23717 vsize=807336 CPUtime=24.4
/proc/23767/stat : 23767 (java) R 23717 23717 23644 0 -1 0 55687 0 1 0 2403 37 0 0 25 0 8 0 28981043 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073728206 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 201834 54111 1507 14 0 189112 0
[pid=23767/tid=23768] ppid=23717 vsize=807336 CPUtime=8.73
/proc/23767/task/23768/stat : 23768 (java) S 23717 23717 23644 0 -1 64 48799 0 0 0 844 29 0 0 16 0 8 0 28981049 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23717 23717 23644 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 28981049 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23717 23717 23644 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981049 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23717 23717 23644 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23717 vsize=807336 CPUtime=0.14
/proc/23767/task/23772/stat : 23772 (java) S 23717 23717 23644 0 -1 64 400 0 0 0 13 1 0 0 17 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23717 23717 23644 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23774] ppid=23717 vsize=807336 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23717 23717 23644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981052 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 821060

[startup+51.1509 s]
/proc/loadavg: 1.93 0.82 0.31 4/95 23783
/proc/meminfo: memFree=1411544/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=13724 CPUtime=0.78
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 1190 7895 0 1 3 1 69 5 16 0 1 0 28980957 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23717 vsize=808340 CPUtime=49.94
/proc/23767/stat : 23767 (java) R 23717 23717 23644 0 -1 0 69957 0 1 0 4937 57 0 0 25 0 8 0 28981043 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23767/statm: 202085 65955 1511 14 0 189363 0
[pid=23767/tid=23768] ppid=23717 vsize=808340 CPUtime=18.58
/proc/23767/task/23768/stat : 23768 (java) R 23717 23717 23644 0 -1 64 62398 0 0 0 1817 41 0 0 16 0 8 0 28981049 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155526126 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23767/tid=23769] ppid=23717 vsize=808340 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23717 23717 23644 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 28981049 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23717 vsize=808340 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23717 23717 23644 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981049 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23717 vsize=808340 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23717 23717 23644 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 28981052 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23717 vsize=808340 CPUtime=0.16
/proc/23767/task/23772/stat : 23772 (java) S 23717 23717 23644 0 -1 64 410 0 0 0 15 1 0 0 16 0 8 0 28981052 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23767/tid=23773] ppid=23717 vsize=808340 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23717 23717 23644 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28981052 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23774] ppid=23717 vsize=808340 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23717 23717 23644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981052 827740160 65955 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 822064

[startup+102.386 s]
/proc/loadavg: 2.00 1.01 0.40 3/88 23784
/proc/meminfo: memFree=1622160/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=26652 CPUtime=50.54
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 7330 0 0 0 5047 7 0 0 25 0 1 0 28986114 27291648 6291 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 6663 6291 52 112 0 6547 0
Current children cumulated CPU time (s) 101.62

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

/proc/loadavg: 2.04 1.98 1.45 3/88 23784
/proc/meminfo: memFree=1568848/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=57784 CPUtime=1066.83
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 14994 0 0 0 106660 23 0 0 25 0 1 0 28986114 59170816 13955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 14446 13955 52 112 0 14330 0
Current children cumulated CPU time (s) 1117.91
Current children cumulated vsize (KiB) 77528

[startup+1183.5 s]
/proc/loadavg: 2.01 1.98 1.48 3/88 23784
/proc/meminfo: memFree=1568720/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=57784 CPUtime=1126.61
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15027 0 0 0 112638 23 0 0 25 0 1 0 28986114 59170816 13988 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 14446 13988 52 112 0 14330 0
Current children cumulated CPU time (s) 1177.69
Current children cumulated vsize (KiB) 77528

[startup+1243.56 s]
/proc/loadavg: 2.00 1.98 1.51 3/88 23784
/proc/meminfo: memFree=1568336/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=57784 CPUtime=1186.4
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15030 0 0 0 118616 24 0 0 25 0 1 0 28986114 59170816 13991 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 14446 13991 52 112 0 14330 0
Current children cumulated CPU time (s) 1237.48
Current children cumulated vsize (KiB) 77528

[startup+1303.62 s]
/proc/loadavg: 2.00 1.98 1.54 3/88 23784
/proc/meminfo: memFree=1567760/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=57784 CPUtime=1246.17
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15039 0 0 0 124593 24 0 0 25 0 1 0 28986114 59170816 14000 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 14446 14000 52 112 0 14330 0
Current children cumulated CPU time (s) 1297.25
Current children cumulated vsize (KiB) 77528

[startup+1363.69 s]
/proc/loadavg: 2.00 1.98 1.56 3/88 23784
/proc/meminfo: memFree=1567376/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=57952 CPUtime=1305.95
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15061 0 0 0 130571 24 0 0 25 0 1 0 28986114 59342848 14022 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 14488 14022 52 112 0 14372 0
Current children cumulated CPU time (s) 1357.03
Current children cumulated vsize (KiB) 77696

[startup+1423.76 s]
/proc/loadavg: 2.00 1.98 1.59 3/88 23784
/proc/meminfo: memFree=1567248/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=57952 CPUtime=1365.74
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15074 0 0 0 136549 25 0 0 25 0 1 0 28986114 59342848 14035 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 14488 14035 52 112 0 14372 0
Current children cumulated CPU time (s) 1416.82
Current children cumulated vsize (KiB) 77696

[startup+1483.82 s]
/proc/loadavg: 2.00 1.98 1.61 3/88 23784
/proc/meminfo: memFree=1564816/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=60128 CPUtime=1425.52
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15605 0 0 0 142527 25 0 0 25 0 1 0 28986114 61571072 14566 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134638579 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 15032 14566 52 112 0 14916 0
Current children cumulated CPU time (s) 1476.6
Current children cumulated vsize (KiB) 79872

[startup+1543.88 s]
/proc/loadavg: 2.00 1.98 1.63 3/88 23784
/proc/meminfo: memFree=1563344/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=61424 CPUtime=1485.3
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15932 0 0 0 148504 26 0 0 25 0 1 0 28986114 62898176 14893 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528704 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 15356 14893 52 112 0 15240 0
Current children cumulated CPU time (s) 1536.38
Current children cumulated vsize (KiB) 81168

[startup+1603.94 s]
/proc/loadavg: 2.00 1.98 1.65 3/88 23784
/proc/meminfo: memFree=1562960/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=61724 CPUtime=1545.08
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 15987 0 0 0 154482 26 0 0 25 0 1 0 28986114 63205376 14948 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 15431 14948 52 112 0 15315 0
Current children cumulated CPU time (s) 1596.16
Current children cumulated vsize (KiB) 81468

[startup+1664 s]
/proc/loadavg: 2.00 1.98 1.67 3/88 23784
/proc/meminfo: memFree=1562448/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=62024 CPUtime=1604.87
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 16062 0 0 0 160460 27 0 0 25 0 1 0 28986114 63512576 15023 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 15506 15023 52 112 0 15390 0
Current children cumulated CPU time (s) 1655.95
Current children cumulated vsize (KiB) 81768

[startup+1724.07 s]
/proc/loadavg: 2.00 1.98 1.69 3/88 23784
/proc/meminfo: memFree=1562064/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=62024 CPUtime=1664.64
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 16073 0 0 0 166437 27 0 0 25 0 1 0 28986114 63512576 15034 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 15506 15034 52 112 0 15390 0
Current children cumulated CPU time (s) 1715.72
Current children cumulated vsize (KiB) 81768

[startup+1784.13 s]
/proc/loadavg: 2.00 1.98 1.71 3/88 23784
/proc/meminfo: memFree=1561552/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=62024 CPUtime=1724.42
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 16087 0 0 0 172415 27 0 0 25 0 1 0 28986114 63512576 15048 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 15506 15048 52 112 0 15390 0
Current children cumulated CPU time (s) 1775.5
Current children cumulated vsize (KiB) 81768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.76 s]
/proc/loadavg: 2.00 1.98 1.71 3/88 23784
/proc/meminfo: memFree=1560144/2055920 swapFree=4192956/4192956
[pid=23717] ppid=23715 vsize=19744 CPUtime=51.08
/proc/23717/stat : 23717 (sugar) S 23715 23717 23644 0 -1 4194304 2760 77867 0 2 12 2 5026 68 16 0 1 0 28980957 20217856 2271 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23717/statm: 4936 2271 373 3 0 2036 0
[pid=23784] ppid=23717 vsize=62340 CPUtime=1748.95
/proc/23784/stat : 23784 (minisat) R 23717 23717 23644 0 -1 0 16126 0 0 0 174868 27 0 0 25 0 1 0 28986114 63836160 15087 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 15585 15087 52 112 0 15469 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 82084

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23717 and gives childrusage.ru_utime.tv_sec=50 childrusage.ru_utime.tv_usec=393339 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=713891
CPU time returned by wait4() is 51.1072
while last known CPU time is 1800.04

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

Real time (s): 1809.79
CPU time (s): 1800.04
CPU user time (s): 1799.06
CPU system time (s): 0.98
CPU usage (%): 99.4614
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.3933
system time used= 0.713891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80712
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= 11520
involuntary context switches= 12067

runsolver used 1.63775 s user time and 5.03923 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 17:04:24 UTC 2007


IDJOB= 194502
IDBENCH= 3217
IDSOLVER= 86
FILE ID= node18/194502-1170090264

PBS_JOBID= 3689400

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-12_ext.xml
COMMAND LINE= /tmp/evaluation/194502-1170090264/solver /tmp/evaluation/194502-1170090264 /tmp/evaluation/194502-1170090264/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-194502-1170090264 -o ROOT/results/node18/solver-194502-1170090264 -C 1800 -M 900  /tmp/evaluation/194502-1170090264/solver /tmp/evaluation/194502-1170090264 /tmp/evaluation/194502-1170090264/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  64e6f847c96104277628cca066acf87f

RANDOM SEED= 810697637

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.236
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.236
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:       1711976 kB
Buffers:         47060 kB
Cached:         165576 kB
SwapCached:          0 kB
Active:         193024 kB
Inactive:        83916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711976 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          83212 kB
Slab:            52384 kB
Committed_AS:   212288 kB
PageTables:       1868 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 node18 on Mon Jan 29 17:34:34 UTC 2007