Trace number 223718

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.11 1803.61

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-7_ext.xml
MD5SUM6ca1659c5ffdd7473dbd923d9873ead7
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 benchmark1.81372
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/223718-1170102833/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223718-1170102833/unknown.xml [Mon Jan 29 21:33:55 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223718-1170102833/unknown.xml /tmp/evaluation/223718-1170102833/sugar27478.csp [Mon Jan 29 21:33:55 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223718-1170102833/sugar-v0-40.jar -convert /tmp/evaluation/223718-1170102833/unknown.xml /tmp/evaluation/223718-1170102833/sugar27478.csp
0.17	c BEGIN convert /tmp/evaluation/223718-1170102833/unknown.xml
0.76	c END convert (0.593843 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/223718-1170102833/sugar27478.csp 1722121 bytes (1 seconds) [Mon Jan 29 21:33:56 2007]
0.81	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223718-1170102833/sugar27478.bcnf [Mon Jan 29 21:33:56 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223718-1170102833/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223718-1170102833/sugar27478.map /tmp/evaluation/223718-1170102833/sugar27478.csp /tmp/evaluation/223718-1170102833/sugar27478.bcnf
0.92	c BEGIN parse /tmp/evaluation/223718-1170102833/sugar27478.csp
294.61	c END parse (293.68432 seconds)
294.61	c BEGIN simplify
295.65	c END simplify (1.042665 seconds)
295.65	c BEGIN encode /tmp/evaluation/223718-1170102833/sugar27478.bcnf
302.47	c END encode (6.823023 seconds)
303.10	c # GENERATE_SAT  END : 51442 variables 152346 clauses 75651780 bytes (302 seconds) [Mon Jan 29 21:38:58 2007]
303.10	c # GENERATE_SAT  CPU : 301.27 = 0.47 + 0.04 + 298.91 + 1.85
303.10	
303.10	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223718-1170102833/sugar27478.bcnf [Mon Jan 29 21:38:58 2007]
303.10	c # CMD : /tmp/evaluation/223718-1170102833/minisat /tmp/evaluation/223718-1170102833/sugar27478.bcnf /tmp/evaluation/223718-1170102833/sugar27478.out
304.75	c ==================================[MINISAT]===================================
304.75	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
304.75	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
304.75	c ==============================================================================
304.75	c |         0 |  152346 18760557 |   50782       0        0     nan |  0.000 % |
305.03	c |       100 |  152348 18760557 |   55860      98    28097   286.7 |  0.000 % |
305.23	c |       250 |  152348 18760557 |   61446     248    37421   150.9 |  0.000 % |
305.62	c |       476 |  152352 18760557 |   67590     470    54559   116.1 |  0.000 % |
306.21	c |       813 |  152353 18760557 |   74349     806    71420    88.6 |  0.000 % |
307.07	c |      1319 |  152358 18760557 |   81784    1307   112534    86.1 |  0.000 % |
308.49	c |      2083 |  152359 18760557 |   89963    2070   171719    83.0 |  0.000 % |
310.60	c |      3222 |  152360 18760557 |   98959    3208   249480    77.8 |  0.000 % |
313.68	c |      4932 |  152363 18760557 |  108855    4915   360630    73.4 |  0.000 % |
319.37	c |      7494 |  152367 18760557 |  119741    7473   574284    76.8 |  0.000 % |
327.73	c |     11338 |  152372 18760557 |  131715   11312   918275    81.2 |  0.000 % |
343.36	c |     17104 |  152377 18760557 |  144886   17073  1344826    78.8 |  0.000 % |
373.67	c |     25753 |  152385 18760557 |  159375   25714  2205969    85.8 |  0.000 % |
424.45	c |     38727 |  152391 18760557 |  175313   38682  3563159    92.1 |  0.000 % |
539.95	c |     58189 |  152090 18758099 |  192844   20400  2322056   113.8 |  0.235 % |
643.26	c |     87382 |  152110 18758099 |  212129   49573  5379900   108.5 |  0.235 % |
838.27	c |    131171 |  152143 18758099 |  233341   93329 10504307   112.6 |  0.235 % |
1272.04	c |    196855 |  151943 18749428 |  256676   63603  8145196   128.1 |  0.365 % |
1744.00	c |    295381 |  152001 18749428 |  282343  162071 24330358   150.1 |  0.365 % |
1802.57	
1802.57	s UNKNOWN
1802.57	c # INTERRUPTED
1802.57	c # MAIN  END :  (1803 seconds) [Mon Jan 29 22:03:58 2007]
1802.57	c # MAIN  CPU : 301.28 = 0.47 + 0.05 + 298.91 + 1.85
1802.57	

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/node3/watcher-223718-1170102833 -o ROOT/results/node3/solver-223718-1170102833 -C 1800 -M 900 /tmp/evaluation/223718-1170102833/solver /tmp/evaluation/223718-1170102833 /tmp/evaluation/223718-1170102833/unknown.xml 

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

/proc/loadavg: 1.41 2.31 3.84 5/87 27479
/proc/meminfo: memFree=1715832/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=18540 CPUtime=0
/proc/27478/stat : 27478 (runsolver) R 27476 27478 27413 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30238350 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27478/statm: 4635 279 244 17 0 2626 0

[startup+0.108776 s]
/proc/loadavg: 1.41 2.31 3.84 5/87 27479
/proc/meminfo: memFree=1715832/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30238350 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516807 s]
/proc/loadavg: 1.41 2.31 3.84 5/87 27479
/proc/meminfo: memFree=1715832/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30238350 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33888 s]
/proc/loadavg: 1.61 2.33 3.84 4/96 27495
/proc/meminfo: memFree=1693176/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30238350 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27478/statm: 3431 809 371 3 0 531 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27488] ppid=27478 vsize=807064 CPUtime=0.51
/proc/27488/stat : 27488 (java) R 27478 27478 27413 0 -1 0 7797 0 1 0 47 4 0 0 24 0 8 0 30238431 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27488/statm: 201766 7545 1494 14 0 189044 0
[pid=27488/tid=27489] ppid=27478 vsize=807064 CPUtime=0.08
/proc/27488/task/27489/stat : 27489 (java) S 27478 27478 27413 0 -1 64 1742 0 0 0 8 0 0 0 16 0 8 0 30238434 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27490] ppid=27478 vsize=807064 CPUtime=0
/proc/27488/task/27490/stat : 27490 (java) S 27478 27478 27413 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238435 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27491] ppid=27478 vsize=807064 CPUtime=0
/proc/27488/task/27491/stat : 27491 (java) S 27478 27478 27413 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238435 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27492] ppid=27478 vsize=807064 CPUtime=0
/proc/27488/task/27492/stat : 27492 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30238438 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27493] ppid=27478 vsize=807064 CPUtime=0.05
/proc/27488/task/27493/stat : 27493 (java) S 27478 27478 27413 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30238438 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27494] ppid=27478 vsize=807064 CPUtime=0
/proc/27488/task/27494/stat : 27494 (java) S 27478 27478 27413 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30238438 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27495] ppid=27478 vsize=807064 CPUtime=0
/proc/27488/task/27495/stat : 27495 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238438 826433536 7545 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.98902 s]
/proc/loadavg: 1.61 2.33 3.84 3/96 27495
/proc/meminfo: memFree=1671416/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30238350 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27478/statm: 3431 809 371 3 0 531 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27488] ppid=27478 vsize=807332 CPUtime=2.16
/proc/27488/stat : 27488 (java) R 27478 27478 27413 0 -1 0 14865 0 1 0 208 8 0 0 25 0 8 0 30238431 826707968 14596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27488/statm: 201833 14596 1506 14 0 189111 0
[pid=27488/tid=27489] ppid=27478 vsize=807332 CPUtime=0.56
/proc/27488/task/27489/stat : 27489 (java) R 27478 27478 27413 0 -1 64 8693 0 0 0 53 3 0 0 16 0 8 0 30238434 826707968 14596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827325 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27490] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27490/stat : 27490 (java) S 27478 27478 27413 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238435 826707968 14596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27491] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27491/stat : 27491 (java) S 27478 27478 27413 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238435 826707968 14596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27492] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27492/stat : 27492 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30238438 826707968 14596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27493] ppid=27478 vsize=807332 CPUtime=0.08
/proc/27488/task/27493/stat : 27493 (java) S 27478 27478 27413 0 -1 64 357 0 0 0 8 0 0 0 16 0 8 0 30238438 826707968 14596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27494] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27494/stat : 27494 (java) S 27478 27478 27413 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30238438 826707968 14596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27495] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27495/stat : 27495 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238438 826707968 14596 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) 821056

