Trace number 208513

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-19_ext.xml
MD5SUMf75720650ca6373fb2e3d0a4452f81c0
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.17767
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints335
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension335
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/208513-1170097147/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208513-1170097147/unknown.xml [Mon Jan 29 19:59:07 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208513-1170097147/unknown.xml /tmp/evaluation/208513-1170097147/sugar25209.csp [Mon Jan 29 19:59:07 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208513-1170097147/sugar-v0-40.jar -convert /tmp/evaluation/208513-1170097147/unknown.xml /tmp/evaluation/208513-1170097147/sugar25209.csp
0.17	c BEGIN convert /tmp/evaluation/208513-1170097147/unknown.xml
0.69	c END convert (0.517291 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/208513-1170097147/sugar25209.csp 1090768 bytes (1 seconds) [Mon Jan 29 19:59:08 2007]
0.71	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208513-1170097147/sugar25209.bcnf [Mon Jan 29 19:59:08 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208513-1170097147/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208513-1170097147/sugar25209.map /tmp/evaluation/208513-1170097147/sugar25209.csp /tmp/evaluation/208513-1170097147/sugar25209.bcnf
0.83	c BEGIN parse /tmp/evaluation/208513-1170097147/sugar25209.csp
13.49	c END parse (12.657529 seconds)
13.49	c BEGIN simplify
13.56	c END simplify (0.069622 seconds)
13.56	c BEGIN encode /tmp/evaluation/208513-1170097147/sugar25209.bcnf
14.16	c END encode (0.598228 seconds)
14.26	c # GENERATE_SAT  END : 5806 variables 44164 clauses 4682952 bytes (13 seconds) [Mon Jan 29 19:59:21 2007]
14.26	c # GENERATE_SAT  CPU : 13.42 = 0.04 + 0.01 + 13 + 0.37
14.26	
14.26	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208513-1170097147/sugar25209.bcnf [Mon Jan 29 19:59:21 2007]
14.26	c # CMD : /tmp/evaluation/208513-1170097147/minisat /tmp/evaluation/208513-1170097147/sugar25209.bcnf /tmp/evaluation/208513-1170097147/sugar25209.out
14.37	c ==================================[MINISAT]===================================
14.37	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
14.37	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
14.37	c ==============================================================================
14.37	c |         0 |   44164  1126566 |   14721       0        0     nan |  0.000 % |
14.41	c |       100 |   44166  1126566 |   16193      98     1476    15.1 |  0.000 % |
14.44	c |       250 |   44167  1126566 |   17812     247     3732    15.1 |  0.000 % |
14.48	c |       475 |   44168  1126566 |   19593     471     6260    13.3 |  0.000 % |
14.56	c |       812 |   44168  1126566 |   21553     808    10683    13.2 |  0.000 % |
14.67	c |      1320 |   44171  1126566 |   23708    1313    17100    13.0 |  0.000 % |
14.83	c |      2079 |   44174  1126566 |   26079    2069    27153    13.1 |  0.000 % |
15.10	c |      3219 |   44174  1126566 |   28687    3209    42774    13.3 |  0.000 % |
15.54	c |      4927 |   44174  1126566 |   31555    4917    70594    14.4 |  0.000 % |
16.30	c |      7490 |   44175  1126566 |   34711    7479   117303    15.7 |  0.000 % |
17.55	c |     11334 |   44176  1126566 |   38182   11322   198896    17.6 |  0.000 % |
19.73	c |     17100 |   44178  1126566 |   42000   17086   300125    17.6 |  0.000 % |
22.96	c |     25749 |   44182  1126566 |   46200   25731   416097    16.2 |  0.000 % |
28.34	c |     38723 |   44185  1126566 |   50820   38702   660196    17.1 |  0.000 % |
38.88	c |     58186 |   44193  1126566 |   55902   22335   410354    18.4 |  0.000 % |
54.54	c |     87379 |   44204  1126566 |   61493   51517  1010649    19.6 |  0.000 % |
79.36	c |    131168 |   44219  1126566 |   67642   48349  1013622    21.0 |  0.000 % |
125.77	c |    196852 |   44235  1126566 |   74406   62746  1400575    22.3 |  0.001 % |
189.98	c |    295378 |   44086  1125868 |   81847   71718  2241647    31.3 |  0.637 % |
299.27	c |    443167 |   44115  1125868 |   90032   26473   525827    19.9 |  0.637 % |
462.80	c |    664850 |   44013  1124604 |   99035   84690  2136477    25.2 |  0.723 % |
737.21	c |    997375 |   44044  1124604 |  108939   94463  3036146    32.1 |  0.723 % |
1161.30	c |   1496163 |   43961  1123131 |  119832   89826  2531181    28.2 |  0.741 % |
1809.90	
1809.90	s UNKNOWN
1809.90	c # INTERRUPTED
1809.90	c # MAIN  END :  (1810 seconds) [Mon Jan 29 20:29:17 2007]
1809.90	c # MAIN  CPU : 13.43 = 0.05 + 0.01 + 13 + 0.37
1809.90	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-208513-1170097147 -o ROOT/results/node18/solver-208513-1170097147 -C 1800 -M 900 /tmp/evaluation/208513-1170097147/solver /tmp/evaluation/208513-1170097147 /tmp/evaluation/208513-1170097147/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.01 2.11 2.29 3/87 25210
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=880 CPUtime=0
/proc/25209/stat : 25209 (solver) R 25207 25209 24913 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 29669254 901120 25 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 227846190357 0 0 4096 0 0 0 0 17 1 0 0
/proc/25209/statm: 220 25 18 169 0 8 0

[startup+0.102842 s]
/proc/loadavg: 2.01 2.11 2.29 3/87 25210
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=13724 CPUtime=0.03
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29669254 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510867 s]
/proc/loadavg: 2.01 2.11 2.29 3/87 25210
/proc/meminfo: memFree=1826376/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=13724 CPUtime=0.03
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29669254 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33295 s]
/proc/loadavg: 2.01 2.11 2.29 4/96 25226
/proc/meminfo: memFree=1804096/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=13724 CPUtime=0.04
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29669254 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 3431 808 370 3 0 531 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25219] ppid=25209 vsize=807064 CPUtime=0.59
/proc/25219/stat : 25219 (java) R 25209 25209 24913 0 -1 0 7742 0 1 0 54 5 0 0 18 0 8 0 29669326 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25219/statm: 201766 7490 1494 14 0 189044 0
[pid=25219/tid=25220] ppid=25209 vsize=807064 CPUtime=0.09
/proc/25219/task/25220/stat : 25220 (java) S 25209 25209 24913 0 -1 64 1688 0 0 0 8 1 0 0 16 0 8 0 29669329 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25221] ppid=25209 vsize=807064 CPUtime=0
/proc/25219/task/25221/stat : 25221 (java) S 25209 25209 24913 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29669329 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25222] ppid=25209 vsize=807064 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25209 25209 24913 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29669329 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25223] ppid=25209 vsize=807064 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25209 25209 24913 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29669333 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25224] ppid=25209 vsize=807064 CPUtime=0.05
/proc/25219/task/25224/stat : 25224 (java) R 25209 25209 24913 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29669333 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25225] ppid=25209 vsize=807064 CPUtime=0
/proc/25219/task/25225/stat : 25225 (java) S 25209 25209 24913 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29669333 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25226] ppid=25209 vsize=807064 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25209 25209 24913 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29669333 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.97211 s]
/proc/loadavg: 2.08 2.13 2.29 4/96 25226
/proc/meminfo: memFree=1785216/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=13724 CPUtime=0.04
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29669254 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 3431 808 370 3 0 531 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25219] ppid=25209 vsize=807336 CPUtime=2.22
/proc/25219/stat : 25219 (java) R 25209 25209 24913 0 -1 0 12720 0 1 0 213 9 0 0 25 0 8 0 29669326 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25219/statm: 201834 12449 1506 14 0 189112 0
[pid=25219/tid=25220] ppid=25209 vsize=807336 CPUtime=0.47
/proc/25219/task/25220/stat : 25220 (java) S 25209 25209 24913 0 -1 64 6501 0 0 0 43 4 0 0 16 0 8 0 29669329 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25221] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25221/stat : 25221 (java) S 25209 25209 24913 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29669329 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25222] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25209 25209 24913 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29669329 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25223] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25209 25209 24913 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29669333 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25224] ppid=25209 vsize=807336 CPUtime=0.13
/proc/25219/task/25224/stat : 25224 (java) S 25209 25209 24913 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29669333 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25225] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25225/stat : 25225 (java) S 25209 25209 24913 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29669333 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25226] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25209 25209 24913 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29669333 826712064 12449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.20047 s]
/proc/loadavg: 2.08 2.13 2.29 3/96 25226
/proc/meminfo: memFree=1723584/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=13724 CPUtime=0.04
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29669254 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 3431 808 370 3 0 531 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25219] ppid=25209 vsize=807336 CPUtime=5.42
/proc/25219/stat : 25219 (java) R 25209 25209 24913 0 -1 0 30251 0 1 0 525 17 0 0 25 0 8 0 29669326 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25219/statm: 201834 29886 1506 14 0 189112 0
[pid=25219/tid=25220] ppid=25209 vsize=807336 CPUtime=1.32
/proc/25219/task/25220/stat : 25220 (java) R 25209 25209 24913 0 -1 64 23935 0 0 0 121 11 0 0 15 0 8 0 29669329 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25221] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25221/stat : 25221 (java) S 25209 25209 24913 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29669329 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25222] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25209 25209 24913 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29669329 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25223] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25209 25209 24913 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29669333 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25224] ppid=25209 vsize=807336 CPUtime=0.14
/proc/25219/task/25224/stat : 25224 (java) S 25209 25209 24913 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29669333 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25225] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25225/stat : 25225 (java) S 25209 25209 24913 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29669333 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25226] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25209 25209 24913 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29669333 826712064 29886 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821060

