Trace number 232595

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.12 1803.62

General information on the benchmark

Nametaillard/js-taillard-20/
js-taillard-20-100-1.xml
MD5SUMba049d07cf7bcaf39c8c70f63683dc9c
Bench Category2-ARY-INT (binary 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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1626
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/232595-1170106559/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232595-1170106559/unknown.xml [Mon Jan 29 22:36:00 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232595-1170106559/unknown.xml /tmp/evaluation/232595-1170106559/sugar18684.csp [Mon Jan 29 22:36:00 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232595-1170106559/sugar-v0-40.jar -convert /tmp/evaluation/232595-1170106559/unknown.xml /tmp/evaluation/232595-1170106559/sugar18684.csp
0.17	c BEGIN convert /tmp/evaluation/232595-1170106559/unknown.xml
0.92	c END convert (0.744368 seconds)
0.97	c # CONVERT_XML  END : /tmp/evaluation/232595-1170106559/sugar18684.csp 201522 bytes (1 seconds) [Mon Jan 29 22:36:01 2007]
0.97	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.97	
0.97	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232595-1170106559/sugar18684.bcnf [Mon Jan 29 22:36:01 2007]
0.97	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232595-1170106559/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232595-1170106559/sugar18684.map /tmp/evaluation/232595-1170106559/sugar18684.csp /tmp/evaluation/232595-1170106559/sugar18684.bcnf
1.09	c BEGIN parse /tmp/evaluation/232595-1170106559/sugar18684.csp
1.80	c END parse (0.708116 seconds)
1.80	c BEGIN simplify
1.83	c END simplify (0.033857 seconds)
1.83	c BEGIN encode /tmp/evaluation/232595-1170106559/sugar18684.bcnf
13.49	c END encode (11.655858 seconds)
13.62	c # GENERATE_SAT  END : 637857 variables 12821425 clauses 200223124 bytes (12 seconds) [Mon Jan 29 22:36:13 2007]
13.62	c # GENERATE_SAT  CPU : 12.34 = 0.06 + 0.01 + 11.43 + 0.84
13.62	
13.62	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232595-1170106559/sugar18684.bcnf [Mon Jan 29 22:36:13 2007]
13.62	c # CMD : /tmp/evaluation/232595-1170106559/minisat /tmp/evaluation/232595-1170106559/sugar18684.bcnf /tmp/evaluation/232595-1170106559/sugar18684.out
25.86	c ==================================[MINISAT]===================================
25.86	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
25.86	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
25.86	c ==============================================================================
25.86	c |         0 | 5292437 14823515 | 1764145       0        0     nan |  0.000 % |
28.07	c |       101 | 5292437 14823515 | 1940559     101      883     8.7 | 60.240 % |
29.34	c |       251 | 5292437 14823515 | 2134615     251     2498    10.0 | 60.240 % |
33.13	c |       478 | 5292438 14823515 | 2348076     477     6898    14.5 | 60.240 % |
38.09	c |       815 | 5292441 14823515 | 2582884     811    12814    15.8 | 60.240 % |
46.63	c |      1321 | 5292445 14823515 | 2841173    1313    21258    16.2 | 60.240 % |
59.45	c |      2082 | 5292445 14823515 | 3125290    2074    40025    19.3 | 60.240 % |
77.25	c |      3221 | 5292447 14823515 | 3437819    3211    91624    28.5 | 60.240 % |
102.40	c |      4930 | 5292447 14823515 | 3781601    4920   152001    30.9 | 60.240 % |
143.93	c |      7493 | 5292451 14823515 | 4159761    7479   220489    29.5 | 60.240 % |
209.13	c |     11337 | 5292454 14823515 | 4575737   11320   312919    27.6 | 60.240 % |
325.52	c |     17103 | 5292460 14823515 | 5033311   17080   486470    28.5 | 60.240 % |
451.99	c |     25753 | 5292465 14823515 | 5536642   25725   950873    37.0 | 60.240 % |
669.08	c |     38727 | 5292472 14823515 | 6090307   38692  1468108    37.9 | 60.240 % |
1014.40	c |     58188 | 5292475 14823515 | 6699337   58150  2118211    36.4 | 60.240 % |
1563.88	c |     87380 | 5292482 14823515 | 7369271   87335  3419965    39.2 | 60.240 % |
1802.50	
1802.50	s UNKNOWN
1802.50	c # INTERRUPTED
1802.50	c # MAIN  END :  (1802 seconds) [Mon Jan 29 23:06:02 2007]
1802.50	c # MAIN  CPU : 12.34 = 0.06 + 0.01 + 11.43 + 0.84
1802.50	

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/node41/watcher-232595-1170106559 -o ROOT/results/node41/solver-232595-1170106559 -C 1800 -M 900 /tmp/evaluation/232595-1170106559/solver /tmp/evaluation/232595-1170106559 /tmp/evaluation/232595-1170106559/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.05 2.29 2.55 5/81 18685
/proc/meminfo: memFree=1277416/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18540 CPUtime=0
/proc/18684/stat : 18684 (runsolver) R 18682 18684 18140 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30611899 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238390144295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18684/statm: 4635 279 244 17 0 2626 0

[startup+0.110044 s]
/proc/loadavg: 2.05 2.29 2.55 5/81 18685
/proc/meminfo: memFree=1277416/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=13724 CPUtime=0.04
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30611899 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18684/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.51808 s]
/proc/loadavg: 2.05 2.29 2.55 5/81 18685
/proc/meminfo: memFree=1277416/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=13724 CPUtime=0.04
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30611899 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18684/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34115 s]
/proc/loadavg: 2.05 2.29 2.55 3/90 18701
/proc/meminfo: memFree=1270048/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=13724 CPUtime=0.04
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30611899 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18684/statm: 3431 808 370 3 0 531 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18694] ppid=18684 vsize=807064 CPUtime=0.35
/proc/18694/stat : 18694 (java) R 18684 18684 18140 0 -1 0 6544 0 1 0 31 4 0 0 17 0 8 0 30611997 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073492350 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 201766 6294 1494 14 0 189044 0
[pid=18694/tid=18695] ppid=18684 vsize=807064 CPUtime=0.02
/proc/18694/task/18695/stat : 18695 (java) S 18684 18684 18140 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30612000 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18696] ppid=18684 vsize=807064 CPUtime=0
/proc/18694/task/18696/stat : 18696 (java) S 18684 18684 18140 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30612000 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18684 vsize=807064 CPUtime=0
/proc/18694/task/18697/stat : 18697 (java) S 18684 18684 18140 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30612000 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18684 vsize=807064 CPUtime=0
/proc/18694/task/18698/stat : 18698 (java) S 18684 18684 18140 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30612004 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18699] ppid=18684 vsize=807064 CPUtime=0.05
/proc/18694/task/18699/stat : 18699 (java) R 18684 18684 18140 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30612004 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18684 vsize=807064 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18684 18684 18140 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30612004 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18701] ppid=18684 vsize=807064 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18684 18684 18140 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30612004 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.99429 s]
/proc/loadavg: 2.12 2.30 2.55 3/90 18701
/proc/meminfo: memFree=1238624/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=13724 CPUtime=0.04
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30611899 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18684/statm: 3431 808 370 3 0 531 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18694] ppid=18684 vsize=807332 CPUtime=1.98
/proc/18694/stat : 18694 (java) R 18684 18684 18140 0 -1 0 8784 0 1 0 187 11 0 0 25 0 8 0 30611997 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 201833 8530 1510 14 0 189111 0
[pid=18694/tid=18695] ppid=18684 vsize=807332 CPUtime=0.13
/proc/18694/task/18695/stat : 18695 (java) S 18684 18684 18140 0 -1 64 2552 0 0 0 12 1 0 0 17 0 8 0 30612000 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18696] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18696/stat : 18696 (java) S 18684 18684 18140 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30612000 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18697/stat : 18697 (java) S 18684 18684 18140 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30612000 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18698/stat : 18698 (java) S 18684 18684 18140 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30612004 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18699] ppid=18684 vsize=807332 CPUtime=0.17
/proc/18694/task/18699/stat : 18699 (java) S 18684 18684 18140 0 -1 64 420 0 0 0 17 0 0 0 16 0 8 0 30612004 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18684 18684 18140 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30612004 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18701] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18684 18684 18140 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30612004 826707968 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821056

