Trace number 229957

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.04 1813.94

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-49_ext.xml
MD5SUM0e5b056047fa594473f015771936abbf
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 benchmark489.567
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
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/229957-1170106284/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229957-1170106284/unknown.xml [Mon Jan 29 22:31:25 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229957-1170106284/unknown.xml /tmp/evaluation/229957-1170106284/sugar31760.csp [Mon Jan 29 22:31:25 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229957-1170106284/sugar-v0-40.jar -convert /tmp/evaluation/229957-1170106284/unknown.xml /tmp/evaluation/229957-1170106284/sugar31760.csp
0.16	c BEGIN convert /tmp/evaluation/229957-1170106284/unknown.xml
0.83	c END convert (0.660917 seconds)
0.85	c # CONVERT_XML  END : /tmp/evaluation/229957-1170106284/sugar31760.csp 2166189 bytes (0 seconds) [Mon Jan 29 22:31:25 2007]
0.85	c # CONVERT_XML  CPU : 0.77 = 0 + 0 + 0.71 + 0.06
0.85	
0.85	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229957-1170106284/sugar31760.bcnf [Mon Jan 29 22:31:25 2007]
0.85	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229957-1170106284/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229957-1170106284/sugar31760.map /tmp/evaluation/229957-1170106284/sugar31760.csp /tmp/evaluation/229957-1170106284/sugar31760.bcnf
0.97	c BEGIN parse /tmp/evaluation/229957-1170106284/sugar31760.csp
30.58	c END parse (29.611337 seconds)
30.58	c BEGIN simplify
30.71	c END simplify (0.127696 seconds)
30.71	c BEGIN encode /tmp/evaluation/229957-1170106284/sugar31760.bcnf
31.72	c END encode (1.009656 seconds)
31.81	c # GENERATE_SAT  END : 7576 variables 79954 clauses 8741224 bytes (31 seconds) [Mon Jan 29 22:31:56 2007]
31.81	c # GENERATE_SAT  CPU : 30.61 = 0.05 + 0.01 + 30.11 + 0.44
31.81	
31.81	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229957-1170106284/sugar31760.bcnf [Mon Jan 29 22:31:56 2007]
31.81	c # CMD : /tmp/evaluation/229957-1170106284/minisat /tmp/evaluation/229957-1170106284/sugar31760.bcnf /tmp/evaluation/229957-1170106284/sugar31760.out
32.03	c ==================================[MINISAT]===================================
32.03	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
32.03	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
32.03	c ==============================================================================
32.03	c |         0 |   79954  2105342 |   26651       0        0     nan |  0.000 % |
32.07	c |       100 |   79954  2105342 |   29316     100     1731    17.3 |  0.000 % |
32.12	c |       250 |   79955  2105342 |   32247     249     3870    15.5 |  0.000 % |
32.20	c |       476 |   79955  2105342 |   35472     475     7182    15.1 |  0.000 % |
32.35	c |       813 |   79955  2105342 |   39019     812    12396    15.3 |  0.000 % |
32.56	c |      1319 |   79956  2105342 |   42921    1317    20027    15.2 |  0.000 % |
32.90	c |      2078 |   79956  2105342 |   47213    2076    31328    15.1 |  0.000 % |
33.40	c |      3217 |   79956  2105342 |   51935    3215    49610    15.4 |  0.000 % |
34.15	c |      4927 |   79958  2105342 |   57128    4923    73980    15.0 |  0.000 % |
35.36	c |      7490 |   79958  2105342 |   62841    7486   122185    16.3 |  0.000 % |
37.15	c |     11334 |   79958  2105342 |   69125   11330   183079    16.2 |  0.000 % |
40.38	c |     17101 |   79959  2105342 |   76038   17096   292701    17.1 |  0.000 % |
46.24	c |     25751 |   79960  2105342 |   83642   25745   487825    18.9 |  0.000 % |
56.13	c |     38725 |   79965  2105342 |   92006   38714   772959    20.0 |  0.000 % |
74.95	c |     58186 |   79970  2105342 |  101207   58170  1221919    21.0 |  0.000 % |
109.12	c |     87379 |   79971  2105342 |  111327   87362  1918883    22.0 |  0.000 % |
163.06	c |    131168 |   79973  2105342 |  122460   38804   905473    23.3 |  0.000 % |
242.98	c |    196852 |   79981  2105342 |  134706  104480  2579387    24.7 |  0.000 % |
366.05	c |    295378 |   79990  2105342 |  148177   85763  2182062    25.4 |  0.000 % |
580.20	c |    443168 |   80000  2105342 |  162995  105942  2532707    23.9 |  0.000 % |
907.13	c |    664851 |   80016  2105342 |  179294   38191   962123    25.2 |  0.000 % |
1398.94	c |    997376 |   80023  2105342 |  197224   48207  1469346    30.5 |  0.000 % |
1812.85	
1812.85	s UNKNOWN
1812.85	c # INTERRUPTED
1812.85	c # MAIN  END :  (1812 seconds) [Mon Jan 29 23:01:37 2007]
1812.85	c # MAIN  CPU : 31.39 = 0.06 + 0.01 + 30.82 + 0.5
1812.85	

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/node2/watcher-229957-1170106284 -o ROOT/results/node2/solver-229957-1170106284 -C 1800 -M 900 /tmp/evaluation/229957-1170106284/solver /tmp/evaluation/229957-1170106284 /tmp/evaluation/229957-1170106284/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.06 2.39 2.69 4/94 31761
/proc/meminfo: memFree=1244944/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=18540 CPUtime=0
/proc/31760/stat : 31760 (runsolver) R 31758 31760 31623 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30583398 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31760/statm: 4635 279 244 17 0 2626 0

[startup+0.107091 s]
/proc/loadavg: 2.06 2.39 2.69 4/94 31761
/proc/meminfo: memFree=1244944/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=13724 CPUtime=0.03
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30583398 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515131 s]
/proc/loadavg: 2.06 2.39 2.69 4/94 31761
/proc/meminfo: memFree=1244944/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=13724 CPUtime=0.03
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30583398 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33822 s]
/proc/loadavg: 2.06 2.39 2.69 3/102 31777
/proc/meminfo: memFree=1226384/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=13724 CPUtime=0.8
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 1190 7934 0 1 3 0 71 6 16 0 1 0 30583398 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 3431 809 371 3 0 531 0
[pid=31770] ppid=31760 vsize=807064 CPUtime=0.45
/proc/31770/stat : 31770 (java) R 31760 31760 31623 0 -1 0 7319 0 1 0 42 3 0 0 25 0 8 0 30583484 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073521600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31770/statm: 201766 7068 1494 14 0 189044 0
[pid=31770/tid=31771] ppid=31760 vsize=807064 CPUtime=0.05
/proc/31770/task/31771/stat : 31771 (java) S 31760 31760 31623 0 -1 64 1267 0 0 0 5 0 0 0 16 0 8 0 30583487 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31772] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31772/stat : 31772 (java) S 31760 31760 31623 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583487 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31773] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31773/stat : 31773 (java) S 31760 31760 31623 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583487 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31774] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31774/stat : 31774 (java) S 31760 31760 31623 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30583490 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31775] ppid=31760 vsize=807064 CPUtime=0.05
/proc/31770/task/31775/stat : 31775 (java) S 31760 31760 31623 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30583490 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31776] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31776/stat : 31776 (java) S 31760 31760 31623 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30583490 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31777] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31777/stat : 31777 (java) S 31760 31760 31623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583490 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99139 s]
/proc/loadavg: 2.06 2.38 2.69 3/102 31777
/proc/meminfo: memFree=1202896/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=13724 CPUtime=0.8
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 1190 7934 0 1 3 0 71 6 16 0 1 0 30583398 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 3431 809 371 3 0 531 0
[pid=31770] ppid=31760 vsize=807064 CPUtime=2.1
/proc/31770/stat : 31770 (java) R 31760 31760 31623 0 -1 0 14196 0 1 0 203 7 0 0 25 0 8 0 30583484 826433536 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448266 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31770/statm: 201766 13929 1494 14 0 189044 0
[pid=31770/tid=31771] ppid=31760 vsize=807064 CPUtime=0.58
/proc/31770/task/31771/stat : 31771 (java) S 31760 31760 31623 0 -1 64 8128 0 0 0 55 3 0 0 16 0 8 0 30583487 826433536 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31772] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31772/stat : 31772 (java) S 31760 31760 31623 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583487 826433536 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31773] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31773/stat : 31773 (java) S 31760 31760 31623 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583487 826433536 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31774] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31774/stat : 31774 (java) S 31760 31760 31623 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30583490 826433536 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31775] ppid=31760 vsize=807064 CPUtime=0.05
/proc/31770/task/31775/stat : 31775 (java) S 31760 31760 31623 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30583490 826433536 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31776] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31776/stat : 31776 (java) S 31760 31760 31623 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30583490 826433536 13929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31777] ppid=31760 vsize=807064 CPUtime=0
/proc/31770/task/31777/stat : 31777 (java) S 31760 31760 31623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583490 826433536 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.9
Current children cumulated vsize (KiB) 820788