[startup+12.6979 s]
/proc/loadavg: 2.07 2.12 2.29 3/96 25226
/proc/meminfo: memFree=1612096/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=13724 CPUtime=0.04
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29669254 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 3431 808 370 3 0 531 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25219] ppid=25209 vsize=807336 CPUtime=11.87
/proc/25219/stat : 25219 (java) R 25209 25209 24913 0 -1 0 54853 0 1 0 1156 31 0 0 25 0 8 0 29669326 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25219/statm: 201834 54096 1507 14 0 189112 0
[pid=25219/tid=25220] ppid=25209 vsize=807336 CPUtime=3.42
/proc/25219/task/25220/stat : 25220 (java) S 25209 25209 24913 0 -1 64 48343 0 0 0 317 25 0 0 16 0 8 0 29669329 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25221] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25221/stat : 25221 (java) S 25209 25209 24913 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29669329 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25222] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25209 25209 24913 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29669329 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25223] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25209 25209 24913 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29669333 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25224] ppid=25209 vsize=807336 CPUtime=0.14
/proc/25219/task/25224/stat : 25224 (java) S 25209 25209 24913 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29669333 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25225] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25225/stat : 25225 (java) S 25209 25209 24913 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29669333 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25219/tid=25226] ppid=25209 vsize=807336 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25209 25209 24913 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29669333 826712064 54096 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821060