[startup+6.19728 s]
/proc/loadavg: 1.61 2.33 3.84 3/96 27495
/proc/meminfo: memFree=1567800/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30238350 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27478/statm: 3431 809 371 3 0 531 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27488] ppid=27478 vsize=807332 CPUtime=5.36
/proc/27488/stat : 27488 (java) R 27478 27478 27413 0 -1 0 42105 0 1 0 516 20 0 0 25 0 8 0 30238431 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27488/statm: 201833 41720 1506 14 0 189111 0
[pid=27488/tid=27489] ppid=27478 vsize=807332 CPUtime=1.7
/proc/27488/task/27489/stat : 27489 (java) S 27478 27478 27413 0 -1 64 35789 0 0 0 155 15 0 0 16 0 8 0 30238434 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27490] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27490/stat : 27490 (java) S 27478 27478 27413 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238435 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27491] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27491/stat : 27491 (java) S 27478 27478 27413 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238435 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27492] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27492/stat : 27492 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30238438 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27493] ppid=27478 vsize=807332 CPUtime=0.11
/proc/27488/task/27493/stat : 27493 (java) S 27478 27478 27413 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 30238438 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27494] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27494/stat : 27494 (java) S 27478 27478 27413 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30238438 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27495] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27495/stat : 27495 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238438 826707968 41720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 821056

