Trace number 223633

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.11 1810.83

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-77_ext.xml
MD5SUM2791cdb02c36a6d16610fee3a7cdd30a
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 benchmark8.5457
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.04	c # Sugar v0-40 (/tmp/evaluation/223633-1170102833/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223633-1170102833/unknown.xml [Mon Jan 29 21:33:55 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223633-1170102833/unknown.xml /tmp/evaluation/223633-1170102833/sugar20551.csp [Mon Jan 29 21:33:55 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223633-1170102833/sugar-v0-40.jar -convert /tmp/evaluation/223633-1170102833/unknown.xml /tmp/evaluation/223633-1170102833/sugar20551.csp
0.15	c BEGIN convert /tmp/evaluation/223633-1170102833/unknown.xml
0.71	c END convert (0.553979 seconds)
0.74	c # CONVERT_XML  END : /tmp/evaluation/223633-1170102833/sugar20551.csp 1725035 bytes (1 seconds) [Mon Jan 29 21:33:56 2007]
0.74	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.74	
0.74	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223633-1170102833/sugar20551.bcnf [Mon Jan 29 21:33:56 2007]
0.74	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223633-1170102833/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223633-1170102833/sugar20551.map /tmp/evaluation/223633-1170102833/sugar20551.csp /tmp/evaluation/223633-1170102833/sugar20551.bcnf
0.97	c BEGIN parse /tmp/evaluation/223633-1170102833/sugar20551.csp
341.72	c END parse (340.753128 seconds)
341.72	c BEGIN simplify
342.83	c END simplify (1.108242 seconds)
342.83	c BEGIN encode /tmp/evaluation/223633-1170102833/sugar20551.bcnf
350.05	c END encode (7.223708 seconds)
350.69	c # GENERATE_SAT  END : 54634 variables 158624 clauses 80627136 bytes (350 seconds) [Mon Jan 29 21:39:46 2007]
350.69	c # GENERATE_SAT  CPU : 347.35 = 0.48 + 0.06 + 344.89 + 1.92
350.69	
350.69	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223633-1170102833/sugar20551.bcnf [Mon Jan 29 21:39:46 2007]
350.69	c # CMD : /tmp/evaluation/223633-1170102833/minisat /tmp/evaluation/223633-1170102833/sugar20551.bcnf /tmp/evaluation/223633-1170102833/sugar20551.out
352.43	c ==================================[MINISAT]===================================
352.43	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
352.43	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
352.43	c ==============================================================================
352.43	c |         0 |  158624 19998116 |   52874       0        0     nan |  0.000 % |
352.63	c |       100 |  158627 19998116 |   58161      97     8829    91.0 |  0.000 % |
352.85	c |       250 |  158627 19998116 |   63977     247    15774    63.9 |  0.000 % |
353.18	c |       475 |  158627 19998116 |   70375     472    25098    53.2 |  0.000 % |
353.68	c |       812 |  158628 19998116 |   77412     808    56761    70.2 |  0.000 % |
354.42	c |      1319 |  158628 19998116 |   85154    1315    88231    67.1 |  0.000 % |
355.53	c |      2079 |  158635 19998116 |   93669    2068   148218    71.7 |  0.000 % |
357.60	c |      3219 |  158640 19998116 |  103036    3203   256161    80.0 |  0.000 % |
360.88	c |      4927 |  158644 19998116 |  113340    4907   389696    79.4 |  0.000 % |
369.31	c |      7489 |  158650 19998116 |  124674    7463   662959    88.8 |  0.000 % |
378.60	c |     11333 |  158652 19998116 |  137141   11305   979049    86.6 |  0.000 % |
393.13	c |     17099 |  158658 19998116 |  150855   17065  1525279    89.4 |  0.000 % |
415.50	c |     25748 |  158663 19998116 |  165941   25709  2312488    89.9 |  0.000 % |
452.78	c |     38722 |  158670 19998116 |  182535   38676  3452610    89.3 |  0.000 % |
512.14	c |     58183 |  158684 19998116 |  200788   58123  5501456    94.7 |  0.000 % |
633.14	c |     87375 |  158697 19998116 |  220867   87302  8751102   100.2 |  0.000 % |
844.41	c |    131164 |  158702 19998116 |  242954  131086 14709017   112.2 |  0.000 % |
1130.17	c |    196850 |  158448 19995692 |  267250  119700 14537824   121.5 |  0.258 % |
1635.92	c |    295376 |  158481 19995692 |  293975  218193 27915342   127.9 |  0.258 % |
1809.78	
1809.78	s UNKNOWN
1809.78	c # INTERRUPTED
1809.78	c # MAIN  END :  (1810 seconds) [Mon Jan 29 22:04:05 2007]
1809.78	c # MAIN  CPU : 347.35 = 0.48 + 0.06 + 344.89 + 1.92
1809.78	

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/node68/watcher-223633-1170102833 -o ROOT/results/node68/solver-223633-1170102833 -C 1800 -M 900 /tmp/evaluation/223633-1170102833/solver /tmp/evaluation/223633-1170102833 /tmp/evaluation/223633-1170102833/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.59 1.42 1.71 2/68 20552
/proc/meminfo: memFree=1904568/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=12268 CPUtime=0
/proc/20551/stat : 20551 (sugar) R 20549 20551 20169 0 -1 4194304 607 0 0 0 0 0 0 0 18 0 1 0 30241118 12562432 326 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423358974 0 0 4224 0 0 0 0 17 1 0 0
/proc/20551/statm: 3067 326 246 3 0 167 0