[startup+25.5341 s]
/proc/loadavg: 2.06 2.12 2.29 3/89 25227
/proc/meminfo: memFree=1806072/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=10988 CPUtime=11.2
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 3408 0 0 0 1117 3 0 0 25 0 1 0 29670680 11251712 2369 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528574 0 0 4096 3 0 0 0 17 1 0 0
/proc/25227/statm: 2747 2369 52 112 0 2631 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 27564

[startup+51.2186 s]
/proc/loadavg: 2.11 2.12 2.28 3/89 25227
/proc/meminfo: memFree=1803512/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=13428 CPUtime=36.76
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 4019 0 0 0 3672 4 0 0 25 0 1 0 29670680 13750272 2980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25227/statm: 3357 2980 52 112 0 3241 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 30004

[startup+102.428 s]
/proc/loadavg: 2.08 2.11 2.27 3/89 25227
/proc/meminfo: memFree=1799544/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=17380 CPUtime=87.73
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 4989 0 0 0 8767 6 0 0 25 0 1 0 29670680 17797120 3950 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 1 0 0
/proc/25227/statm: 4345 3950 52 112 0 4229 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 33956

[startup+162.438 s]
/proc/loadavg: 2.03 2.09 2.25 3/95 25341
/proc/meminfo: memFree=1796864/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8665 0 0 0 122246 19 0 0 25 0 1 0 29670680 33144832 7626 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8092 7626 52 112 0 7976 0
Current children cumulated CPU time (s) 1236.73
Current children cumulated vsize (KiB) 48944