[startup+6.20773 s]
/proc/loadavg: 2.06 2.38 2.69 3/102 31777
/proc/meminfo: memFree=1121744/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=13724 CPUtime=0.8
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 1190 7934 0 1 3 0 71 6 16 0 1 0 30583398 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 3431 809 371 3 0 531 0
[pid=31770] ppid=31760 vsize=807336 CPUtime=5.27
/proc/31770/stat : 31770 (java) R 31760 31760 31623 0 -1 0 35606 0 1 0 510 17 0 0 25 0 8 0 30583484 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749326 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31770/statm: 201834 35252 1506 14 0 189112 0
[pid=31770/tid=31771] ppid=31760 vsize=807336 CPUtime=1.55
/proc/31770/task/31771/stat : 31771 (java) S 31760 31760 31623 0 -1 64 29302 0 0 0 142 13 0 0 16 0 8 0 30583487 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31772] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31772/stat : 31772 (java) S 31760 31760 31623 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583487 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31773] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31773/stat : 31773 (java) S 31760 31760 31623 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583487 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31774] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31774/stat : 31774 (java) S 31760 31760 31623 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30583490 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31775] ppid=31760 vsize=807336 CPUtime=0.13
/proc/31770/task/31775/stat : 31775 (java) S 31760 31760 31623 0 -1 64 398 0 0 0 13 0 0 0 16 0 8 0 30583490 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31776] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31776/stat : 31776 (java) S 31760 31760 31623 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30583490 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31777] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31777/stat : 31777 (java) S 31760 31760 31623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583490 826712064 35252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821060

