Trace number 194407

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.09 1809.81

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-10_ext.xml
MD5SUMfed24bf814293fbb51b883238d7e9a01
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 benchmark376.074
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints465
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension465
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/194407-1170090253/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194407-1170090253/unknown.xml [Mon Jan 29 18:04:14 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194407-1170090253/unknown.xml /tmp/evaluation/194407-1170090253/sugar23436.csp [Mon Jan 29 18:04:14 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194407-1170090253/sugar-v0-40.jar -convert /tmp/evaluation/194407-1170090253/unknown.xml /tmp/evaluation/194407-1170090253/sugar23436.csp
0.18	c BEGIN convert /tmp/evaluation/194407-1170090253/unknown.xml
0.84	c END convert (0.650834 seconds)
0.88	c # CONVERT_XML  END : /tmp/evaluation/194407-1170090253/sugar23436.csp 2192071 bytes (0 seconds) [Mon Jan 29 18:04:14 2007]
0.88	c # CONVERT_XML  CPU : 0.76 = 0 + 0 + 0.69 + 0.07
0.88	
0.88	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194407-1170090253/sugar23436.bcnf [Mon Jan 29 18:04:14 2007]
0.88	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194407-1170090253/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194407-1170090253/sugar23436.map /tmp/evaluation/194407-1170090253/sugar23436.csp /tmp/evaluation/194407-1170090253/sugar23436.bcnf
1.02	c BEGIN parse /tmp/evaluation/194407-1170090253/sugar23436.csp
28.08	c END parse (27.064889 seconds)
28.08	c BEGIN simplify
28.19	c END simplify (0.104227 seconds)
28.19	c BEGIN encode /tmp/evaluation/194407-1170090253/sugar23436.bcnf
29.05	c END encode (0.866146 seconds)
29.18	c # GENERATE_SAT  END : 5976 variables 77467 clauses 7165828 bytes (29 seconds) [Mon Jan 29 18:04:43 2007]
29.18	c # GENERATE_SAT  CPU : 28.07 = 0.04 + 0.01 + 27.6 + 0.42
29.18	
29.18	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194407-1170090253/sugar23436.bcnf [Mon Jan 29 18:04:43 2007]
29.18	c # CMD : /tmp/evaluation/194407-1170090253/minisat /tmp/evaluation/194407-1170090253/sugar23436.bcnf /tmp/evaluation/194407-1170090253/sugar23436.out
29.35	c ==================================[MINISAT]===================================
29.35	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
29.35	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
29.35	c ==============================================================================
29.35	c |         0 |   77467  1713982 |   25822       0        0     nan |  0.000 % |
29.40	c |       100 |   77467  1713982 |   28404     100     2011    20.1 |  0.000 % |
29.45	c |       250 |   77468  1713982 |   31244     249     4162    16.7 |  0.000 % |
29.53	c |       475 |   77468  1713982 |   34369     474     7233    15.3 |  0.000 % |
29.68	c |       812 |   77468  1713982 |   37805     811    14031    17.3 |  0.000 % |
29.90	c |      1318 |   77468  1713982 |   41586    1317    21892    16.6 |  0.000 % |
30.25	c |      2077 |   77468  1713982 |   45745    2076    32827    15.8 |  0.000 % |
30.74	c |      3217 |   77470  1713982 |   50319    3214    50513    15.7 |  0.000 % |
31.45	c |      4926 |   77470  1713982 |   55351    4923    82156    16.7 |  0.000 % |
32.55	c |      7488 |   77471  1713982 |   60886    7484   135660    18.1 |  0.000 % |
34.62	c |     11332 |   77471  1713982 |   66975   11328   255263    22.5 |  0.000 % |
37.76	c |     17099 |   77474  1713982 |   73673   17092   387927    22.7 |  0.000 % |
42.79	c |     25748 |   77474  1713982 |   81040   25741   672075    26.1 |  0.000 % |
51.85	c |     38722 |   77474  1713982 |   89144   38715  1025633    26.5 |  0.000 % |
66.47	c |     58183 |   77480  1713982 |   98059   58170  1637450    28.1 |  0.000 % |
102.80	c |     87375 |   77480  1713982 |  107864   87362  3043167    34.8 |  0.000 % |
147.86	c |    131164 |   77488  1713982 |  118651   37378  1322843    35.4 |  0.000 % |
227.25	c |    196851 |   77491  1713982 |  130516  103062  3595956    34.9 |  0.000 % |
325.08	c |    295378 |   77503  1713982 |  143568   85784  2545944    29.7 |  0.000 % |
517.60	c |    443169 |   77518  1713982 |  157925  109000  4060102    37.2 |  0.001 % |
862.03	c |    664853 |   77541  1713982 |  173717   53910  2126089    39.4 |  0.001 % |
1406.89	c |    997378 |   77555  1713982 |  191089   85441  3430364    40.1 |  0.000 % |
1808.80	
1808.80	s UNKNOWN
1808.80	c # INTERRUPTED
1808.80	c # MAIN  END :  (1808 seconds) [Mon Jan 29 18:34:22 2007]
1808.80	c # MAIN  CPU : 28.83 = 0.04 + 0.01 + 28.29 + 0.49
1808.80	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-194407-1170090253 -o ROOT/results/node7/solver-194407-1170090253 -C 1800 -M 900 /tmp/evaluation/194407-1170090253/solver /tmp/evaluation/194407-1170090253 /tmp/evaluation/194407-1170090253/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.07 0.77 0.32 5/95 23437
/proc/meminfo: memFree=1592512/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=12268 CPUtime=0
/proc/23436/stat : 23436 (sugar) R 23434 23436 22694 0 -1 4194304 596 0 0 0 0 0 0 0 20 0 1 0 28980070 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680014846 0 0 4224 0 0 0 0 17 1 0 0
/proc/23436/statm: 3067 315 241 3 0 167 0

[startup+0.105986 s]
/proc/loadavg: 1.07 0.77 0.32 5/95 23437
/proc/meminfo: memFree=1592512/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=13724 CPUtime=0.03
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 28980070 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.518074 s]
/proc/loadavg: 1.07 0.77 0.32 5/95 23437
/proc/meminfo: memFree=1592512/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=13724 CPUtime=0.03
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 28980070 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23436/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34212 s]
/proc/loadavg: 1.15 0.79 0.33 4/103 23453
/proc/meminfo: memFree=1581184/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=13724 CPUtime=0.79
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1190 7926 0 1 3 0 69 7 15 0 1 0 28980070 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 3431 809 371 3 0 531 0
[pid=23446] ppid=23436 vsize=807064 CPUtime=0.43
/proc/23446/stat : 23446 (java) R 23436 23436 22694 0 -1 0 6953 0 1 0 40 3 0 0 18 0 8 0 28980158 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23446/statm: 201766 6702 1494 14 0 189044 0
[pid=23446/tid=23447] ppid=23436 vsize=807064 CPUtime=0.04
/proc/23446/task/23447/stat : 23447 (java) R 23436 23436 22694 0 -1 64 900 0 0 0 4 0 0 0 16 0 8 0 28980163 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23448] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23448/stat : 23448 (java) S 23436 23436 22694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28980164 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23449] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23449/stat : 23449 (java) S 23436 23436 22694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28980164 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23450] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23450/stat : 23450 (java) S 23436 23436 22694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28980167 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23451] ppid=23436 vsize=807064 CPUtime=0.05
/proc/23446/task/23451/stat : 23451 (java) R 23436 23436 22694 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 28980167 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23452] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23452/stat : 23452 (java) S 23436 23436 22694 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28980167 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23453] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23453/stat : 23453 (java) S 23436 23436 22694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28980167 826433536 6702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.9933 s]
/proc/loadavg: 1.15 0.79 0.33 4/103 23453
/proc/meminfo: memFree=1552192/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=13724 CPUtime=0.79
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1190 7926 0 1 3 0 69 7 15 0 1 0 28980070 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 3431 809 371 3 0 531 0
[pid=23446] ppid=23436 vsize=807064 CPUtime=2.07
/proc/23446/stat : 23446 (java) R 23436 23436 22694 0 -1 0 13345 0 1 0 200 7 0 0 25 0 8 0 28980158 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073562843 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23446/statm: 201766 13080 1494 14 0 189044 0
[pid=23446/tid=23447] ppid=23436 vsize=807064 CPUtime=0.58
/proc/23446/task/23447/stat : 23447 (java) S 23436 23436 22694 0 -1 64 7278 0 0 0 55 3 0 0 16 0 8 0 28980163 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23448] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23448/stat : 23448 (java) S 23436 23436 22694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28980164 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23449] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23449/stat : 23449 (java) S 23436 23436 22694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28980164 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23450] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23450/stat : 23450 (java) S 23436 23436 22694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28980167 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23451] ppid=23436 vsize=807064 CPUtime=0.05
/proc/23446/task/23451/stat : 23451 (java) S 23436 23436 22694 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28980167 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23452] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23452/stat : 23452 (java) S 23436 23436 22694 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28980167 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23453] ppid=23436 vsize=807064 CPUtime=0
/proc/23446/task/23453/stat : 23453 (java) S 23436 23436 22694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28980167 826433536 13080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.19764 s]
/proc/loadavg: 1.15 0.79 0.33 4/103 23453
/proc/meminfo: memFree=1468544/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=13724 CPUtime=0.79
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1190 7926 0 1 3 0 69 7 15 0 1 0 28980070 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 3431 809 371 3 0 531 0
[pid=23446] ppid=23436 vsize=807332 CPUtime=5.25
/proc/23446/stat : 23446 (java) R 23436 23436 22694 0 -1 0 33168 0 1 0 508 17 0 0 25 0 8 0 28980158 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073594066 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23446/statm: 201833 32822 1506 14 0 189111 0
[pid=23446/tid=23447] ppid=23436 vsize=807332 CPUtime=1.59
/proc/23446/task/23447/stat : 23447 (java) S 23436 23436 22694 0 -1 64 26869 0 0 0 147 12 0 0 16 0 8 0 28980163 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23448] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23448/stat : 23448 (java) S 23436 23436 22694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28980164 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23449] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23449/stat : 23449 (java) S 23436 23436 22694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28980164 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23450] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23450/stat : 23450 (java) S 23436 23436 22694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28980167 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23451] ppid=23436 vsize=807332 CPUtime=0.14
/proc/23446/task/23451/stat : 23451 (java) S 23436 23436 22694 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 28980167 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23452] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23452/stat : 23452 (java) S 23436 23436 22694 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28980167 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23453] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23453/stat : 23453 (java) S 23436 23436 22694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28980167 826707968 32822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821056