[startup+6.28558 s]
/proc/loadavg: 2.12 2.30 2.55 3/90 18701
/proc/meminfo: memFree=1182432/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=13724 CPUtime=0.04
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30611899 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18684/statm: 3431 808 370 3 0 531 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18694] ppid=18684 vsize=807332 CPUtime=5.24
/proc/18694/stat : 18694 (java) R 18684 18684 18140 0 -1 0 8785 0 1 0 491 33 0 0 25 0 8 0 30611997 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 201833 8531 1510 14 0 189111 0
[pid=18694/tid=18695] ppid=18684 vsize=807332 CPUtime=0.13
/proc/18694/task/18695/stat : 18695 (java) S 18684 18684 18140 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30612000 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18696] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18696/stat : 18696 (java) S 18684 18684 18140 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30612000 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18697/stat : 18697 (java) S 18684 18684 18140 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30612000 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18698/stat : 18698 (java) S 18684 18684 18140 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30612004 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18699] ppid=18684 vsize=807332 CPUtime=0.17
/proc/18694/task/18699/stat : 18699 (java) S 18684 18684 18140 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30612004 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18684 18684 18140 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30612004 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18701] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18684 18684 18140 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30612004 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 821056

[startup+12.7002 s]
/proc/loadavg: 2.10 2.29 2.54 4/90 18767
/proc/meminfo: memFree=1656152/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=13724 CPUtime=0.04
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30611899 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18684/statm: 3431 808 370 3 0 531 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18694] ppid=18684 vsize=807332 CPUtime=11.47
/proc/18694/stat : 18694 (java) R 18684 18684 18140 0 -1 0 8785 0 1 0 1070 77 0 0 25 0 8 0 30611997 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096440 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18694/statm: 201833 8531 1510 14 0 189111 0
[pid=18694/tid=18695] ppid=18684 vsize=807332 CPUtime=0.13
/proc/18694/task/18695/stat : 18695 (java) S 18684 18684 18140 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30612000 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18696] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18696/stat : 18696 (java) S 18684 18684 18140 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30612000 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18697/stat : 18697 (java) S 18684 18684 18140 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30612000 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18698/stat : 18698 (java) S 18684 18684 18140 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30612004 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18699] ppid=18684 vsize=807332 CPUtime=0.17
/proc/18694/task/18699/stat : 18699 (java) S 18684 18684 18140 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30612004 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18684 18684 18140 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30612004 826707968 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18694/tid=18701] ppid=18684 vsize=807332 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18684 18684 18140 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30612004 826707968 8531 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) 821056

