Trace number 223859

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.13 1810.24

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-75_ext.xml
MD5SUM7a55936100ebdcbb083614419859e5ef
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 benchmark2.94455
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/223859-1170102841/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223859-1170102841/unknown.xml [Mon Jan 29 21:34:02 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223859-1170102841/unknown.xml /tmp/evaluation/223859-1170102841/sugar26139.csp [Mon Jan 29 21:34:02 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223859-1170102841/sugar-v0-40.jar -convert /tmp/evaluation/223859-1170102841/unknown.xml /tmp/evaluation/223859-1170102841/sugar26139.csp
0.18	c BEGIN convert /tmp/evaluation/223859-1170102841/unknown.xml
0.75	c END convert (0.573036 seconds)
0.76	c # CONVERT_XML  END : /tmp/evaluation/223859-1170102841/sugar26139.csp 1728482 bytes (1 seconds) [Mon Jan 29 21:34:03 2007]
0.76	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223859-1170102841/sugar26139.bcnf [Mon Jan 29 21:34:03 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223859-1170102841/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223859-1170102841/sugar26139.map /tmp/evaluation/223859-1170102841/sugar26139.csp /tmp/evaluation/223859-1170102841/sugar26139.bcnf
0.89	c BEGIN parse /tmp/evaluation/223859-1170102841/sugar26139.csp
294.21	c END parse (293.325808 seconds)
294.21	c BEGIN simplify
295.23	c END simplify (1.011113 seconds)
295.23	c BEGIN encode /tmp/evaluation/223859-1170102841/sugar26139.bcnf
303.73	c END encode (8.501558 seconds)
304.37	c # GENERATE_SAT  END : 53320 variables 156139 clauses 78533104 bytes (303 seconds) [Mon Jan 29 21:39:06 2007]
304.37	c # GENERATE_SAT  CPU : 302.43 = 0.48 + 0.03 + 299.95 + 1.97
304.37	
304.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223859-1170102841/sugar26139.bcnf [Mon Jan 29 21:39:06 2007]
304.37	c # CMD : /tmp/evaluation/223859-1170102841/minisat /tmp/evaluation/223859-1170102841/sugar26139.bcnf /tmp/evaluation/223859-1170102841/sugar26139.out
306.08	c ==================================[MINISAT]===================================
306.08	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
306.08	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
306.08	c ==============================================================================
306.08	c |         0 |  156139 19477095 |   52046       0        0     nan |  0.000 % |
306.24	c |       101 |  156150 19477095 |   57250      90     3509    39.0 |  0.000 % |
306.46	c |       253 |  156151 19477095 |   62975     241     8923    37.0 |  0.000 % |
306.88	c |       479 |  156152 19477095 |   69273     466    24797    53.2 |  0.000 % |
307.61	c |       816 |  156152 19477095 |   76200     803    47662    59.4 |  0.000 % |
308.74	c |      1322 |  156152 19477095 |   83820    1309    74623    57.0 |  0.000 % |
310.44	c |      2083 |  156153 19477095 |   92202    2069   146979    71.0 |  0.000 % |
313.02	c |      3223 |  156155 19477095 |  101422    3207   237014    73.9 |  0.000 % |
317.59	c |      4931 |  156159 19477095 |  111565    4911   397079    80.9 |  0.000 % |
324.26	c |      7493 |  156161 19477095 |  122721    7471   618183    82.7 |  0.000 % |
336.88	c |     11337 |  156165 19477095 |  134993   11311  1024673    90.6 |  0.000 % |
354.52	c |     17103 |  156172 19477095 |  148493   17070  1543879    90.4 |  0.000 % |
376.86	c |     25752 |  156193 19477095 |  163342   25698  2334128    90.8 |  0.000 % |
419.93	c |     38728 |  156203 19477095 |  179676   38664  3560368    92.1 |  0.000 % |
511.90	c |     58189 |  156211 19477095 |  197644   58117  6237306   107.3 |  0.000 % |
643.43	c |     87382 |  156229 19477095 |  217409   87292 10582291   121.2 |  0.000 % |
862.02	c |    131171 |  156246 19477095 |  239149  131064 17834572   136.1 |  0.000 % |
1146.12	c |    196855 |  156268 19477095 |  263064  196726 25902870   131.7 |  0.000 % |
1725.66	c |    295381 |  156299 19477095 |  289371   62468  9142121   146.3 |  0.000 % |
1809.13	
1809.13	s UNKNOWN
1809.13	c # INTERRUPTED
1809.13	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:04:11 2007]
1809.13	c # MAIN  CPU : 302.45 = 0.49 + 0.04 + 299.95 + 1.97
1809.13	

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/node11/watcher-223859-1170102841 -o ROOT/results/node11/solver-223859-1170102841 -C 1800 -M 900 /tmp/evaluation/223859-1170102841/solver /tmp/evaluation/223859-1170102841 /tmp/evaluation/223859-1170102841/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.85 1.97 2.07 5/88 26140
/proc/meminfo: memFree=1854288/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=18540 CPUtime=0
/proc/26139/stat : 26139 (runsolver) R 26137 26139 24926 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30238718 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26139/statm: 4635 279 244 17 0 2626 0

[startup+0.108876 s]
/proc/loadavg: 1.85 1.97 2.07 5/88 26140
/proc/meminfo: memFree=1854288/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30238718 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516928 s]
/proc/loadavg: 1.85 1.97 2.07 5/88 26140
/proc/meminfo: memFree=1854288/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30238718 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34002 s]
/proc/loadavg: 1.85 1.97 2.07 4/97 26156
/proc/meminfo: memFree=1831304/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238718 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 808 370 3 0 531 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26149] ppid=26139 vsize=807064 CPUtime=0.54
/proc/26149/stat : 26149 (java) R 26139 26139 24926 0 -1 0 7806 0 1 0 49 5 0 0 17 0 8 0 30238795 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073494231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 201766 7554 1494 14 0 189044 0
[pid=26149/tid=26150] ppid=26139 vsize=807064 CPUtime=0.08
/proc/26149/task/26150/stat : 26150 (java) S 26139 26139 24926 0 -1 64 1752 0 0 0 7 1 0 0 16 0 8 0 30238798 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26151/stat : 26151 (java) S 26139 26139 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238799 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26139 26139 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238799 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238802 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26139 vsize=807064 CPUtime=0.05
/proc/26149/task/26154/stat : 26154 (java) R 26139 26139 24926 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30238802 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26155/stat : 26155 (java) S 26139 26139 24926 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238802 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238802 826433536 7554 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.99323 s]
/proc/loadavg: 1.85 1.97 2.07 4/97 26156
/proc/meminfo: memFree=1811336/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238718 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 808 370 3 0 531 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26149] ppid=26139 vsize=807064 CPUtime=2.18
/proc/26149/stat : 26149 (java) R 26139 26139 24926 0 -1 0 14491 0 1 0 210 8 0 0 25 0 8 0 30238795 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073328002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 201766 14224 1506 14 0 189044 0
[pid=26149/tid=26150] ppid=26139 vsize=807064 CPUtime=0.55
/proc/26149/task/26150/stat : 26150 (java) S 26139 26139 24926 0 -1 64 8381 0 0 0 51 4 0 0 16 0 8 0 30238798 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26151/stat : 26151 (java) S 26139 26139 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238799 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26139 26139 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238799 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238802 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26139 vsize=807064 CPUtime=0.06
/proc/26149/task/26154/stat : 26154 (java) S 26139 26139 24926 0 -1 64 298 0 0 0 6 0 0 0 16 0 8 0 30238802 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26155/stat : 26155 (java) S 26139 26139 24926 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238802 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26139 vsize=807064 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238802 826433536 14224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 820788