[startup+12.6988 s]
/proc/loadavg: 1.67 2.32 3.82 4/96 27495
/proc/meminfo: memFree=1499576/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30238350 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27478/statm: 3431 809 371 3 0 531 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27488] ppid=27478 vsize=807332 CPUtime=11.87
/proc/27488/stat : 27488 (java) R 27478 27478 27413 0 -1 0 54925 0 1 0 1159 28 0 0 25 0 8 0 30238431 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152821840 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27488/statm: 201833 54110 1507 14 0 189111 0
[pid=27488/tid=27489] ppid=27478 vsize=807332 CPUtime=4.22
/proc/27488/task/27489/stat : 27489 (java) S 27478 27478 27413 0 -1 64 48365 0 0 0 401 21 0 0 16 0 8 0 30238434 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27490] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27490/stat : 27490 (java) S 27478 27478 27413 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238435 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27491] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27491/stat : 27491 (java) S 27478 27478 27413 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238435 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27492] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27492/stat : 27492 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30238438 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27493] ppid=27478 vsize=807332 CPUtime=0.14
/proc/27488/task/27493/stat : 27493 (java) S 27478 27478 27413 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30238438 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27494] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27494/stat : 27494 (java) S 27478 27478 27413 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30238438 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27495] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27495/stat : 27495 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238438 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 821056

[startup+25.5959 s]
/proc/loadavg: 1.72 2.31 3.80 4/96 27495
/proc/meminfo: memFree=1498040/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30238350 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27478/statm: 3431 809 371 3 0 531 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27488] ppid=27478 vsize=807332 CPUtime=24.75
/proc/27488/stat : 27488 (java) R 27478 27478 27413 0 -1 0 55954 0 1 0 2441 34 0 0 25 0 8 0 30238431 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27488/statm: 201833 54111 1507 14 0 189111 0
[pid=27488/tid=27489] ppid=27478 vsize=807332 CPUtime=9.22
/proc/27488/task/27489/stat : 27489 (java) R 27478 27478 27413 0 -1 64 48938 0 0 0 897 25 0 0 15 0 8 0 30238434 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827346 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27490] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27490/stat : 27490 (java) S 27478 27478 27413 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238435 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27491] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27491/stat : 27491 (java) S 27478 27478 27413 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238435 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27492] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27492/stat : 27492 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30238438 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27493] ppid=27478 vsize=807332 CPUtime=0.14
/proc/27488/task/27493/stat : 27493 (java) S 27478 27478 27413 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30238438 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27494] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27494/stat : 27494 (java) S 27478 27478 27413 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30238438 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27495] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27495/stat : 27495 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238438 826707968 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.49
Current children cumulated vsize (KiB) 821056