[startup+12.6953 s]
/proc/loadavg: 1.43 0.86 0.36 5/103 23453
/proc/meminfo: memFree=1377152/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=13724 CPUtime=0.79
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1190 7926 0 1 3 0 69 7 15 0 1 0 28980070 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 3431 809 371 3 0 531 0
[pid=23446] ppid=23436 vsize=807332 CPUtime=11.7
/proc/23446/stat : 23446 (java) R 23436 23436 22694 0 -1 0 54846 0 1 0 1142 28 0 0 25 0 8 0 28980158 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073578921 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23446/statm: 201833 54112 1507 14 0 189111 0
[pid=23446/tid=23447] ppid=23436 vsize=807332 CPUtime=3.85
/proc/23446/task/23447/stat : 23447 (java) S 23436 23436 22694 0 -1 64 48363 0 0 0 363 22 0 0 16 0 8 0 28980163 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23448] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23448/stat : 23448 (java) S 23436 23436 22694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28980164 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23449] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23449/stat : 23449 (java) S 23436 23436 22694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28980164 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23450] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23450/stat : 23450 (java) S 23436 23436 22694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23451] ppid=23436 vsize=807332 CPUtime=0.14
/proc/23446/task/23451/stat : 23451 (java) S 23436 23436 22694 0 -1 64 405 0 0 0 14 0 0 0 17 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23452] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23452/stat : 23452 (java) S 23436 23436 22694 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23453] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23453/stat : 23453 (java) S 23436 23436 22694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 821056