[startup+12.6574 s]
/proc/loadavg: 2.12 2.38 2.68 3/102 31777
/proc/meminfo: memFree=1029712/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=13724 CPUtime=0.8
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 1190 7934 0 1 3 0 71 6 16 0 1 0 30583398 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 3431 809 371 3 0 531 0
[pid=31770] ppid=31760 vsize=807336 CPUtime=11.65
/proc/31770/stat : 31770 (java) R 31760 31760 31623 0 -1 0 54926 0 1 0 1137 28 0 0 25 0 8 0 30583484 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31770/statm: 201834 54111 1507 14 0 189112 0
[pid=31770/tid=31771] ppid=31760 vsize=807336 CPUtime=3.8
/proc/31770/task/31771/stat : 31771 (java) S 31760 31760 31623 0 -1 64 48399 0 0 0 358 22 0 0 16 0 8 0 30583487 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31772] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31772/stat : 31772 (java) S 31760 31760 31623 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583487 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31773] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31773/stat : 31773 (java) S 31760 31760 31623 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583487 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31774] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31774/stat : 31774 (java) S 31760 31760 31623 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31775] ppid=31760 vsize=807336 CPUtime=0.13
/proc/31770/task/31775/stat : 31775 (java) S 31760 31760 31623 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31776] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31776/stat : 31776 (java) S 31760 31760 31623 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31777] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31777/stat : 31777 (java) S 31760 31760 31623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 821060