[startup+51.281 s]
/proc/loadavg: 1.95 2.31 3.75 4/96 27495
/proc/meminfo: memFree=1494840/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=13724 CPUtime=0.04
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30238350 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27478/statm: 3431 809 371 3 0 531 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27488] ppid=27478 vsize=807332 CPUtime=50.39
/proc/27488/stat : 27488 (java) R 27478 27478 27413 0 -1 0 57881 0 1 0 4994 45 0 0 25 0 8 0 30238431 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27488/statm: 201833 54111 1507 14 0 189111 0
[pid=27488/tid=27489] ppid=27478 vsize=807332 CPUtime=19.53
/proc/27488/task/27489/stat : 27489 (java) R 27478 27478 27413 0 -1 64 49970 0 0 0 1921 32 0 0 15 0 8 0 30238434 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827297 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27490] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27490/stat : 27490 (java) S 27478 27478 27413 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238435 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27491] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27491/stat : 27491 (java) S 27478 27478 27413 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238435 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27492] ppid=27478 vsize=807332 CPUtime=0
/proc/27488/task/27492/stat : 27492 (java) S 27478 27478 27413 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30238438 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27488/tid=27493] ppid=27478 vsize=807332 CPUtime=0.14

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

/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 43029 0 0 0 94006 54 0 0 25 0 1 0 30268660 174534656 41974 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 42611 41974 52 112 0 42495 0
Current children cumulated CPU time (s) 1242.61
Current children cumulated vsize (KiB) 212000

[startup+1304.08 s]
/proc/loadavg: 2.00 2.01 2.46 3/89 27498
/proc/meminfo: memFree=1306736/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=171456 CPUtime=1000.68
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 43295 0 0 0 100013 55 0 0 25 0 1 0 30268660 175570944 42240 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 42864 42240 52 112 0 42748 0
Current children cumulated CPU time (s) 1302.69
Current children cumulated vsize (KiB) 213012

[startup+1364.16 s]
/proc/loadavg: 2.00 2.01 2.43 3/89 27498
/proc/meminfo: memFree=1302512/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=171456 CPUtime=1060.75
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 43295 0 0 0 106020 55 0 0 25 0 1 0 30268660 175570944 42240 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 42864 42240 52 112 0 42748 0
Current children cumulated CPU time (s) 1362.76
Current children cumulated vsize (KiB) 213012

[startup+1424.26 s]
/proc/loadavg: 2.00 2.00 2.40 3/89 27498
/proc/meminfo: memFree=1299120/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=171456 CPUtime=1120.83
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 43295 0 0 0 112027 56 0 0 25 0 1 0 30268660 175570944 42240 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 42864 42240 52 112 0 42748 0
Current children cumulated CPU time (s) 1422.84
Current children cumulated vsize (KiB) 213012

[startup+1484.35 s]
/proc/loadavg: 2.00 2.00 2.37 3/89 27498
/proc/meminfo: memFree=1293872/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=171456 CPUtime=1180.9
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 43295 0 0 0 118034 56 0 0 25 0 1 0 30268660 175570944 42240 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 42864 42240 52 112 0 42748 0
Current children cumulated CPU time (s) 1482.91
Current children cumulated vsize (KiB) 213012

[startup+1544.44 s]
/proc/loadavg: 2.00 2.00 2.35 3/89 27498
/proc/meminfo: memFree=1290416/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=171592 CPUtime=1240.99
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 43310 0 0 0 124042 57 0 0 25 0 1 0 30268660 175710208 42255 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532736 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 42898 42255 52 112 0 42782 0
Current children cumulated CPU time (s) 1543
Current children cumulated vsize (KiB) 213148

