Trace number 224226

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.13 1810.78

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-11_ext.xml
MD5SUMcddde83e97abaa8727713e4b7e33af6d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.15491
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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/224226-1170103066/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224226-1170103066/unknown.xml [Mon Jan 29 21:37:47 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224226-1170103066/unknown.xml /tmp/evaluation/224226-1170103066/sugar24338.csp [Mon Jan 29 21:37:47 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224226-1170103066/sugar-v0-40.jar -convert /tmp/evaluation/224226-1170103066/unknown.xml /tmp/evaluation/224226-1170103066/sugar24338.csp
0.18	c BEGIN convert /tmp/evaluation/224226-1170103066/unknown.xml
0.79	c END convert (0.610584 seconds)
0.82	c # CONVERT_XML  END : /tmp/evaluation/224226-1170103066/sugar24338.csp 1719153 bytes (1 seconds) [Mon Jan 29 21:37:48 2007]
0.82	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.82	
0.82	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224226-1170103066/sugar24338.bcnf [Mon Jan 29 21:37:48 2007]
0.82	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224226-1170103066/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224226-1170103066/sugar24338.map /tmp/evaluation/224226-1170103066/sugar24338.csp /tmp/evaluation/224226-1170103066/sugar24338.bcnf
0.94	c BEGIN parse /tmp/evaluation/224226-1170103066/sugar24338.csp
377.86	c END parse (376.916473 seconds)
377.86	c BEGIN simplify
379.00	c END simplify (1.148346 seconds)
379.00	c BEGIN encode /tmp/evaluation/224226-1170103066/sugar24338.bcnf
386.62	c END encode (7.617579 seconds)
387.29	c # GENERATE_SAT  END : 61644 variables 172080 clauses 90709308 bytes (386 seconds) [Mon Jan 29 21:44:14 2007]
387.29	c # GENERATE_SAT  CPU : 384.36 = 0.53 + 0.03 + 381.57 + 2.23
387.29	
387.29	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224226-1170103066/sugar24338.bcnf [Mon Jan 29 21:44:14 2007]
387.29	c # CMD : /tmp/evaluation/224226-1170103066/minisat /tmp/evaluation/224226-1170103066/sugar24338.bcnf /tmp/evaluation/224226-1170103066/sugar24338.out
389.26	c ==================================[MINISAT]===================================
389.26	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
389.26	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
389.26	c ==============================================================================
389.26	c |         0 |  172080 22505199 |   57360       0        0     nan |  0.000 % |
389.45	c |       100 |  172081 22505199 |   63096      99    12169   122.9 |  0.000 % |
389.68	c |       250 |  172084 22505199 |   69405     246    17915    72.8 |  0.000 % |
390.12	c |       475 |  172085 22505199 |   76346     470    33434    71.1 |  0.000 % |
390.83	c |       812 |  172085 22505199 |   83980     807    59276    73.5 |  0.000 % |
391.76	c |      1320 |  172085 22505199 |   92378    1315   113715    86.5 |  0.000 % |
392.96	c |      2079 |  172088 22505199 |  101616    2071   168064    81.2 |  0.000 % |
394.78	c |      3220 |  172094 22505199 |  111778    3206   233897    73.0 |  0.000 % |
397.96	c |      4928 |  172098 22505199 |  122956    4910   393642    80.2 |  0.000 % |
402.69	c |      7491 |  172110 22505199 |  135251    7461   577346    77.4 |  0.000 % |
410.46	c |     11336 |  172120 22505199 |  148777   11296   857293    75.9 |  0.000 % |
423.24	c |     17102 |  172130 22505199 |  163654   17052  1265816    74.2 |  0.000 % |
448.05	c |     25752 |  172137 22505199 |  180020   25695  2180568    84.9 |  0.000 % |
482.70	c |     38726 |  172143 22505199 |  198022   38663  3361841    87.0 |  0.000 % |
560.36	c |     58189 |  172152 22505199 |  217824   58117  5725516    98.5 |  0.000 % |
654.92	c |     87382 |  172165 22505199 |  239606   87297  9257456   106.0 |  0.000 % |
857.19	c |    131172 |  172185 22505199 |  263567  131067 15637291   119.3 |  0.000 % |
1149.72	c |    196857 |  172007 22493563 |  289924  162416 22969921   141.4 |  0.092 % |
1713.94	c |    295384 |  171911 22484769 |  318916  224031 35629846   159.0 |  0.104 % |
1809.71	
1809.71	s UNKNOWN
1809.71	c # INTERRUPTED
1809.71	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:07:56 2007]
1809.71	c # MAIN  CPU : 384.37 = 0.53 + 0.04 + 381.57 + 2.23
1809.71	

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/node71/watcher-224226-1170103066 -o ROOT/results/node71/solver-224226-1170103066 -C 1800 -M 900 /tmp/evaluation/224226-1170103066/solver /tmp/evaluation/224226-1170103066 /tmp/evaluation/224226-1170103066/unknown.xml 

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

/proc/loadavg: 2.23 2.56 3.62 5/81 24339
/proc/meminfo: memFree=1595280/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=5352 CPUtime=0
/proc/24338/stat : 24338 (solver) R 24336 24338 23664 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30264476 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231962373415 0 0 4096 0 0 0 0 17 1 0 0
/proc/24338/statm: 1338 231 193 169 0 49 0

[startup+0.104429 s]
/proc/loadavg: 2.23 2.56 3.62 5/81 24339
/proc/meminfo: memFree=1595280/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30264476 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512514 s]
/proc/loadavg: 2.23 2.56 3.62 5/81 24339
/proc/meminfo: memFree=1595280/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30264476 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33469 s]
/proc/loadavg: 2.23 2.56 3.62 4/90 24355
/proc/meminfo: memFree=1576136/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30264476 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 808 370 3 0 531 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24348] ppid=24338 vsize=807064 CPUtime=0.5
/proc/24348/stat : 24348 (java) R 24338 24338 23664 0 -1 0 7352 0 1 0 45 5 0 0 22 0 8 0 30264558 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482393 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24348/statm: 201766 7101 1494 14 0 189044 0
[pid=24348/tid=24349] ppid=24338 vsize=807064 CPUtime=0.06
/proc/24348/task/24349/stat : 24349 (java) S 24338 24338 23664 0 -1 64 1300 0 0 0 6 0 0 0 16 0 8 0 30264561 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24350] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24350/stat : 24350 (java) S 24338 24338 23664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30264562 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24351] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24351/stat : 24351 (java) S 24338 24338 23664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30264562 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24352] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24352/stat : 24352 (java) S 24338 24338 23664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30264565 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24353] ppid=24338 vsize=807064 CPUtime=0.05
/proc/24348/task/24353/stat : 24353 (java) S 24338 24338 23664 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30264565 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24354] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24354/stat : 24354 (java) S 24338 24338 23664 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30264565 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24355] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24355/stat : 24355 (java) S 24338 24338 23664 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30264565 826433536 7101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.98706 s]
/proc/loadavg: 2.30 2.57 3.62 3/90 24355
/proc/meminfo: memFree=1554632/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30264476 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 808 370 3 0 531 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24348] ppid=24338 vsize=807064 CPUtime=2.12
/proc/24348/stat : 24348 (java) R 24338 24338 23664 0 -1 0 13959 0 1 0 205 7 0 0 25 0 8 0 30264558 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24348/statm: 201766 13693 1494 14 0 189044 0
[pid=24348/tid=24349] ppid=24338 vsize=807064 CPUtime=0.56
/proc/24348/task/24349/stat : 24349 (java) R 24338 24338 23664 0 -1 64 7892 0 0 0 54 2 0 0 16 0 8 0 30264561 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822834 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24350] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24350/stat : 24350 (java) S 24338 24338 23664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30264562 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24351] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24351/stat : 24351 (java) S 24338 24338 23664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30264562 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24352] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24352/stat : 24352 (java) S 24338 24338 23664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30264565 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24353] ppid=24338 vsize=807064 CPUtime=0.05
/proc/24348/task/24353/stat : 24353 (java) S 24338 24338 23664 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30264565 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24354] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24354/stat : 24354 (java) S 24338 24338 23664 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30264565 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24355] ppid=24338 vsize=807064 CPUtime=0
/proc/24348/task/24355/stat : 24355 (java) S 24338 24338 23664 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30264565 826433536 13693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 820788