[startup+25.5917 s]
/proc/loadavg: 1.60 0.91 0.38 3/96 23454
/proc/meminfo: memFree=1568824/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=13724 CPUtime=0.79
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1190 7926 0 1 3 0 69 7 15 0 1 0 28980070 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 3431 809 371 3 0 531 0
[pid=23446] ppid=23436 vsize=807332 CPUtime=24.53
/proc/23446/stat : 23446 (java) R 23436 23436 22694 0 -1 0 56027 0 1 0 2418 35 0 0 25 0 8 0 28980158 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073577918 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23446/statm: 201833 54112 1507 14 0 189111 0
[pid=23446/tid=23447] ppid=23436 vsize=807332 CPUtime=8.38
/proc/23446/task/23447/stat : 23447 (java) S 23436 23436 22694 0 -1 64 49172 0 0 0 811 27 0 0 16 0 8 0 28980163 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23446/tid=23448] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23448/stat : 23448 (java) S 23436 23436 22694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28980164 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23449] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23449/stat : 23449 (java) S 23436 23436 22694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28980164 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23450] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23450/stat : 23450 (java) S 23436 23436 22694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23451] ppid=23436 vsize=807332 CPUtime=0.14
/proc/23446/task/23451/stat : 23451 (java) S 23436 23436 22694 0 -1 64 405 0 0 0 14 0 0 0 16 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23452] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23452/stat : 23452 (java) S 23436 23436 22694 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23446/tid=23453] ppid=23436 vsize=807332 CPUtime=0
/proc/23446/task/23453/stat : 23453 (java) S 23436 23436 22694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28980167 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 821056