[startup+0.102806 s]
/proc/loadavg: 0.59 1.42 1.71 2/68 20552
/proc/meminfo: memFree=1904568/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 30241118 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512815 s]
/proc/loadavg: 0.59 1.42 1.71 2/68 20552
/proc/meminfo: memFree=1904568/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30241118 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3389 s]
/proc/loadavg: 0.62 1.41 1.71 2/77 20571
/proc/meminfo: memFree=1886384/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30241118 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 808 370 3 0 531 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20564] ppid=20551 vsize=807064 CPUtime=0.47
/proc/20564/stat : 20564 (java) R 20551 20551 20169 0 -1 0 7343 0 1 0 44 3 0 0 17 0 8 0 30241192 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20564/statm: 201766 7092 1494 14 0 189044 0
[pid=20564/tid=20565] ppid=20551 vsize=807064 CPUtime=0.05
/proc/20564/task/20565/stat : 20565 (java) S 20551 20551 20169 0 -1 64 1292 0 0 0 5 0 0 0 17 0 8 0 30241207 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20566] ppid=20551 vsize=807064 CPUtime=0
/proc/20564/task/20566/stat : 20566 (java) S 20551 20551 20169 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30241207 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20567] ppid=20551 vsize=807064 CPUtime=0
/proc/20564/task/20567/stat : 20567 (java) S 20551 20551 20169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241207 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20568] ppid=20551 vsize=807064 CPUtime=0
/proc/20564/task/20568/stat : 20568 (java) S 20551 20551 20169 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30241210 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20569] ppid=20551 vsize=807064 CPUtime=0.05
/proc/20564/task/20569/stat : 20569 (java) S 20551 20551 20169 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30241210 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20570] ppid=20551 vsize=807064 CPUtime=0
/proc/20564/task/20570/stat : 20570 (java) S 20551 20551 20169 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30241210 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20571] ppid=20551 vsize=807064 CPUtime=0
/proc/20564/task/20571/stat : 20571 (java) S 20551 20551 20169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241210 826433536 7092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 820788