[startup+1604.53 s]
/proc/loadavg: 2.00 2.00 2.32 3/89 27498
/proc/meminfo: memFree=1286256/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=171592 CPUtime=1301.06
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 43320 0 0 0 130049 57 0 0 25 0 1 0 30268660 175710208 42265 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527281 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 42898 42265 52 112 0 42782 0
Current children cumulated CPU time (s) 1603.07
Current children cumulated vsize (KiB) 213148

[startup+1664.54 s]
/proc/loadavg: 2.10 2.03 2.31 3/102 27704
/proc/meminfo: memFree=1192312/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=177172 CPUtime=1360.68
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 44704 0 0 0 136000 68 0 0 25 0 1 0 30268660 181424128 43649 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27498/statm: 44293 43649 52 112 0 44177 0
Current children cumulated CPU time (s) 1662.69
Current children cumulated vsize (KiB) 218728

[startup+1724.62 s]
/proc/loadavg: 2.39 2.13 2.33 3/96 27794
/proc/meminfo: memFree=1155496/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=183592 CPUtime=1420.54
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 46315 0 0 0 141982 72 0 0 25 0 1 0 30268660 187998208 45260 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 1 0 0
/proc/27498/statm: 45898 45260 52 112 0 45782 0
Current children cumulated CPU time (s) 1722.55
Current children cumulated vsize (KiB) 225148

[startup+1784.63 s]
/proc/loadavg: 2.60 2.24 2.35 4/96 27794
/proc/meminfo: memFree=1121512/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=189456 CPUtime=1480.26
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 47796 0 0 0 147952 74 0 0 25 0 1 0 30268660 194002944 46741 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527416 0 0 4096 3 0 0 0 17 0 0 0
/proc/27498/statm: 47364 46741 52 112 0 47248 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 231012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.54 s]
/proc/loadavg: 2.65 2.27 2.36 4/96 27794
/proc/meminfo: memFree=1117608/2055920 swapFree=4192812/4192956
[pid=27478] ppid=27476 vsize=41556 CPUtime=301.31
/proc/27478/stat : 27478 (sugar) S 27476 27478 27413 0 -1 4194304 8112 166738 0 1 50 5 29891 185 16 0 1 0 30238350 42553344 7527 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27478/statm: 10389 7527 373 3 0 7489 0
[pid=27480] ppid=27478 vsize=0 CPUtime=0.7
/proc/27480/stat : 27480 (java) Z 27478 27478 27413 0 -1 1036 7673 0 1 0 64 6 0 0 17 0 1 0 30238355 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27480/statm: 0 0 0 0 0 0 0
[pid=27498] ppid=27478 vsize=190968 CPUtime=1498.05
/proc/27498/stat : 27498 (minisat) R 27478 27478 27413 0 -1 0 48164 0 0 0 149731 74 0 0 25 0 1 0 30268660 195551232 47109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27498/statm: 47742 47109 52 112 0 47626 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 232524

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27478 and gives childrusage.ru_utime.tv_sec=299 childrusage.ru_utime.tv_usec=420481 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=961701
CPU time returned by wait4() is 301.382
while last known CPU time is 1800.11

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

Real time (s): 1803.61
CPU time (s): 1800.11
CPU user time (s): 1797.36
CPU system time (s): 2.75
CPU usage (%): 99.8057
Max. virtual memory (cumulated for all children) (KiB): 822564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 299.42
system time used= 1.9617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174936
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= 46781
involuntary context switches= 47020

runsolver used 2.01669 s user time and 5.44517 s system time

The end

Launcher Data (download as text)

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


IDJOB= 223718
IDBENCH= 5666
IDSOLVER= 86
FILE ID= node3/223718-1170102833

PBS_JOBID= 3689774

Free space on /tmp= 66540 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6ca1659c5ffdd7473dbd923d9873ead7

RANDOM SEED= 399168739

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.241
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.241
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:       1716248 kB
Buffers:         60544 kB
Cached:          73484 kB
SwapCached:          0 kB
Active:         214524 kB
Inactive:        67800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         167992 kB
Slab:            42040 kB
Committed_AS:   535844 kB
PageTables:       2208 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= 66550 MiB



End job on node3 on Mon Jan 29 21:03:59 UTC 2007