Trace number 212697

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.08 1807.71

General information on the benchmark

NamepseudoSeries/
mpsReduced/mps-red-ran14x18-1.xml
MD5SUMf76dd8d8566fc7554907bf4a8fe41987
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7812
Number of constraints316
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension316
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/212697-1170099208/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/212697-1170099208/unknown.xml [Mon Jan 29 20:33:28 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/212697-1170099208/unknown.xml /tmp/evaluation/212697-1170099208/sugar25770.csp [Mon Jan 29 20:33:28 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212697-1170099208/sugar-v0-40.jar -convert /tmp/evaluation/212697-1170099208/unknown.xml /tmp/evaluation/212697-1170099208/sugar25770.csp
0.17	c BEGIN convert /tmp/evaluation/212697-1170099208/unknown.xml
2.90	c END convert (2.721251 seconds)
2.95	c # CONVERT_XML  END : /tmp/evaluation/212697-1170099208/sugar25770.csp 731193 bytes (3 seconds) [Mon Jan 29 20:33:31 2007]
2.95	c # CONVERT_XML  CPU : 2.81 = 0 + 0 + 2.71 + 0.1
2.95	
2.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/212697-1170099208/sugar25770.bcnf [Mon Jan 29 20:33:31 2007]
2.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212697-1170099208/sugar-v0-40.jar -bcnf -map /tmp/evaluation/212697-1170099208/sugar25770.map /tmp/evaluation/212697-1170099208/sugar25770.csp /tmp/evaluation/212697-1170099208/sugar25770.bcnf
3.07	c BEGIN parse /tmp/evaluation/212697-1170099208/sugar25770.csp
65.57	c END parse (62.501157 seconds)
65.57	c BEGIN simplify
65.59	c END simplify (0.014573 seconds)
65.59	c BEGIN encode /tmp/evaluation/212697-1170099208/sugar25770.bcnf
67.64	c END encode (2.052007 seconds)
67.97	c # GENERATE_SAT  END : 122602 variables 1929662 clauses 29500988 bytes (65 seconds) [Mon Jan 29 20:34:36 2007]
67.97	c # GENERATE_SAT  CPU : 64.39 = 0.28 + 0.04 + 63.81 + 0.26
67.97	
67.97	c # SOLVE_SAT  BEGIN : /tmp/evaluation/212697-1170099208/sugar25770.bcnf [Mon Jan 29 20:34:36 2007]
67.97	c # CMD : /tmp/evaluation/212697-1170099208/minisat /tmp/evaluation/212697-1170099208/sugar25770.bcnf /tmp/evaluation/212697-1170099208/sugar25770.out
69.33	c ==================================[MINISAT]===================================
69.33	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
69.33	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
69.33	c ==============================================================================
69.33	c |         0 | 1190299  3371617 |  396766       0        0     nan |  0.000 % |
69.94	c |       100 | 1190306  3371617 |  436442      79     2498    31.6 | 37.503 % |
70.25	c |       250 | 1190324  3371617 |  480086     210     6468    30.8 | 37.525 % |
70.82	c |       475 | 1190345  3371617 |  528095     412    14869    36.1 | 37.570 % |
71.99	c |       815 | 1183770  3355867 |  580905     699    26400    37.8 | 37.702 % |
73.40	c |      1322 | 1183800  3355867 |  638995    1172    46349    39.5 | 37.778 % |
75.10	c |      2082 | 1183826  3355867 |  702895    1906    94646    49.7 | 37.778 % |
78.66	c |      3221 | 1181383  3349771 |  773184    3019   177881    58.9 | 37.822 % |
85.30	c |      4931 | 1180130  3346624 |  850503    4662   279951    60.0 | 37.941 % |
95.31	c |      7494 | 1177352  3339811 |  935553    7157   429595    60.0 | 38.007 % |
111.04	c |     11339 | 1175350  3334816 | 1029108   10945   678254    62.0 | 38.080 % |
133.34	c |     17107 | 1173777  3330946 | 1132019   16662  1023947    61.5 | 38.170 % |
167.41	c |     25757 | 1171817  3326041 | 1245221   25245  1511339    59.9 | 38.318 % |
223.75	c |     38735 | 1167123  3314452 | 1369743   38170  2345665    61.5 | 38.472 % |
326.79	c |     58199 | 1165532  3310576 | 1506718   57603  3449852    59.9 | 38.556 % |
481.33	c |     87393 | 1162413  3302737 | 1657390   86712  5213285    60.1 | 38.701 % |
718.70	c |    131182 | 1156827  3288766 | 1823129  130440  7835371    60.1 | 38.931 % |
1105.24	c |    196866 | 1150701  3273589 | 2005441  196027 11752834    60.0 | 39.242 % |
1763.28	c |    295393 | 1144033  3257017 | 2205986  294488 17714795    60.2 | 39.516 % |
1806.69	
1806.69	s UNKNOWN
1806.69	c # INTERRUPTED
1806.69	c # MAIN  END :  (1807 seconds) [Mon Jan 29 21:03:35 2007]
1806.69	c # MAIN  CPU : 67.2 = 0.28 + 0.04 + 66.52 + 0.36
1806.69	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-212697-1170099208 -o ROOT/results/node18/solver-212697-1170099208 -C 1800 -M 900 /tmp/evaluation/212697-1170099208/solver /tmp/evaluation/212697-1170099208 /tmp/evaluation/212697-1170099208/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.15 2.04 2.02 5/88 25771
/proc/meminfo: memFree=1683192/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=18540 CPUtime=0
/proc/25770/stat : 25770 (runsolver) R 25768 25770 25705 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29875379 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25770/statm: 4635 279 244 17 0 2626 0

[startup+0.108858 s]
/proc/loadavg: 2.15 2.04 2.02 5/88 25771
/proc/meminfo: memFree=1683192/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=0.03
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29875379 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.520899 s]
/proc/loadavg: 2.15 2.04 2.02 5/88 25771
/proc/meminfo: memFree=1683192/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=0.03
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29875379 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34598 s]
/proc/loadavg: 2.22 2.06 2.03 3/96 25779
/proc/meminfo: memFree=1650936/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=0.03
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29875379 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 805 368 3 0 531 0
[pid=25772] ppid=25770 vsize=807412 CPUtime=1.26
/proc/25772/stat : 25772 (java) R 25770 25770 25705 0 -1 0 10385 0 1 0 119 7 0 0 20 0 8 0 29875384 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073745759 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25772/statm: 201853 10127 1690 14 0 189131 0
[pid=25772/tid=25773] ppid=25770 vsize=807412 CPUtime=0.08
/proc/25772/task/25773/stat : 25773 (java) S 25770 25770 25705 0 -1 64 3791 0 0 0 6 2 0 0 16 0 8 0 29875388 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25772/tid=25774] ppid=25770 vsize=807412 CPUtime=0
/proc/25772/task/25774/stat : 25774 (java) S 25770 25770 25705 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29875388 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25772/tid=25775] ppid=25770 vsize=807412 CPUtime=0
/proc/25772/task/25775/stat : 25775 (java) S 25770 25770 25705 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29875388 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25772/tid=25776] ppid=25770 vsize=807412 CPUtime=0
/proc/25772/task/25776/stat : 25776 (java) S 25770 25770 25705 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29875392 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25772/tid=25777] ppid=25770 vsize=807412 CPUtime=0.14
/proc/25772/task/25777/stat : 25777 (java) S 25770 25770 25705 0 -1 64 412 0 0 0 14 0 0 0 16 0 8 0 29875392 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25772/tid=25778] ppid=25770 vsize=807412 CPUtime=0
/proc/25772/task/25778/stat : 25778 (java) S 25770 25770 25705 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29875392 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25772/tid=25779] ppid=25770 vsize=807412 CPUtime=0
/proc/25772/task/25779/stat : 25779 (java) S 25770 25770 25705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29875392 826789888 10127 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 821136