[startup+2.97809 s]
/proc/loadavg: 0.62 1.41 1.71 2/77 20571
/proc/meminfo: memFree=1862320/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30241118 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 808 370 3 0 531 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20564] ppid=20551 vsize=807336 CPUtime=2.09
/proc/20564/stat : 20564 (java) R 20551 20551 20169 0 -1 0 14195 0 1 0 202 7 0 0 16 0 8 0 30241192 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20564/statm: 201834 13929 1506 14 0 189112 0
[pid=20564/tid=20565] ppid=20551 vsize=807336 CPUtime=0.49
/proc/20564/task/20565/stat : 20565 (java) S 20551 20551 20169 0 -1 64 8005 0 0 0 46 3 0 0 17 0 8 0 30241207 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20566] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20566/stat : 20566 (java) S 20551 20551 20169 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30241207 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20567] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20567/stat : 20567 (java) S 20551 20551 20169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241207 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20568] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20568/stat : 20568 (java) S 20551 20551 20169 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30241210 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20569] ppid=20551 vsize=807336 CPUtime=0.11
/proc/20564/task/20569/stat : 20569 (java) S 20551 20551 20169 0 -1 64 392 0 0 0 11 0 0 0 16 0 8 0 30241210 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20570] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20570/stat : 20570 (java) S 20551 20551 20169 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30241210 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20571] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20571/stat : 20571 (java) S 20551 20551 20169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241210 826712064 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 821060

[startup+6.18333 s]
/proc/loadavg: 0.62 1.41 1.71 5/90 20614
/proc/meminfo: memFree=1742600/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30241118 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 808 370 3 0 531 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20564] ppid=20551 vsize=807336 CPUtime=5.28
/proc/20564/stat : 20564 (java) S 20551 20551 20169 0 -1 0 42771 0 1 0 509 19 0 0 15 0 8 0 30241192 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20564/statm: 201834 42381 1506 14 0 189112 0
[pid=20564/tid=20565] ppid=20551 vsize=807336 CPUtime=1.65
/proc/20564/task/20565/stat : 20565 (java) R 20551 20551 20169 0 -1 64 36427 0 0 0 150 15 0 0 16 0 8 0 30241207 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153444373 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20566] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20566/stat : 20566 (java) S 20551 20551 20169 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30241207 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20567] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20567/stat : 20567 (java) S 20551 20551 20169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241207 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20568] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20568/stat : 20568 (java) S 20551 20551 20169 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30241210 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20569] ppid=20551 vsize=807336 CPUtime=0.12
/proc/20564/task/20569/stat : 20569 (java) S 20551 20551 20169 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30241210 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20570] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20570/stat : 20570 (java) S 20551 20551 20169 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30241210 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20571] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20571/stat : 20571 (java) S 20551 20551 20169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241210 826712064 42381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 821060

[startup+12.6179 s]
/proc/loadavg: 0.91 1.44 1.72 4/91 20622
/proc/meminfo: memFree=1520192/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30241118 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 808 370 3 0 531 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20564] ppid=20551 vsize=807336 CPUtime=11.68
/proc/20564/stat : 20564 (java) R 20551 20551 20169 0 -1 0 55050 0 1 0 1142 26 0 0 16 0 8 0 30241192 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724762 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20564/statm: 201834 54116 1507 14 0 189112 0
[pid=20564/tid=20565] ppid=20551 vsize=807336 CPUtime=4.18
/proc/20564/task/20565/stat : 20565 (java) R 20551 20551 20169 0 -1 64 48486 0 0 0 397 21 0 0 25 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20566] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20566/stat : 20566 (java) S 20551 20551 20169 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20567] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20567/stat : 20567 (java) S 20551 20551 20169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20568] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20568/stat : 20568 (java) S 20551 20551 20169 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20569] ppid=20551 vsize=807336 CPUtime=0.12
/proc/20564/task/20569/stat : 20569 (java) S 20551 20551 20169 0 -1 64 403 0 0 0 12 0 0 0 15 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20570] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20570/stat : 20570 (java) S 20551 20551 20169 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20571] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20571/stat : 20571 (java) S 20551 20551 20169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 821060