[startup+6.22216 s]
/proc/loadavg: 2.30 2.57 3.62 3/90 24355
/proc/meminfo: memFree=1459848/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30264476 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 808 370 3 0 531 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24348] ppid=24338 vsize=807332 CPUtime=5.32
/proc/24348/stat : 24348 (java) R 24338 24338 23664 0 -1 0 36799 0 1 0 510 22 0 0 25 0 8 0 30264558 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24348/statm: 201833 36438 1506 14 0 189111 0
[pid=24348/tid=24349] ppid=24338 vsize=807332 CPUtime=1.64
/proc/24348/task/24349/stat : 24349 (java) S 24338 24338 23664 0 -1 64 30509 0 0 0 148 16 0 0 15 0 8 0 30264561 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24350] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24350/stat : 24350 (java) S 24338 24338 23664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30264562 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24351] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24351/stat : 24351 (java) S 24338 24338 23664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30264562 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24352] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24352/stat : 24352 (java) S 24338 24338 23664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30264565 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24353] ppid=24338 vsize=807332 CPUtime=0.12
/proc/24348/task/24353/stat : 24353 (java) S 24338 24338 23664 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30264565 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24354] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24354/stat : 24354 (java) S 24338 24338 23664 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30264565 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24355] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24355/stat : 24355 (java) S 24338 24338 23664 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30264565 826707968 36438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821056