[startup+2.98414 s]
/proc/loadavg: 2.22 2.06 2.03 3/96 25779
/proc/meminfo: memFree=1642680/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=2.84
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1181 11501 0 1 3 0 271 10 17 0 1 0 29875379 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 13724

[startup+6.28446 s]
/proc/loadavg: 2.28 2.07 2.03 3/96 25787
/proc/meminfo: memFree=1644472/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=2.84
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1190 11501 0 1 3 0 271 10 15 0 1 0 29875379 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 809 371 3 0 531 0
[pid=25780] ppid=25770 vsize=807380 CPUtime=3.28
/proc/25780/stat : 25780 (java) R 25770 25770 25705 0 -1 0 10796 0 1 0 322 6 0 0 25 0 8 0 29875675 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073633280 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25780/statm: 201845 10531 1507 14 0 189123 0
[pid=25780/tid=25781] ppid=25770 vsize=807380 CPUtime=0.3
/proc/25780/task/25781/stat : 25781 (java) S 25770 25770 25705 0 -1 64 4481 0 0 0 29 1 0 0 16 0 8 0 29875678 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25782] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25782/stat : 25782 (java) S 25770 25770 25705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29875678 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25783] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25783/stat : 25783 (java) S 25770 25770 25705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29875679 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25784] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25784/stat : 25784 (java) S 25770 25770 25705 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29875682 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25785] ppid=25770 vsize=807380 CPUtime=0.14
/proc/25780/task/25785/stat : 25785 (java) S 25770 25770 25705 0 -1 64 418 0 0 0 14 0 0 0 16 0 8 0 29875682 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25786] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25786/stat : 25786 (java) S 25770 25770 25705 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29875682 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25787] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25787/stat : 25787 (java) S 25770 25770 25705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29875682 826757120 10531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821104