[startup+25.5327 s]
/proc/loadavg: 2.26 2.40 2.69 3/102 31777
/proc/meminfo: memFree=1029776/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=13724 CPUtime=0.8
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 1190 7934 0 1 3 0 71 6 16 0 1 0 30583398 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 3431 809 371 3 0 531 0
[pid=31770] ppid=31760 vsize=807336 CPUtime=24.38
/proc/31770/stat : 31770 (java) R 31760 31760 31623 0 -1 0 56111 0 1 0 2403 35 0 0 25 0 8 0 30583484 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073673878 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31770/statm: 201834 54111 1507 14 0 189112 0
[pid=31770/tid=31771] ppid=31760 vsize=807336 CPUtime=8.83
/proc/31770/task/31771/stat : 31771 (java) S 31760 31760 31623 0 -1 64 49181 0 0 0 856 27 0 0 16 0 8 0 30583487 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31772] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31772/stat : 31772 (java) S 31760 31760 31623 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583487 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31773] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31773/stat : 31773 (java) S 31760 31760 31623 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583487 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31774] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31774/stat : 31774 (java) S 31760 31760 31623 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31775] ppid=31760 vsize=807336 CPUtime=0.13
/proc/31770/task/31775/stat : 31775 (java) S 31760 31760 31623 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31776] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31776/stat : 31776 (java) S 31760 31760 31623 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31770/tid=31777] ppid=31760 vsize=807336 CPUtime=0
/proc/31770/task/31777/stat : 31777 (java) S 31760 31760 31623 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583490 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 821060

[startup+51.1674 s]
/proc/loadavg: 2.22 2.38 2.67 3/95 31778
/proc/meminfo: memFree=1214344/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.41
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 8 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=16208 CPUtime=19.33
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 4709 0 0 0 1930 3 0 0 25 0 1 0 30586580 16596992 3670 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528376 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 4052 3670 52 112 0 3936 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 33452

[startup+102.439 s]
/proc/loadavg: 2.13 2.33 2.64 3/95 31778
/proc/meminfo: memFree=1204616/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.41
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 8 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=22488 CPUtime=70.58
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 6300 0 0 0 7052 6 0 0 25 0 1 0 30586580 23027712 5261 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 5622 5261 52 112 0 5506 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 39732

[startup+162.492 s]
/proc/loadavg: 2.08 2.28 2.60 3/95 31778
/proc/meminfo: memFree=1194952/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=26932 CPUtime=130.62
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 7378 0 0 0 13054 8 0 0 25 0 1 0 30586580 27578368 6339 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 6733 6339 52 112 0 6617 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 44176


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

/proc/loadavg: 2.13 2.04 2.20 3/95 31916
/proc/meminfo: memFree=891784/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=42524 CPUtime=1084.06
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 11192 0 0 0 108365 41 0 0 25 0 1 0 30586580 43544576 10153 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 3 0 0 0 17 0 0 0
/proc/31778/statm: 10631 10153 52 112 0 10515 0
Current children cumulated CPU time (s) 1115.48
Current children cumulated vsize (KiB) 59768

[startup+1183.62 s]
/proc/loadavg: 2.43 2.13 2.22 3/95 31933
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=42660 CPUtime=1143.68
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 11214 0 0 0 114299 69 0 0 25 0 1 0 30586580 43683840 10175 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31778/statm: 10665 10175 52 112 0 10549 0
Current children cumulated CPU time (s) 1175.1
Current children cumulated vsize (KiB) 59904

[startup+1243.68 s]
/proc/loadavg: 2.99 2.34 2.28 3/95 31954
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=42660 CPUtime=1203.33
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 11228 0 0 0 120236 97 0 0 25 0 1 0 30586580 43683840 10189 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31778/statm: 10665 10189 52 112 0 10549 0
Current children cumulated CPU time (s) 1234.75
Current children cumulated vsize (KiB) 59904

[startup+1303.75 s]
/proc/loadavg: 3.15 2.49 2.33 3/96 31970
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=42824 CPUtime=1262.93
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 11271 0 0 0 126167 126 0 0 25 0 1 0 30586580 43851776 10232 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 10706 10232 52 112 0 10590 0
Current children cumulated CPU time (s) 1294.35
Current children cumulated vsize (KiB) 60068

[startup+1363.76 s]
/proc/loadavg: 3.33 2.68 2.41 3/95 31976
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=45912 CPUtime=1322.54
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12032 0 0 0 132105 149 0 0 25 0 1 0 30586580 47013888 10993 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11478 10993 52 112 0 11362 0
Current children cumulated CPU time (s) 1353.96
Current children cumulated vsize (KiB) 63156

[startup+1423.85 s]
/proc/loadavg: 3.81 2.91 2.50 3/95 31976
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=46432 CPUtime=1382.24
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12165 0 0 0 138053 171 0 0 25 0 1 0 30586580 47546368 11126 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11608 11126 52 112 0 11492 0
Current children cumulated CPU time (s) 1413.66
Current children cumulated vsize (KiB) 63676