[startup+25.5423 s]
/proc/loadavg: 2.09 2.28 2.54 3/83 18770
/proc/meminfo: memFree=924112/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2414 8801 0 1 9 2 1143 84 18 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=535116 CPUtime=11.87
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 132922 0 0 0 1104 83 0 0 25 0 1 0 30613261 547958784 131691 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522250 0 0 4096 0 0 0 0 17 0 0 0
/proc/18768/statm: 133779 131691 36 112 0 133663 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 553488

[startup+51.2375 s]
/proc/loadavg: 2.06 2.25 2.52 3/76 18771
/proc/meminfo: memFree=389512/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536036 CPUtime=37.54
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133140 0 0 0 3670 84 0 0 25 0 1 0 30613261 548900864 131909 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134009 131909 51 112 0 133893 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 554408

[startup+102.528 s]
/proc/loadavg: 2.02 2.21 2.49 3/76 18771
/proc/meminfo: memFree=389960/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536036 CPUtime=88.62
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133149 0 0 0 8778 84 0 0 25 0 1 0 30613261 548900864 131918 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134009 131918 51 112 0 133893 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 554408

[startup+162.582 s]
/proc/loadavg: 2.26 2.23 2.48 3/77 18843
/proc/meminfo: memFree=95048/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133222 0 0 0 122699 98 0 0 25 0 1 0 30613261 549273600 131991 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134100 131991 51 112 0 133984 0
Current children cumulated CPU time (s) 1241.2
Current children cumulated vsize (KiB) 554772

[startup+1303.06 s]
/proc/loadavg: 2.00 2.01 2.12 3/77 19021
/proc/meminfo: memFree=788608/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536400 CPUtime=1287.92
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133225 0 0 0 128694 98 0 0 25 0 1 0 30613261 549273600 131994 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134100 131994 51 112 0 133984 0
Current children cumulated CPU time (s) 1301.15
Current children cumulated vsize (KiB) 554772

[startup+1363.08 s]
/proc/loadavg: 2.00 2.00 2.11 3/77 19021
/proc/meminfo: memFree=786816/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536400 CPUtime=1347.88
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133229 0 0 0 134690 98 0 0 25 0 1 0 30613261 549273600 131998 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528024 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134100 131998 51 112 0 133984 0
Current children cumulated CPU time (s) 1361.11
Current children cumulated vsize (KiB) 554772

[startup+1423.1 s]
/proc/loadavg: 2.00 2.00 2.10 3/77 19021
/proc/meminfo: memFree=784960/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536400 CPUtime=1407.85
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133232 0 0 0 140687 98 0 0 25 0 1 0 30613261 549273600 132001 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134100 132001 51 112 0 133984 0
Current children cumulated CPU time (s) 1421.08
Current children cumulated vsize (KiB) 554772

[startup+1483.12 s]
/proc/loadavg: 2.00 2.00 2.09 3/77 19021
/proc/meminfo: memFree=783424/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536400 CPUtime=1467.79
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133235 0 0 0 146681 98 0 0 25 0 1 0 30613261 549273600 132004 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134100 132004 51 112 0 133984 0
Current children cumulated CPU time (s) 1481.02
Current children cumulated vsize (KiB) 554772