[startup+12.7791 s]
/proc/loadavg: 2.26 2.07 2.03 4/96 25787
/proc/meminfo: memFree=1640952/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=2.84
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1190 11501 0 1 3 0 271 10 15 0 1 0 29875379 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 809 371 3 0 531 0
[pid=25780] ppid=25770 vsize=807380 CPUtime=9.71
/proc/25780/stat : 25780 (java) R 25770 25770 25705 0 -1 0 11629 0 1 0 964 7 0 0 25 0 8 0 29875675 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25780/statm: 201845 11337 1507 14 0 189123 0
[pid=25780/tid=25781] ppid=25770 vsize=807380 CPUtime=0.44
/proc/25780/task/25781/stat : 25781 (java) S 25770 25770 25705 0 -1 64 5285 0 0 0 42 2 0 0 16 0 8 0 29875678 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25782] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25782/stat : 25782 (java) S 25770 25770 25705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29875678 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25783] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25783/stat : 25783 (java) S 25770 25770 25705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29875679 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25784] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25784/stat : 25784 (java) S 25770 25770 25705 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29875682 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25785] ppid=25770 vsize=807380 CPUtime=0.15
/proc/25780/task/25785/stat : 25785 (java) S 25770 25770 25705 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29875682 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25786] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25786/stat : 25786 (java) S 25770 25770 25705 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29875682 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25787] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25787/stat : 25787 (java) S 25770 25770 25705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29875682 826757120 11337 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 821104

[startup+25.5803 s]
/proc/loadavg: 2.22 2.07 2.03 3/96 25787
/proc/meminfo: memFree=1634424/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=2.84
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1190 11501 0 1 3 0 271 10 15 0 1 0 29875379 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 809 371 3 0 531 0
[pid=25780] ppid=25770 vsize=807380 CPUtime=22.39
/proc/25780/stat : 25780 (java) R 25770 25770 25705 0 -1 0 13378 0 1 0 2230 9 0 0 25 0 8 0 29875675 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25780/statm: 201845 13033 1507 14 0 189123 0
[pid=25780/tid=25781] ppid=25770 vsize=807380 CPUtime=0.74
/proc/25780/task/25781/stat : 25781 (java) S 25770 25770 25705 0 -1 64 6981 0 0 0 70 4 0 0 16 0 8 0 29875678 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25782] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25782/stat : 25782 (java) S 25770 25770 25705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29875678 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25783] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25783/stat : 25783 (java) S 25770 25770 25705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29875679 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25784] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25784/stat : 25784 (java) S 25770 25770 25705 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29875682 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25785] ppid=25770 vsize=807380 CPUtime=0.15
/proc/25780/task/25785/stat : 25785 (java) S 25770 25770 25705 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29875682 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25786] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25786/stat : 25786 (java) S 25770 25770 25705 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29875682 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25787] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25787/stat : 25787 (java) S 25770 25770 25705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29875682 826757120 13033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 821104