[startup+1483.95 s]
/proc/loadavg: 3.31 2.95 2.54 2/95 31976
/proc/meminfo: memFree=15560/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=46596 CPUtime=1441.97
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12190 0 0 0 144006 191 0 0 25 0 1 0 30586580 47714304 11151 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11649 11151 52 112 0 11533 0
Current children cumulated CPU time (s) 1473.39
Current children cumulated vsize (KiB) 63840

[startup+1544.05 s]
/proc/loadavg: 2.88 2.88 2.54 3/95 31976
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=46732 CPUtime=1501.68
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12248 0 0 0 149959 209 0 0 25 0 1 0 30586580 47853568 11209 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11683 11209 52 112 0 11567 0
Current children cumulated CPU time (s) 1533.1
Current children cumulated vsize (KiB) 63976

[startup+1604.14 s]
/proc/loadavg: 2.75 2.83 2.54 3/95 31976
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=47016 CPUtime=1561.38
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12288 0 0 0 155909 229 0 0 25 0 1 0 30586580 48144384 11249 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11754 11249 52 112 0 11638 0
Current children cumulated CPU time (s) 1592.8
Current children cumulated vsize (KiB) 64260

[startup+1664.24 s]
/proc/loadavg: 2.54 2.75 2.54 3/95 31976
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=47536 CPUtime=1621.09
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12434 0 0 0 161855 254 0 0 25 0 1 0 30586580 48676864 11395 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11884 11395 52 112 0 11768 0
Current children cumulated CPU time (s) 1652.51
Current children cumulated vsize (KiB) 64780

[startup+1724.29 s]
/proc/loadavg: 3.03 2.85 2.58 3/95 31976
/proc/meminfo: memFree=15560/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=47536 CPUtime=1680.75
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12434 0 0 0 167797 278 0 0 25 0 1 0 30586580 48676864 11395 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11884 11395 52 112 0 11768 0
Current children cumulated CPU time (s) 1712.17
Current children cumulated vsize (KiB) 64780

[startup+1784.38 s]
/proc/loadavg: 3.47 2.99 2.64 3/101 32040
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=47536 CPUtime=1740.38
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12436 0 0 0 173738 300 0 0 25 0 1 0 30586580 48676864 11397 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11884 11397 52 112 0 11768 0
Current children cumulated CPU time (s) 1771.8
Current children cumulated vsize (KiB) 64780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.85 s]
/proc/loadavg: 4.14 3.20 2.72 3/101 32082
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=17244 CPUtime=31.42
/proc/31760/stat : 31760 (sugar) S 31758 31760 31623 0 -1 4194304 2170 64766 0 2 9 1 3082 50 16 0 1 0 30583398 17657856 1681 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31760/statm: 4311 1681 373 3 0 1411 0
[pid=31778] ppid=31760 vsize=47536 CPUtime=1768.61
/proc/31778/stat : 31778 (minisat) R 31760 31760 31623 0 -1 0 12436 0 0 0 176549 312 0 0 25 0 1 0 30586580 48676864 11397 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/31778/statm: 11884 11397 52 112 0 11768 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 64780

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 31760 and gives childrusage.ru_utime.tv_sec=30 childrusage.ru_utime.tv_usec=912300 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=519920
CPU time returned by wait4() is 31.4322
while last known CPU time is 1800.04

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

Real time (s): 1813.94
CPU time (s): 1800.04
CPU user time (s): 1796.4
CPU system time (s): 3.64
CPU usage (%): 99.2338
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9123
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67021
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= 7828
involuntary context switches= 8064

runsolver used 2.24866 s user time and 5.40718 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 21:31:24 UTC 2007


IDJOB= 229957
IDBENCH= 6379
IDSOLVER= 86
FILE ID= node2/229957-1170106284

PBS_JOBID= 3689852

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0e5b056047fa594473f015771936abbf

RANDOM SEED= 561484154

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.247
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.247
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:       1245424 kB
Buffers:         14452 kB
Cached:          68100 kB
SwapCached:          0 kB
Active:         720556 kB
Inactive:        36388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1245424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:         699992 kB
Slab:            37120 kB
Committed_AS:  1488540 kB
PageTables:       3416 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= 53388 MiB



End job on node2 on Mon Jan 29 22:01:38 UTC 2007