[startup+1543.16 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 19131
/proc/meminfo: memFree=779848/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536400 CPUtime=1527.75
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133238 0 0 0 152661 114 0 0 25 0 1 0 30613261 549273600 132007 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134100 132007 51 112 0 133984 0
Current children cumulated CPU time (s) 1540.98
Current children cumulated vsize (KiB) 554772

[startup+1603.2 s]
/proc/loadavg: 2.08 2.03 2.09 3/77 19219
/proc/meminfo: memFree=779448/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536400 CPUtime=1587.7
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133241 0 0 0 158647 123 0 0 25 0 1 0 30613261 549273600 132010 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134100 132010 51 112 0 133984 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 554772

[startup+1663.23 s]
/proc/loadavg: 2.03 2.02 2.08 3/77 19219
/proc/meminfo: memFree=778112/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536580 CPUtime=1647.66
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133244 0 0 0 164643 123 0 0 25 0 1 0 30613261 549457920 132013 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134145 132013 51 112 0 134029 0
Current children cumulated CPU time (s) 1660.89
Current children cumulated vsize (KiB) 554952

[startup+1723.25 s]
/proc/loadavg: 2.04 2.03 2.08 3/77 19219
/proc/meminfo: memFree=776768/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536580 CPUtime=1707.63
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133248 0 0 0 170640 123 0 0 25 0 1 0 30613261 549457920 132017 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528066 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134145 132017 51 112 0 134029 0
Current children cumulated CPU time (s) 1720.86
Current children cumulated vsize (KiB) 554952

[startup+1783.28 s]
/proc/loadavg: 2.08 2.04 2.08 3/77 19219
/proc/meminfo: memFree=775488/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536580 CPUtime=1767.6
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133251 0 0 0 176636 124 0 0 25 0 1 0 30613261 549457920 132020 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134145 132020 51 112 0 134029 0
Current children cumulated CPU time (s) 1780.83
Current children cumulated vsize (KiB) 554952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.06 2.03 2.08 3/77 19219
/proc/meminfo: memFree=775104/2055920 swapFree=4192812/4192956
[pid=18684] ppid=18682 vsize=18372 CPUtime=12.38
/proc/18684/stat : 18684 (sugar) S 18682 18684 18140 0 -1 4194304 2424 8801 0 1 9 2 1143 84 16 0 1 0 30611899 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 4593 1934 373 3 0 1693 0
[pid=18686] ppid=18684 vsize=0 CPUtime=0.85
/proc/18686/stat : 18686 (java) Z 18684 18684 18140 0 -1 1036 9576 0 1 0 78 7 0 0 16 0 1 0 30611905 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18686/statm: 0 0 0 0 0 0 0
[pid=18768] ppid=18684 vsize=536580 CPUtime=1786.79
/proc/18768/stat : 18768 (minisat) R 18684 18684 18140 0 -1 0 133252 0 0 0 178555 124 0 0 25 0 1 0 30613261 549457920 132021 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18768/statm: 134145 132021 51 112 0 134029 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 554952

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18684 and gives childrusage.ru_utime.tv_sec=11 childrusage.ru_utime.tv_usec=531246 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=971852
CPU time returned by wait4() is 12.5031
while last known CPU time is 1800.12

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

Real time (s): 1803.62
CPU time (s): 1800.12
CPU user time (s): 1797.85
CPU system time (s): 2.27
CPU usage (%): 99.8062
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5312
system time used= 0.971852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11310
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= 804
involuntary context switches= 1114

runsolver used 1.9497 s user time and 6.04108 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan 29 21:35:59 UTC 2007


IDJOB= 232595
IDBENCH= 6536
IDSOLVER= 86
FILE ID= node41/232595-1170106559

PBS_JOBID= 3689824

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-100-1.xml
COMMAND LINE= /tmp/evaluation/232595-1170106559/solver /tmp/evaluation/232595-1170106559 /tmp/evaluation/232595-1170106559/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-232595-1170106559 -o ROOT/results/node41/solver-232595-1170106559 -C 1800 -M 900  /tmp/evaluation/232595-1170106559/solver /tmp/evaluation/232595-1170106559 /tmp/evaluation/232595-1170106559/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ba049d07cf7bcaf39c8c70f63683dc9c

RANDOM SEED= 333324964

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.231
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.231
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:       1277896 kB
Buffers:         39048 kB
Cached:          45068 kB
SwapCached:          0 kB
Active:         674124 kB
Inactive:        48452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1277896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         655284 kB
Slab:            39536 kB
Committed_AS:   842952 kB
PageTables:       3152 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= 66483 MiB



End job on node41 on Mon Jan 29 22:06:03 UTC 2007