[startup+1303.59 s]
/proc/loadavg: 2.00 2.01 2.07 3/90 25553
/proc/meminfo: memFree=1676328/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=32536 CPUtime=1282.43
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8708 0 0 0 128224 19 0 0 25 0 1 0 29670680 33316864 7669 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8134 7669 52 112 0 8018 0
Current children cumulated CPU time (s) 1296.51
Current children cumulated vsize (KiB) 49112

[startup+1363.59 s]
/proc/loadavg: 2.00 2.00 2.06 3/90 25553
/proc/meminfo: memFree=1675816/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=32984 CPUtime=1342.09
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8814 0 0 0 134189 20 0 0 25 0 1 0 29670680 33775616 7775 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8246 7775 52 112 0 8130 0
Current children cumulated CPU time (s) 1356.17
Current children cumulated vsize (KiB) 49560

[startup+1423.59 s]
/proc/loadavg: 2.03 2.01 2.06 3/90 25553
/proc/meminfo: memFree=1675752/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=32984 CPUtime=1401.77
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8814 0 0 0 140157 20 0 0 25 0 1 0 29670680 33775616 7775 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8246 7775 52 112 0 8130 0
Current children cumulated CPU time (s) 1415.85
Current children cumulated vsize (KiB) 49560

[startup+1483.6 s]
/proc/loadavg: 2.01 2.01 2.06 3/90 25553
/proc/meminfo: memFree=1675496/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=33304 CPUtime=1461.46
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8860 0 0 0 146126 20 0 0 25 0 1 0 29670680 34103296 7821 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8326 7821 52 112 0 8210 0
Current children cumulated CPU time (s) 1475.54
Current children cumulated vsize (KiB) 49880

[startup+1543.7 s]
/proc/loadavg: 2.00 2.00 2.05 3/90 25553
/proc/meminfo: memFree=1661160/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=33468 CPUtime=1521.22
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8915 0 0 0 152101 21 0 0 25 0 1 0 29670680 34271232 7876 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8367 7876 52 112 0 8251 0
Current children cumulated CPU time (s) 1535.3
Current children cumulated vsize (KiB) 50044

[startup+1603.7 s]
/proc/loadavg: 2.00 2.00 2.04 3/90 25553
/proc/meminfo: memFree=1648808/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=33468 CPUtime=1580.9
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8915 0 0 0 158069 21 0 0 25 0 1 0 29670680 34271232 7876 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8367 7876 52 112 0 8251 0
Current children cumulated CPU time (s) 1594.98
Current children cumulated vsize (KiB) 50044