[startup+25.4731 s]
/proc/loadavg: 1.08 1.46 1.72 4/91 20622
/proc/meminfo: memFree=1472968/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30241118 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 808 370 3 0 531 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20564] ppid=20551 vsize=807336 CPUtime=24.48
/proc/20564/stat : 20564 (java) S 20551 20551 20169 0 -1 0 55881 0 1 0 2418 30 0 0 16 0 8 0 30241192 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20564/statm: 201834 54116 1507 14 0 189112 0
[pid=20564/tid=20565] ppid=20551 vsize=807336 CPUtime=8.88
/proc/20564/task/20565/stat : 20565 (java) R 20551 20551 20169 0 -1 64 48894 0 0 0 864 24 0 0 25 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827296 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20566] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20566/stat : 20566 (java) S 20551 20551 20169 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20567] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20567/stat : 20567 (java) S 20551 20551 20169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20568] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20568/stat : 20568 (java) S 20551 20551 20169 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20569] ppid=20551 vsize=807336 CPUtime=0.12
/proc/20564/task/20569/stat : 20569 (java) S 20551 20551 20169 0 -1 64 403 0 0 0 12 0 0 0 15 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20570] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20570/stat : 20570 (java) S 20551 20551 20169 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20571] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20571/stat : 20571 (java) S 20551 20551 20169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 821060

[startup+51.1314 s]
/proc/loadavg: 1.90 1.62 1.76 5/91 20622
/proc/meminfo: memFree=1473032/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=13724 CPUtime=0.03
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30241118 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 3431 808 370 3 0 531 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20564] ppid=20551 vsize=807336 CPUtime=49.82
/proc/20564/stat : 20564 (java) S 20551 20551 20169 0 -1 0 57498 0 1 0 4943 39 0 0 16 0 8 0 30241192 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20564/statm: 201834 54116 1507 14 0 189112 0
[pid=20564/tid=20565] ppid=20551 vsize=807336 CPUtime=18.85
/proc/20564/task/20565/stat : 20565 (java) R 20551 20551 20169 0 -1 64 49723 0 0 0 1856 29 0 0 25 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20566] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20566/stat : 20566 (java) S 20551 20551 20169 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20567] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20567/stat : 20567 (java) S 20551 20551 20169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241207 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20564/tid=20568] ppid=20551 vsize=807336 CPUtime=0
/proc/20564/task/20568/stat : 20568 (java) S 20551 20551 20169 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30241210 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20564/tid=20569] ppid=20551 vsize=807336 CPUtime=0.12

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

/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 41562 0 0 0 88742 41 0 0 25 0 1 0 30276188 168337408 40508 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525745 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 41098 40508 52 112 0 40982 0
Current children cumulated CPU time (s) 1235.86
Current children cumulated vsize (KiB) 207532

[startup+1302.73 s]
/proc/loadavg: 2.06 2.03 2.03 3/77 20626
/proc/meminfo: memFree=1306808/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=172568 CPUtime=947.57
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 43629 0 0 0 94713 44 0 0 25 0 1 0 30276188 176709632 42575 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 43142 42575 52 112 0 43026 0
Current children cumulated CPU time (s) 1295.6
Current children cumulated vsize (KiB) 215708

[startup+1362.74 s]
/proc/loadavg: 2.02 2.02 2.02 3/77 20626
/proc/meminfo: memFree=1293624/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=179300 CPUtime=1007.3
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 45301 0 0 0 100684 46 0 0 25 0 1 0 30276188 183603200 44247 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 44825 44247 52 112 0 44709 0
Current children cumulated CPU time (s) 1355.33
Current children cumulated vsize (KiB) 222440

[startup+1422.75 s]
/proc/loadavg: 2.06 2.03 2.02 3/77 20626
/proc/meminfo: memFree=1280824/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=184852 CPUtime=1067.02
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 46718 0 0 0 106655 47 0 0 25 0 1 0 30276188 189288448 45664 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 46213 45664 52 112 0 46097 0
Current children cumulated CPU time (s) 1415.05
Current children cumulated vsize (KiB) 227992

[startup+1482.76 s]
/proc/loadavg: 2.02 2.02 2.02 3/77 20626
/proc/meminfo: memFree=1268152/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=191056 CPUtime=1126.76
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 48283 0 0 0 112627 49 0 0 25 0 1 0 30276188 195641344 47229 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 47764 47229 52 112 0 47648 0
Current children cumulated CPU time (s) 1474.79
Current children cumulated vsize (KiB) 234196