[startup+51.2688 s]
/proc/loadavg: 2.13 2.06 2.03 3/96 25787
/proc/meminfo: memFree=1622968/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=13724 CPUtime=2.84
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 1190 11501 0 1 3 0 271 10 15 0 1 0 29875379 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 3431 809 371 3 0 531 0
[pid=25780] ppid=25770 vsize=807380 CPUtime=47.83
/proc/25780/stat : 25780 (java) R 25770 25770 25705 0 -1 0 16338 0 1 0 4771 12 0 0 25 0 8 0 29875675 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073615943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25780/statm: 201845 15889 1507 14 0 189123 0
[pid=25780/tid=25781] ppid=25770 vsize=807380 CPUtime=1.33
/proc/25780/task/25781/stat : 25781 (java) S 25770 25770 25705 0 -1 64 9837 0 0 0 126 7 0 0 16 0 8 0 29875678 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25782] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25782/stat : 25782 (java) S 25770 25770 25705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29875678 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25783] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25783/stat : 25783 (java) S 25770 25770 25705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29875679 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25784] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25784/stat : 25784 (java) S 25770 25770 25705 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29875682 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25785] ppid=25770 vsize=807380 CPUtime=0.15
/proc/25780/task/25785/stat : 25785 (java) S 25770 25770 25705 0 -1 64 420 0 0 0 15 0 0 0 17 0 8 0 29875682 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25786] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25786/stat : 25786 (java) S 25770 25770 25705 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29875682 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25780/tid=25787] ppid=25770 vsize=807380 CPUtime=0
/proc/25780/task/25787/stat : 25787 (java) S 25770 25770 25705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29875682 826757120 15889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 821104

[startup+102.478 s]
/proc/loadavg: 2.10 2.06 2.03 3/89 25788
/proc/meminfo: memFree=1561072/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=73988 CPUtime=34.16
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 19109 0 0 0 3401 15 0 0 25 0 1 0 29882177 75763712 17856 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/25788/statm: 18497 17856 52 112 0 18381 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 106632

[startup+162.501 s]
/proc/loadavg: 2.04 2.05 2.02 3/89 25790
/proc/meminfo: memFree=1560752/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=73988 CPUtime=93.63
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 19109 0 0 0 9348 15 0 0 25 0 1 0 29882177 75763712 17856 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25788/statm: 18497 17856 52 112 0 18381 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 106632

[startup+222.534 s]
/proc/loadavg: 2.08 2.05 2.02 3/89 25790
/proc/meminfo: memFree=1560752/2055920 swapFree=4192812/4192956

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

/proc/loadavg: 2.00 1.97 1.97 3/89 26033
/proc/meminfo: memFree=1681656/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=110464 CPUtime=1050.3
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 28082 0 0 0 104994 36 0 0 25 0 1 0 29882177 113115136 26829 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 27616 26829 52 112 0 27500 0
Current children cumulated CPU time (s) 1117.53
Current children cumulated vsize (KiB) 143108

[startup+1183.47 s]
/proc/loadavg: 2.00 1.97 1.97 3/89 26033
/proc/meminfo: memFree=1678200/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=113732 CPUtime=1110.33
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 28789 0 0 0 110996 37 0 0 25 0 1 0 29882177 116461568 27536 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 28433 27536 52 112 0 28317 0
Current children cumulated CPU time (s) 1177.56
Current children cumulated vsize (KiB) 146376

[startup+1243.55 s]
/proc/loadavg: 2.00 1.97 1.97 3/89 26033
/proc/meminfo: memFree=1674872/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=116860 CPUtime=1170.34
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 29577 0 0 0 116996 38 0 0 25 0 1 0 29882177 119664640 28324 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 29215 28324 52 112 0 29099 0
Current children cumulated CPU time (s) 1237.57
Current children cumulated vsize (KiB) 149504

[startup+1303.63 s]
/proc/loadavg: 2.00 1.97 1.97 3/89 26033
/proc/meminfo: memFree=1671864/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=119564 CPUtime=1230.36
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 30258 0 0 0 122998 38 0 0 25 0 1 0 29882177 122433536 29005 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 29891 29005 52 112 0 29775 0
Current children cumulated CPU time (s) 1297.59
Current children cumulated vsize (KiB) 152208

[startup+1363.72 s]
/proc/loadavg: 2.04 1.99 1.97 3/89 26033
/proc/meminfo: memFree=1669560/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=121624 CPUtime=1290.4
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 30790 0 0 0 129001 39 0 0 25 0 1 0 29882177 124542976 29537 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 30406 29537 52 112 0 30290 0
Current children cumulated CPU time (s) 1357.63
Current children cumulated vsize (KiB) 154268

[startup+1423.8 s]
/proc/loadavg: 2.01 1.99 1.97 3/89 26033
/proc/meminfo: memFree=1666808/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=124204 CPUtime=1350.39
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 31441 0 0 0 134998 41 0 0 25 0 1 0 29882177 127184896 30188 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 31051 30188 52 112 0 30935 0
Current children cumulated CPU time (s) 1417.62
Current children cumulated vsize (KiB) 156848