[startup+6.22461 s]
/proc/loadavg: 1.86 1.97 2.07 3/97 26156
/proc/meminfo: memFree=1705544/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238718 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 808 370 3 0 531 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26149] ppid=26139 vsize=807332 CPUtime=5.38
/proc/26149/stat : 26149 (java) R 26139 26139 24926 0 -1 0 42661 0 1 0 517 21 0 0 25 0 8 0 30238795 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073566889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 201833 42273 1506 14 0 189111 0
[pid=26149/tid=26150] ppid=26139 vsize=807332 CPUtime=1.73
/proc/26149/task/26150/stat : 26150 (java) S 26139 26139 24926 0 -1 64 36343 0 0 0 157 16 0 0 16 0 8 0 30238798 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26151/stat : 26151 (java) S 26139 26139 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238799 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26139 26139 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238799 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238802 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26139 vsize=807332 CPUtime=0.12
/proc/26149/task/26154/stat : 26154 (java) S 26139 26139 24926 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30238802 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26155/stat : 26155 (java) S 26139 26139 24926 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238802 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238802 826707968 42273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821056

[startup+12.7144 s]
/proc/loadavg: 1.95 1.99 2.08 4/97 26156
/proc/meminfo: memFree=1639368/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238718 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 808 370 3 0 531 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26149] ppid=26139 vsize=807332 CPUtime=11.78
/proc/26149/stat : 26149 (java) R 26139 26139 24926 0 -1 0 54955 0 1 0 1150 28 0 0 25 0 8 0 30238795 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073577918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 201833 54110 1507 14 0 189111 0
[pid=26149/tid=26150] ppid=26139 vsize=807332 CPUtime=4.33
/proc/26149/task/26150/stat : 26150 (java) S 26139 26139 24926 0 -1 64 48383 0 0 0 411 22 0 0 16 0 8 0 30238798 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26151/stat : 26151 (java) S 26139 26139 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238799 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26139 26139 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238799 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238802 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26139 vsize=807332 CPUtime=0.14
/proc/26149/task/26154/stat : 26154 (java) S 26139 26139 24926 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30238802 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26155/stat : 26155 (java) S 26139 26139 24926 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238802 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238802 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 821056