[startup+12.6832 s]
/proc/loadavg: 2.40 2.58 3.61 3/90 24355
/proc/meminfo: memFree=1351368/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30264476 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 808 370 3 0 531 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24348] ppid=24338 vsize=807332 CPUtime=11.71
/proc/24348/stat : 24348 (java) R 24338 24338 23664 0 -1 0 54852 0 1 0 1137 34 0 0 25 0 8 0 30264558 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24348/statm: 201833 54110 1507 14 0 189111 0
[pid=24348/tid=24349] ppid=24338 vsize=807332 CPUtime=3.96
/proc/24348/task/24349/stat : 24349 (java) R 24338 24338 23664 0 -1 64 48343 0 0 0 369 27 0 0 15 0 8 0 30264561 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155216470 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24350] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24350/stat : 24350 (java) S 24338 24338 23664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30264562 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24351] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24351/stat : 24351 (java) S 24338 24338 23664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30264562 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24352] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24352/stat : 24352 (java) S 24338 24338 23664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24353] ppid=24338 vsize=807332 CPUtime=0.15
/proc/24348/task/24353/stat : 24353 (java) S 24338 24338 23664 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24354] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24354/stat : 24354 (java) S 24338 24338 23664 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24355] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24355/stat : 24355 (java) R 24338 24338 23664 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 821056

[startup+25.5108 s]
/proc/loadavg: 2.56 2.61 3.61 5/90 24355
/proc/meminfo: memFree=1332232/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30264476 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 808 370 3 0 531 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24348] ppid=24338 vsize=807332 CPUtime=24.51
/proc/24348/stat : 24348 (java) R 24338 24338 23664 0 -1 0 55677 0 1 0 2411 40 0 0 25 0 8 0 30264558 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24348/statm: 201833 54110 1507 14 0 189111 0
[pid=24348/tid=24349] ppid=24338 vsize=807332 CPUtime=8.84
/proc/24348/task/24349/stat : 24349 (java) S 24338 24338 23664 0 -1 64 48770 0 0 0 854 30 0 0 16 0 8 0 30264561 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24350] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24350/stat : 24350 (java) S 24338 24338 23664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30264562 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24351] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24351/stat : 24351 (java) S 24338 24338 23664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30264562 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24352] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24352/stat : 24352 (java) S 24338 24338 23664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24353] ppid=24338 vsize=807332 CPUtime=0.15
/proc/24348/task/24353/stat : 24353 (java) S 24338 24338 23664 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24354] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24354/stat : 24354 (java) S 24338 24338 23664 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24355] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24355/stat : 24355 (java) S 24338 24338 23664 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 821056