[startup+51.2803 s]
/proc/loadavg: 1.76 1.01 0.43 3/89 23455
/proc/meminfo: memFree=1751600/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=16080 CPUtime=21.97
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 4710 0 0 0 2193 4 0 0 25 0 1 0 28982988 16465920 3670 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 4020 3670 52 112 0 3904 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 32532

[startup+102.534 s]
/proc/loadavg: 1.89 1.16 0.51 3/89 23455
/proc/meminfo: memFree=1736176/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=25912 CPUtime=72.98
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 7146 0 0 0 7291 7 0 0 25 0 1 0 28982988 26533888 6106 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 6478 6106 52 112 0 6362 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 42364

[startup+162.621 s]
/proc/loadavg: 1.96 1.31 0.60 3/89 23455
/proc/meminfo: memFree=1731824/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=29120 CPUtime=132.78
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 7927 0 0 0 13270 8 0 0 25 0 1 0 28982988 29818880 6887 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 7280 6887 52 112 0 7164 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 45572


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

/proc/loadavg: 2.00 1.97 1.48 3/89 23455
/proc/meminfo: memFree=1695472/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=50284 CPUtime=1089.7
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13145 0 0 0 108952 18 0 0 25 0 1 0 28982988 51490816 12105 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12571 12105 52 112 0 12455 0
Current children cumulated CPU time (s) 1118.56
Current children cumulated vsize (KiB) 66736

[startup+1184.16 s]
/proc/loadavg: 2.00 1.97 1.51 3/89 23455
/proc/meminfo: memFree=1695408/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=50284 CPUtime=1149.51
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13148 0 0 0 114932 19 0 0 25 0 1 0 28982988 51490816 12108 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12571 12108 52 112 0 12455 0
Current children cumulated CPU time (s) 1178.37
Current children cumulated vsize (KiB) 66736

[startup+1244.24 s]
/proc/loadavg: 2.00 1.97 1.54 3/89 23455
/proc/meminfo: memFree=1695216/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=50444 CPUtime=1209.31
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13173 0 0 0 120912 19 0 0 25 0 1 0 28982988 51654656 12133 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12611 12133 52 112 0 12495 0
Current children cumulated CPU time (s) 1238.17
Current children cumulated vsize (KiB) 66896

[startup+1304.34 s]
/proc/loadavg: 2.00 1.97 1.56 3/89 23455
/proc/meminfo: memFree=1694896/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=50616 CPUtime=1269.12
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13219 0 0 0 126893 19 0 0 25 0 1 0 28982988 51830784 12179 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527422 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12654 12179 52 112 0 12538 0
Current children cumulated CPU time (s) 1297.98
Current children cumulated vsize (KiB) 67068

[startup+1364.43 s]
/proc/loadavg: 2.00 1.97 1.59 3/89 23455
/proc/meminfo: memFree=1693104/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=50616 CPUtime=1328.93
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13221 0 0 0 132873 20 0 0 25 0 1 0 28982988 51830784 12181 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12654 12181 52 112 0 12538 0
Current children cumulated CPU time (s) 1357.79
Current children cumulated vsize (KiB) 67068

[startup+1424.51 s]
/proc/loadavg: 2.06 1.99 1.62 3/89 23455
/proc/meminfo: memFree=1691504/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=50936 CPUtime=1388.73
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13289 0 0 0 138853 20 0 0 25 0 1 0 28982988 52158464 12249 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12734 12249 52 112 0 12618 0
Current children cumulated CPU time (s) 1417.59
Current children cumulated vsize (KiB) 67388

[startup+1484.6 s]
/proc/loadavg: 2.02 1.99 1.64 3/89 23455
/proc/meminfo: memFree=1691312/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=51100 CPUtime=1448.53
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13323 0 0 0 144833 20 0 0 25 0 1 0 28982988 52326400 12283 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12775 12283 52 112 0 12659 0
Current children cumulated CPU time (s) 1477.39
Current children cumulated vsize (KiB) 67552