[startup+25.5809 s]
/proc/loadavg: 2.03 2.00 2.08 3/97 26156
/proc/meminfo: memFree=1639112/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238718 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 808 370 3 0 531 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26149] ppid=26139 vsize=807332 CPUtime=24.51
/proc/26149/stat : 26149 (java) R 26139 26139 24926 0 -1 0 56135 0 1 0 2418 33 0 0 25 0 8 0 30238795 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 201833 54111 1507 14 0 189111 0
[pid=26149/tid=26150] ppid=26139 vsize=807332 CPUtime=9.43
/proc/26149/task/26150/stat : 26150 (java) S 26139 26139 24926 0 -1 64 49102 0 0 0 918 25 0 0 16 0 8 0 30238798 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26151/stat : 26151 (java) S 26139 26139 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238799 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26139 26139 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238799 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238802 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26139 vsize=807332 CPUtime=0.15
/proc/26149/task/26154/stat : 26154 (java) S 26139 26139 24926 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30238802 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26155/stat : 26155 (java) S 26139 26139 24926 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238802 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238802 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 821056

[startup+51.266 s]
/proc/loadavg: 2.30 2.07 2.10 4/97 26156
/proc/meminfo: memFree=1637640/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=13724 CPUtime=0.04
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238718 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26139/statm: 3431 808 370 3 0 531 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26149] ppid=26139 vsize=807332 CPUtime=49.95
/proc/26149/stat : 26149 (java) R 26139 26139 24926 0 -1 0 58251 0 1 0 4950 45 0 0 25 0 8 0 30238795 826707968 54242 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 201833 54242 1507 14 0 189111 0
[pid=26149/tid=26150] ppid=26139 vsize=807332 CPUtime=20.03
/proc/26149/task/26150/stat : 26150 (java) R 26139 26139 24926 0 -1 64 50324 0 0 0 1971 32 0 0 16 0 8 0 30238798 826707968 54242 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022646 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26151/stat : 26151 (java) S 26139 26139 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238799 826707968 54242 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26139 26139 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238799 826707968 54242 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26139 vsize=807332 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26139 26139 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238802 826707968 54242 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26139 vsize=807332 CPUtime=0.15

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

/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 52134 0 0 0 93405 59 0 0 25 0 1 0 30269156 211894272 51081 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 51732 51081 52 112 0 51616 0
Current children cumulated CPU time (s) 1237.82
Current children cumulated vsize (KiB) 249408

[startup+1303.81 s]
/proc/loadavg: 2.00 2.04 2.09 3/90 26224
/proc/meminfo: memFree=1280640/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=213496 CPUtime=994.42
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 53784 0 0 0 99382 60 0 0 25 0 1 0 30269156 218619904 52731 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 53374 52731 52 112 0 53258 0
Current children cumulated CPU time (s) 1297.6
Current children cumulated vsize (KiB) 255976

[startup+1363.91 s]
/proc/loadavg: 2.00 2.03 2.09 3/90 26224
/proc/meminfo: memFree=1269760/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=219264 CPUtime=1054.19
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 55246 0 0 0 105357 62 0 0 25 0 1 0 30269156 224526336 54193 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 54816 54193 52 112 0 54700 0
Current children cumulated CPU time (s) 1357.37
Current children cumulated vsize (KiB) 261744