[startup+51.1599 s]
/proc/loadavg: 2.76 2.66 3.60 4/90 24355
/proc/meminfo: memFree=1283592/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=13724 CPUtime=0.04
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30264476 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 3431 808 370 3 0 531 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24348] ppid=24338 vsize=807332 CPUtime=50.11
/proc/24348/stat : 24348 (java) R 24338 24338 23664 0 -1 0 57460 0 1 0 4958 53 0 0 25 0 8 0 30264558 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24348/statm: 201833 54110 1507 14 0 189111 0
[pid=24348/tid=24349] ppid=24338 vsize=807332 CPUtime=18.81
/proc/24348/task/24349/stat : 24349 (java) R 24338 24338 23664 0 -1 64 49759 0 0 0 1843 38 0 0 15 0 8 0 30264561 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827311 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24350] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24350/stat : 24350 (java) S 24338 24338 23664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30264562 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24351] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24351/stat : 24351 (java) S 24338 24338 23664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30264562 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24352] ppid=24338 vsize=807332 CPUtime=0
/proc/24348/task/24352/stat : 24352 (java) S 24338 24338 23664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30264565 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24348/tid=24353] ppid=24338 vsize=807332 CPUtime=0.15

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

/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 52151 0 0 0 85174 55 0 0 25 0 1 0 30303206 211873792 51097 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 51727 51097 52 112 0 51611 0
Current children cumulated CPU time (s) 1237.41
Current children cumulated vsize (KiB) 253612

[startup+1303.87 s]
/proc/loadavg: 2.00 2.03 2.48 3/76 24357
/proc/meminfo: memFree=1259192/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=213468 CPUtime=912.1
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 53804 0 0 0 91153 57 0 0 25 0 1 0 30303206 218591232 52750 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527306 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 53367 52750 52 112 0 53251 0
Current children cumulated CPU time (s) 1297.22
Current children cumulated vsize (KiB) 260172

[startup+1363.96 s]
/proc/loadavg: 2.05 2.04 2.45 3/76 24357
/proc/meminfo: memFree=1254072/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=218560 CPUtime=971.9
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 55076 0 0 0 97131 59 0 0 25 0 1 0 30303206 223805440 54022 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 54640 54022 52 112 0 54524 0
Current children cumulated CPU time (s) 1357.02
Current children cumulated vsize (KiB) 265264

[startup+1423.97 s]
/proc/loadavg: 2.07 2.04 2.43 3/82 24459
/proc/meminfo: memFree=1252040/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=218560 CPUtime=1031.49
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 55077 0 0 0 103090 59 0 0 25 0 1 0 30303206 223805440 54023 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 54640 54023 52 112 0 54524 0
Current children cumulated CPU time (s) 1416.61
Current children cumulated vsize (KiB) 265264

[startup+1483.97 s]
/proc/loadavg: 2.02 2.03 2.40 3/82 24531
/proc/meminfo: memFree=1251960/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=218560 CPUtime=1091.12
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 55083 0 0 0 109053 59 0 0 25 0 1 0 30303206 223805440 54029 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 54640 54029 52 112 0 54524 0
Current children cumulated CPU time (s) 1476.24
Current children cumulated vsize (KiB) 265264

[startup+1544.06 s]
/proc/loadavg: 2.01 2.02 2.37 3/76 24555
/proc/meminfo: memFree=1250488/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=220252 CPUtime=1150.89
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 55484 0 0 0 115029 60 0 0 25 0 1 0 30303206 225538048 54430 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527178 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 55063 54430 52 112 0 54947 0
Current children cumulated CPU time (s) 1536.01
Current children cumulated vsize (KiB) 266956

[startup+1604.14 s]
/proc/loadavg: 2.00 2.02 2.35 3/76 24555
/proc/meminfo: memFree=1233912/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=231056 CPUtime=1210.68
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 58194 0 0 0 121005 63 0 0 25 0 1 0 30303206 236601344 57140 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527075 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 57764 57140 52 112 0 57648 0
Current children cumulated CPU time (s) 1595.8
Current children cumulated vsize (KiB) 277760