[startup+1483.9 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 26033
/proc/meminfo: memFree=1663800/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=127008 CPUtime=1410.44
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 32139 0 0 0 141002 42 0 0 25 0 1 0 29882177 130056192 30886 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 31752 30886 52 112 0 31636 0
Current children cumulated CPU time (s) 1477.67
Current children cumulated vsize (KiB) 159652

[startup+1543.99 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 26033
/proc/meminfo: memFree=1661304/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=129372 CPUtime=1470.48
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 32714 0 0 0 147005 43 0 0 25 0 1 0 29882177 132476928 31461 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525573 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 32343 31461 52 112 0 32227 0
Current children cumulated CPU time (s) 1537.71
Current children cumulated vsize (KiB) 162016

[startup+1604.07 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 26033
/proc/meminfo: memFree=1658808/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=131652 CPUtime=1530.48
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 33287 0 0 0 153004 44 0 0 25 0 1 0 29882177 134811648 32034 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528024 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 32913 32034 52 112 0 32797 0
Current children cumulated CPU time (s) 1597.71
Current children cumulated vsize (KiB) 164296

[startup+1664.17 s]
/proc/loadavg: 2.00 1.99 1.97 3/95 26105
/proc/meminfo: memFree=1654616/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=134300 CPUtime=1590.5
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 33939 0 0 0 159002 48 0 0 25 0 1 0 29882177 137523200 32686 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 33575 32686 52 112 0 33459 0
Current children cumulated CPU time (s) 1657.73
Current children cumulated vsize (KiB) 166944

[startup+1724.19 s]
/proc/loadavg: 2.00 1.99 1.97 3/95 26197
/proc/meminfo: memFree=1651952/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=136772 CPUtime=1650.42
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 34565 0 0 0 164983 59 0 0 25 0 1 0 29882177 140054528 33312 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 34193 33312 52 112 0 34077 0
Current children cumulated CPU time (s) 1717.65
Current children cumulated vsize (KiB) 169416

[startup+1784.28 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 26231
/proc/meminfo: memFree=1650104/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=139504 CPUtime=1710.43
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 35269 0 0 0 170978 65 0 0 25 0 1 0 29882177 142852096 34016 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 34876 34016 52 112 0 34760 0
Current children cumulated CPU time (s) 1777.66
Current children cumulated vsize (KiB) 172148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.68 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 26231
/proc/meminfo: memFree=1648824/2055920 swapFree=4192812/4192956
[pid=25770] ppid=25768 vsize=32644 CPUtime=67.23
/proc/25770/stat : 25770 (sugar) S 25768 25770 25705 0 -1 4194304 5907 30781 0 2 31 4 6652 36 16 0 1 0 29875379 33427456 5421 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25770/statm: 8161 5421 373 3 0 5261 0
[pid=25788] ppid=25770 vsize=140804 CPUtime=1732.83
/proc/25788/stat : 25788 (minisat) R 25770 25770 25705 0 -1 0 35573 0 0 0 173217 66 0 0 25 0 1 0 29882177 144183296 34320 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25788/statm: 35201 34320 52 112 0 35085 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 173448

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25770 and gives childrusage.ru_utime.tv_sec=66 childrusage.ru_utime.tv_usec=845837 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=435933
CPU time returned by wait4() is 67.2818
while last known CPU time is 1800.08

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

Real time (s): 1807.71
CPU time (s): 1800.08
CPU user time (s): 1799
CPU system time (s): 1.08
CPU usage (%): 99.5777
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.8458
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36773
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= 4967
involuntary context switches= 6059

runsolver used 2.17867 s user time and 5.82311 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 19:33:28 UTC 2007


IDJOB= 212697
IDBENCH= 4790
IDSOLVER= 86
FILE ID= node18/212697-1170099208

PBS_JOBID= 3689491

Free space on /tmp= 66556 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-ran14x18-1.xml
COMMAND LINE= /tmp/evaluation/212697-1170099208/solver /tmp/evaluation/212697-1170099208 /tmp/evaluation/212697-1170099208/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-212697-1170099208 -o ROOT/results/node18/solver-212697-1170099208 -C 1800 -M 900  /tmp/evaluation/212697-1170099208/solver /tmp/evaluation/212697-1170099208 /tmp/evaluation/212697-1170099208/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f76dd8d8566fc7554907bf4a8fe41987

RANDOM SEED= 797159042

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1683672 kB
Buffers:         16780 kB
Cached:          63664 kB
SwapCached:          0 kB
Active:         282140 kB
Inactive:        34312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:         255700 kB
Slab:            40552 kB
Committed_AS:   525760 kB
PageTables:       2372 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= 66557 MiB



End job on node18 on Mon Jan 29 20:03:36 UTC 2007