[startup+1544.69 s]
/proc/loadavg: 2.01 1.99 1.66 3/89 23455
/proc/meminfo: memFree=1690992/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=51100 CPUtime=1508.34
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 13325 0 0 0 150814 20 0 0 25 0 1 0 28982988 52326400 12285 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 12775 12285 52 112 0 12659 0
Current children cumulated CPU time (s) 1537.2
Current children cumulated vsize (KiB) 67552

[startup+1604.78 s]
/proc/loadavg: 2.00 1.99 1.67 3/89 23455
/proc/meminfo: memFree=1682160/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=56580 CPUtime=1568.15
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 14687 0 0 0 156792 23 0 0 25 0 1 0 28982988 57937920 13647 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 14145 13647 52 112 0 14029 0
Current children cumulated CPU time (s) 1597.01
Current children cumulated vsize (KiB) 73032

[startup+1664.87 s]
/proc/loadavg: 2.00 1.99 1.69 3/89 23455
/proc/meminfo: memFree=1680176/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=56580 CPUtime=1627.95
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 14687 0 0 0 162772 23 0 0 25 0 1 0 28982988 57937920 13647 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 14145 13647 52 112 0 14029 0
Current children cumulated CPU time (s) 1656.81
Current children cumulated vsize (KiB) 73032

[startup+1724.95 s]
/proc/loadavg: 2.00 1.99 1.71 3/89 23455
/proc/meminfo: memFree=1679920/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=56580 CPUtime=1687.75
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 14711 0 0 0 168752 23 0 0 25 0 1 0 28982988 57937920 13671 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 14145 13671 52 112 0 14029 0
Current children cumulated CPU time (s) 1716.61
Current children cumulated vsize (KiB) 73032

[startup+1785.04 s]
/proc/loadavg: 2.00 1.99 1.73 3/89 23455
/proc/meminfo: memFree=1679792/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=56732 CPUtime=1747.56
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 14736 0 0 0 174732 24 0 0 25 0 1 0 28982988 58093568 13696 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23455/statm: 14183 13696 52 112 0 14067 0
Current children cumulated CPU time (s) 1776.42
Current children cumulated vsize (KiB) 73184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.79 s]
/proc/loadavg: 1.93 1.97 1.73 3/96 23519
/proc/meminfo: memFree=1646200/2055920 swapFree=4192956/4192956
[pid=23436] ppid=23434 vsize=16452 CPUtime=28.86
/proc/23436/stat : 23436 (sugar) S 23434 23436 22694 0 -1 4194304 1977 64222 0 2 7 1 2829 49 16 0 1 0 28980070 16846848 1488 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23436/statm: 4113 1488 373 3 0 1213 0
[pid=23455] ppid=23436 vsize=57660 CPUtime=1771.22
/proc/23455/stat : 23455 (minisat) R 23436 23436 22694 0 -1 0 14951 0 0 0 177097 25 0 0 25 0 1 0 28982988 59043840 13911 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 0 0 0
/proc/23455/statm: 14415 13911 52 112 0 14299 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 74112

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23436 and gives childrusage.ru_utime.tv_sec=28 childrusage.ru_utime.tv_usec=376686 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=513921
CPU time returned by wait4() is 28.8906
while last known CPU time is 1800.09

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

Real time (s): 1809.81
CPU time (s): 1800.09
CPU user time (s): 1799.33
CPU system time (s): 0.76
CPU usage (%): 99.4628
Max. virtual memory (cumulated for all children) (KiB): 821560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.3767
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66285
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= 6755
involuntary context switches= 7044

runsolver used 1.9927 s user time and 6.05508 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan 29 17:04:13 UTC 2007


IDJOB= 194407
IDBENCH= 3212
IDSOLVER= 86
FILE ID= node7/194407-1170090253

PBS_JOBID= 3689383

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fed24bf814293fbb51b883238d7e9a01

RANDOM SEED= 498381574

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.232
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.232
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:       1592992 kB
Buffers:         39964 kB
Cached:          98552 kB
SwapCached:          0 kB
Active:         315308 kB
Inactive:       101120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4660 kB
Writeback:           0 kB
Mapped:         302532 kB
Slab:            30896 kB
Committed_AS:   446044 kB
PageTables:       2648 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 node7 on Mon Jan 29 17:34:23 UTC 2007