[startup+1664.24 s]
/proc/loadavg: 2.00 2.01 2.32 3/76 24555
/proc/meminfo: memFree=1218488/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=240560 CPUtime=1270.5
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 60503 0 0 0 126984 66 0 0 25 0 1 0 30303206 246333440 59449 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525044 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 60140 59449 52 112 0 60024 0
Current children cumulated CPU time (s) 1655.62
Current children cumulated vsize (KiB) 287264

[startup+1724.33 s]
/proc/loadavg: 2.03 2.02 2.30 2/77 24556
/proc/meminfo: memFree=1407280/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=249140 CPUtime=1330.3
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 62643 0 0 0 132961 69 0 0 25 0 1 0 30303206 255119360 61589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/24357/statm: 62285 61589 52 112 0 62169 0
Current children cumulated CPU time (s) 1715.42
Current children cumulated vsize (KiB) 295844

[startup+1784.36 s]
/proc/loadavg: 2.38 2.11 2.31 4/83 24619
/proc/meminfo: memFree=1295664/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=255648 CPUtime=1389.87
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 64281 0 0 0 138915 72 0 0 25 0 1 0 30303206 261783552 63227 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/24357/statm: 63912 63227 52 112 0 63796 0
Current children cumulated CPU time (s) 1774.99
Current children cumulated vsize (KiB) 302352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.46 2.15 2.32 3/83 24619
/proc/meminfo: memFree=1292528/2055920 swapFree=4192812/4192956
[pid=24338] ppid=24336 vsize=46704 CPUtime=384.4
/proc/24338/stat : 24338 (sugar) S 24336 24338 23664 0 -1 4194304 9393 174853 0 1 56 4 38157 223 16 0 1 0 30264476 47824896 8808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24338/statm: 11676 8808 373 3 0 8776 0
[pid=24340] ppid=24338 vsize=0 CPUtime=0.72
/proc/24340/stat : 24340 (java) Z 24338 24338 23664 0 -1 1036 7679 0 1 0 65 7 0 0 18 0 1 0 30264481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24340/statm: 0 0 0 0 0 0 0
[pid=24357] ppid=24338 vsize=258840 CPUtime=1414.95
/proc/24357/stat : 24357 (minisat) R 24338 24338 23664 0 -1 0 65070 0 0 0 141422 73 0 0 25 0 1 0 30303206 265052160 64016 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 0 0 0
/proc/24357/statm: 64710 64016 52 112 0 64594 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 305544

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24338 and gives childrusage.ru_utime.tv_sec=382 childrusage.ru_utime.tv_usec=145904 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=349642
CPU time returned by wait4() is 384.496
while last known CPU time is 1800.13

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

Real time (s): 1810.78
CPU time (s): 1800.13
CPU user time (s): 1797
CPU system time (s): 3.13
CPU usage (%): 99.4121
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.146
system time used= 2.34964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184332
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= 53217
involuntary context switches= 54461

runsolver used 1.88771 s user time and 5.05423 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Jan 29 20:37:47 UTC 2007


IDJOB= 224226
IDBENCH= 5727
IDSOLVER= 86
FILE ID= node71/224226-1170103066

PBS_JOBID= 3689749

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-11_ext.xml
COMMAND LINE= /tmp/evaluation/224226-1170103066/solver /tmp/evaluation/224226-1170103066 /tmp/evaluation/224226-1170103066/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-224226-1170103066 -o ROOT/results/node71/solver-224226-1170103066 -C 1800 -M 900  /tmp/evaluation/224226-1170103066/solver /tmp/evaluation/224226-1170103066 /tmp/evaluation/224226-1170103066/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  cddde83e97abaa8727713e4b7e33af6d

RANDOM SEED= 126941647

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.266
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.266
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:       1595760 kB
Buffers:         49724 kB
Cached:          40172 kB
SwapCached:          0 kB
Active:         351584 kB
Inactive:        53696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:         332200 kB
Slab:            39604 kB
Committed_AS:   657940 kB
PageTables:       2476 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= 66560 MiB



End job on node71 on Mon Jan 29 21:07:58 UTC 2007