[startup+1663.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/90 25553
/proc/meminfo: memFree=1645096/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=33608 CPUtime=1640.68
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8934 0 0 0 164047 21 0 0 25 0 1 0 29670680 34414592 7895 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8402 7895 52 112 0 8286 0
Current children cumulated CPU time (s) 1654.76
Current children cumulated vsize (KiB) 50184

[startup+1723.91 s]
/proc/loadavg: 2.00 2.00 2.03 3/90 25553
/proc/meminfo: memFree=1644776/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=33952 CPUtime=1700.44
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 8996 0 0 0 170023 21 0 0 25 0 1 0 29670680 34766848 7957 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8488 7957 52 112 0 8372 0
Current children cumulated CPU time (s) 1714.52
Current children cumulated vsize (KiB) 50528

[startup+1784.01 s]
/proc/loadavg: 2.00 2.00 2.03 3/90 25553
/proc/meminfo: memFree=1644520/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=33952 CPUtime=1760.22
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 9023 0 0 0 176000 22 0 0 25 0 1 0 29670680 34766848 7984 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8488 7984 52 112 0 8372 0
Current children cumulated CPU time (s) 1774.3
Current children cumulated vsize (KiB) 50528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 25553
/proc/meminfo: memFree=1644456/2055920 swapFree=4192812/4192956
[pid=25209] ppid=25207 vsize=16576 CPUtime=13.46
/proc/25209/stat : 25209 (sugar) S 25207 25209 24913 0 -1 4194304 1998 54913 0 2 8 1 1300 37 16 0 1 0 29669254 16973824 1508 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25209/statm: 4144 1508 373 3 0 1244 0
[pid=25211] ppid=25209 vsize=0 CPUtime=0.62
/proc/25211/stat : 25211 (java) Z 25209 25209 24913 0 -1 1036 7503 0 1 0 57 5 0 0 18 0 1 0 29669259 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
[pid=25227] ppid=25209 vsize=34128 CPUtime=1785.96
/proc/25227/stat : 25227 (minisat) R 25209 25209 24913 0 -1 0 9044 0 0 0 178574 22 0 0 25 0 1 0 29670680 34947072 8005 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25227/statm: 8532 8005 52 112 0 8416 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 50704

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25209 and gives childrusage.ru_utime.tv_sec=13 childrusage.ru_utime.tv_usec=87010 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=399939
CPU time returned by wait4() is 13.4869
while last known CPU time is 1800.04

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

Real time (s): 1810.91
CPU time (s): 1800.04
CPU user time (s): 1799.39
CPU system time (s): 0.65
CPU usage (%): 99.3995
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.087
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56995
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3228
involuntary context switches= 3404

runsolver used 2.37664 s user time and 5.52016 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 18:59:07 UTC 2007


IDJOB= 208513
IDBENCH= 4399
IDSOLVER= 86
FILE ID= node18/208513-1170097147

PBS_JOBID= 3689440

Free space on /tmp= 66555 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-19_ext.xml
COMMAND LINE= /tmp/evaluation/208513-1170097147/solver /tmp/evaluation/208513-1170097147 /tmp/evaluation/208513-1170097147/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-208513-1170097147 -o ROOT/results/node18/solver-208513-1170097147 -C 1800 -M 900  /tmp/evaluation/208513-1170097147/solver /tmp/evaluation/208513-1170097147 /tmp/evaluation/208513-1170097147/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f75720650ca6373fb2e3d0a4452f81c0

RANDOM SEED= 228546034

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826792 kB
Buffers:         13040 kB
Cached:          50744 kB
SwapCached:          0 kB
Active:         149080 kB
Inactive:        24720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             964 kB
Writeback:           0 kB
Mapped:         129640 kB
Slab:            40312 kB
Committed_AS:   369976 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66557 MiB



End job on node18 on Mon Jan 29 19:29:18 UTC 2007