[startup+1542.77 s]
/proc/loadavg: 2.00 2.02 2.01 3/77 20626
/proc/meminfo: memFree=1261880/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=197124 CPUtime=1186.49
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 49803 0 0 0 118598 51 0 0 25 0 1 0 30276188 201854976 48749 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 49281 48749 52 112 0 49165 0
Current children cumulated CPU time (s) 1534.52
Current children cumulated vsize (KiB) 240264

[startup+1602.78 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 20626
/proc/meminfo: memFree=1256056/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=203364 CPUtime=1246.21
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 51264 0 0 0 124569 52 0 0 25 0 1 0 30276188 208244736 50210 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 50841 50210 52 112 0 50725 0
Current children cumulated CPU time (s) 1594.24
Current children cumulated vsize (KiB) 246504

[startup+1662.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20732
/proc/meminfo: memFree=1248240/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=209644 CPUtime=1305.85
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 52820 0 0 0 130531 54 0 0 25 0 1 0 30276188 214675456 51766 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 52411 51766 52 112 0 52295 0
Current children cumulated CPU time (s) 1653.88
Current children cumulated vsize (KiB) 252784

[startup+1722.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20824
/proc/meminfo: memFree=1242264/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=216528 CPUtime=1365.5
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 54555 0 0 0 136494 56 0 0 25 0 1 0 30276188 221724672 53501 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 54132 53501 52 112 0 54016 0
Current children cumulated CPU time (s) 1713.53
Current children cumulated vsize (KiB) 259668

[startup+1782.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20824
/proc/meminfo: memFree=1234672/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=224284 CPUtime=1425.23
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 56497 0 0 0 142465 58 0 0 25 0 1 0 30276188 229666816 55443 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 56071 55443 52 112 0 55955 0
Current children cumulated CPU time (s) 1773.26
Current children cumulated vsize (KiB) 267424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.77 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 20824
/proc/meminfo: memFree=1230576/2055920 swapFree=4192812/4192956
[pid=20551] ppid=20549 vsize=43140 CPUtime=347.38
/proc/20551/stat : 20551 (sugar) S 20549 20551 20169 0 -1 4194304 8511 167920 0 1 51 6 34489 192 16 0 1 0 30241118 44175360 7927 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20551/statm: 10785 7927 373 3 0 7885 0
[pid=20554] ppid=20551 vsize=0 CPUtime=0.65
/proc/20554/stat : 20554 (java) Z 20551 20551 20169 0 -1 1036 7673 0 1 0 59 6 0 0 16 0 1 0 30241122 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20554/statm: 0 0 0 0 0 0 0
[pid=20626] ppid=20551 vsize=228180 CPUtime=1452.02
/proc/20626/stat : 20626 (minisat) R 20551 20551 20169 0 -1 0 57489 0 0 0 145143 59 0 0 25 0 1 0 30276188 233656320 56435 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/20626/statm: 57045 56435 52 112 0 56929 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 271320

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 20551 and gives childrusage.ru_utime.tv_sec=345 childrusage.ru_utime.tv_usec=406490 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=40689
CPU time returned by wait4() is 347.447
while last known CPU time is 1800.11

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

Real time (s): 1810.83
CPU time (s): 1800.11
CPU user time (s): 1797.42
CPU system time (s): 2.69
CPU usage (%): 99.4079
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 345.406
system time used= 2.04069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176517
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= 19101
involuntary context switches= 22672

runsolver used 2.11468 s user time and 6.04308 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 20:33:54 UTC 2007


IDJOB= 223633
IDBENCH= 5660
IDSOLVER= 86
FILE ID= node68/223633-1170102833

PBS_JOBID= 3689818

Free space on /tmp= 66564 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2791cdb02c36a6d16610fee3a7cdd30a

RANDOM SEED= 366234007

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.234
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.234
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:       1905048 kB
Buffers:         34724 kB
Cached:          45516 kB
SwapCached:          0 kB
Active:          50976 kB
Inactive:        49524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1280 kB
Writeback:           0 kB
Mapped:          30400 kB
Slab:            36176 kB
Committed_AS:   311164 kB
PageTables:       1568 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= 66488 MiB



End job on node68 on Mon Jan 29 21:04:06 UTC 2007