[startup+1424.01 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 26224
/proc/meminfo: memFree=1258816/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=225120 CPUtime=1113.95
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 56696 0 0 0 111331 64 0 0 25 0 1 0 30269156 230522880 55643 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528714 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 56280 55643 52 112 0 56164 0
Current children cumulated CPU time (s) 1417.13
Current children cumulated vsize (KiB) 267600

[startup+1484.12 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 26224
/proc/meminfo: memFree=1247296/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=231200 CPUtime=1173.74
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 58234 0 0 0 117308 66 0 0 25 0 1 0 30269156 236748800 57181 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 57800 57181 52 112 0 57684 0
Current children cumulated CPU time (s) 1476.92
Current children cumulated vsize (KiB) 273680

[startup+1544.12 s]
/proc/loadavg: 2.00 2.01 2.07 3/90 26224
/proc/meminfo: memFree=1234560/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=237952 CPUtime=1233.42
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 59930 0 0 0 123274 68 0 0 25 0 1 0 30269156 243662848 58877 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 59488 58877 52 112 0 59372 0
Current children cumulated CPU time (s) 1536.6
Current children cumulated vsize (KiB) 280432

[startup+1604.21 s]
/proc/loadavg: 2.00 2.00 2.06 3/90 26224
/proc/meminfo: memFree=1227456/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=240012 CPUtime=1293.17
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 60456 0 0 0 129248 69 0 0 25 0 1 0 30269156 245772288 59403 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 60003 59403 52 112 0 59887 0
Current children cumulated CPU time (s) 1596.35
Current children cumulated vsize (KiB) 282492

[startup+1664.23 s]
/proc/loadavg: 2.07 2.03 2.07 3/96 26336
/proc/meminfo: memFree=1222200/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=240012 CPUtime=1352.82
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 60456 0 0 0 135201 81 0 0 25 0 1 0 30269156 245772288 59403 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 60003 59403 52 112 0 59887 0
Current children cumulated CPU time (s) 1656
Current children cumulated vsize (KiB) 282492

[startup+1724.25 s]
/proc/loadavg: 2.02 2.02 2.06 3/90 26422
/proc/meminfo: memFree=1221552/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=240012 CPUtime=1412.49
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 60457 0 0 0 141158 91 0 0 25 0 1 0 30269156 245772288 59404 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525555 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 60003 59404 52 112 0 59887 0
Current children cumulated CPU time (s) 1715.67
Current children cumulated vsize (KiB) 282492

[startup+1784.25 s]
/proc/loadavg: 2.01 2.02 2.06 3/90 26422
/proc/meminfo: memFree=1221560/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=240012 CPUtime=1472.15
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 60457 0 0 0 147124 91 0 0 25 0 1 0 30269156 245772288 59404 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 60003 59404 52 112 0 59887 0
Current children cumulated CPU time (s) 1775.33
Current children cumulated vsize (KiB) 282492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.12 s]
/proc/loadavg: 2.00 2.01 2.05 3/90 26422
/proc/meminfo: memFree=1221560/2055920 swapFree=4192812/4192956
[pid=26139] ppid=26137 vsize=42480 CPUtime=302.49
/proc/26139/stat : 26139 (sugar) S 26137 26139 24926 0 -1 4194304 8348 164459 0 1 52 5 29995 197 16 0 1 0 30238718 43499520 7763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26139/statm: 10620 7763 373 3 0 7720 0
[pid=26141] ppid=26139 vsize=0 CPUtime=0.69
/proc/26141/stat : 26141 (java) Z 26139 26139 24926 0 -1 1036 7680 0 1 0 62 7 0 0 19 0 1 0 30238724 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26141/statm: 0 0 0 0 0 0 0
[pid=26159] ppid=26139 vsize=240012 CPUtime=1496.89
/proc/26159/stat : 26159 (minisat) R 26139 26139 24926 0 -1 0 60457 0 0 0 149598 91 0 0 25 0 1 0 30269156 245772288 59404 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/26159/statm: 60003 59404 52 112 0 59887 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 282492

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26139 and gives childrusage.ru_utime.tv_sec=300 childrusage.ru_utime.tv_usec=475320 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=72684
CPU time returned by wait4() is 302.548
while last known CPU time is 1800.13

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

Real time (s): 1810.24
CPU time (s): 1800.13
CPU user time (s): 1797.07
CPU system time (s): 3.06
CPU usage (%): 99.4414
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.475
system time used= 2.07268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172893
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= 47839
involuntary context switches= 46116

runsolver used 2.22066 s user time and 5.9301 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 20:34:02 UTC 2007


IDJOB= 223859
IDBENCH= 5684
IDSOLVER= 86
FILE ID= node11/223859-1170102841

PBS_JOBID= 3689456

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7a55936100ebdcbb083614419859e5ef

RANDOM SEED= 982969101

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.243
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.243
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:       1854768 kB
Buffers:         31336 kB
Cached:          49176 kB
SwapCached:          0 kB
Active:         114012 kB
Inactive:        38892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:          92136 kB
Slab:            33116 kB
Committed_AS:   367216 kB
PageTables:       2200 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= 66476 MiB



End job on node11 on Mon Jan 29 21:04:12 UTC 2007