Trace number 194977

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.05 1810.98

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-27_ext.xml
MD5SUM81766b12f834a6359457450a0ce6b25f
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 benchmark714.584
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
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/194977-1170092069/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194977-1170092069/unknown.xml [Mon Jan 29 18:34:29 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194977-1170092069/unknown.xml /tmp/evaluation/194977-1170092069/sugar25404.csp [Mon Jan 29 18:34:29 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194977-1170092069/sugar-v0-40.jar -convert /tmp/evaluation/194977-1170092069/unknown.xml /tmp/evaluation/194977-1170092069/sugar25404.csp
0.19	c BEGIN convert /tmp/evaluation/194977-1170092069/unknown.xml
0.89	c END convert (0.703893 seconds)
0.93	c # CONVERT_XML  END : /tmp/evaluation/194977-1170092069/sugar25404.csp 2166440 bytes (1 seconds) [Mon Jan 29 18:34:30 2007]
0.93	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.93	
0.93	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194977-1170092069/sugar25404.bcnf [Mon Jan 29 18:34:30 2007]
0.93	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194977-1170092069/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194977-1170092069/sugar25404.map /tmp/evaluation/194977-1170092069/sugar25404.csp /tmp/evaluation/194977-1170092069/sugar25404.bcnf
1.05	c BEGIN parse /tmp/evaluation/194977-1170092069/sugar25404.csp
38.04	c END parse (36.984755 seconds)
38.04	c BEGIN simplify
38.19	c END simplify (0.150881 seconds)
38.19	c BEGIN encode /tmp/evaluation/194977-1170092069/sugar25404.bcnf
39.42	c END encode (1.230789 seconds)
39.57	c # GENERATE_SAT  END : 8616 variables 81835 clauses 10035036 bytes (38 seconds) [Mon Jan 29 18:35:08 2007]
39.57	c # GENERATE_SAT  CPU : 38.35 = 0.06 + 0.01 + 37.77 + 0.51
39.57	
39.57	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194977-1170092069/sugar25404.bcnf [Mon Jan 29 18:35:08 2007]
39.57	c # CMD : /tmp/evaluation/194977-1170092069/minisat /tmp/evaluation/194977-1170092069/sugar25404.bcnf /tmp/evaluation/194977-1170092069/sugar25404.out
39.95	c ==================================[MINISAT]===================================
39.95	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
39.95	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
39.95	c ==============================================================================
39.95	c |         0 |   81835  2426914 |   27278       0        0     nan |  0.000 % |
39.95	c |       100 |   81836  2426914 |   30005      99     2997    30.3 |  0.000 % |
39.95	c |       251 |   81836  2426914 |   33006     250     5210    20.8 |  0.000 % |
40.07	c |       476 |   81836  2426914 |   36307     475     8375    17.6 |  0.000 % |
40.26	c |       813 |   81836  2426914 |   39937     812    13322    16.4 |  0.000 % |
40.52	c |      1319 |   81836  2426914 |   43931    1318    21022    15.9 |  0.000 % |
40.95	c |      2080 |   81836  2426914 |   48324    2079    33789    16.3 |  0.000 % |
41.60	c |      3221 |   81836  2426914 |   53157    3220    55787    17.3 |  0.000 % |
42.66	c |      4929 |   81837  2426914 |   58472    4927    92195    18.7 |  0.000 % |
44.25	c |      7491 |   81839  2426914 |   64320    7487   144329    19.3 |  0.000 % |
47.06	c |     11335 |   81839  2426914 |   70752   11331   228230    20.1 |  0.000 % |
51.09	c |     17101 |   81839  2426914 |   77827   17097   347311    20.3 |  0.000 % |
58.04	c |     25750 |   81839  2426914 |   85610   25746   573090    22.3 |  0.000 % |
69.57	c |     38726 |   81840  2426914 |   94171   38721  1011673    26.1 |  0.000 % |
93.69	c |     58187 |   81841  2426914 |  103588   58181  1592882    27.4 |  0.000 % |
131.86	c |     87380 |   81846  2426914 |  113946   87369  2394394    27.4 |  0.000 % |
190.25	c |    131170 |   81851  2426914 |  125341   32347   976864    30.2 |  0.000 % |
286.28	c |    196855 |   81853  2426914 |  137875   98030  3360274    34.3 |  0.000 % |
420.77	c |    295383 |   81860  2426914 |  151663   73665  3008308    40.8 |  0.000 % |
659.11	c |    443173 |   81868  2426914 |  166829   91809  2880903    31.4 |  0.000 % |
1037.71	c |    664856 |   81882  2426914 |  183512  166630  5216432    31.3 |  0.000 % |
1624.02	c |    997381 |   81897  2426914 |  201864  173449  6273042    36.2 |  0.000 % |
1809.97	
1809.97	s UNKNOWN
1809.97	c # INTERRUPTED
1809.97	c # MAIN  END :  (1810 seconds) [Mon Jan 29 19:04:39 2007]
1809.97	c # MAIN  CPU : 38.35 = 0.06 + 0.01 + 37.77 + 0.51
1809.97	

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/node17/watcher-194977-1170092069 -o ROOT/results/node17/solver-194977-1170092069 -C 1800 -M 900 /tmp/evaluation/194977-1170092069/solver /tmp/evaluation/194977-1170092069 /tmp/evaluation/194977-1170092069/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.00 1.72 5/87 25405
/proc/meminfo: memFree=1559112/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=18540 CPUtime=0
/proc/25404/stat : 25404 (runsolver) R 25402 25404 25190 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29161107 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25404/statm: 4635 279 244 17 0 2626 0

[startup+0.108603 s]
/proc/loadavg: 2.01 2.00 1.72 5/87 25405
/proc/meminfo: memFree=1559112/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=13724 CPUtime=0.03
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29161107 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25404/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516642 s]
/proc/loadavg: 2.01 2.00 1.72 5/87 25405
/proc/meminfo: memFree=1559112/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=13724 CPUtime=0.03
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29161107 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25404/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33973 s]
/proc/loadavg: 2.01 2.00 1.72 3/96 25421
/proc/meminfo: memFree=1549376/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=13724 CPUtime=0.03
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161107 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25404/statm: 3431 808 370 3 0 531 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25414] ppid=25404 vsize=807064 CPUtime=0.38
/proc/25414/stat : 25414 (java) R 25404 25404 25190 0 -1 0 6518 0 1 0 35 3 0 0 17 0 8 0 29161200 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073529698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25414/statm: 201766 6268 1494 14 0 189044 0
[pid=25414/tid=25415] ppid=25404 vsize=807064 CPUtime=0.02
/proc/25414/task/25415/stat : 25415 (java) S 25404 25404 25190 0 -1 64 466 0 0 0 2 0 0 0 16 0 8 0 29161203 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25416] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25416/stat : 25416 (java) S 25404 25404 25190 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161204 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25417] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25417/stat : 25417 (java) S 25404 25404 25190 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29161204 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25418] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25418/stat : 25418 (java) S 25404 25404 25190 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161207 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25419] ppid=25404 vsize=807064 CPUtime=0.05
/proc/25414/task/25419/stat : 25419 (java) R 25404 25404 25190 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29161207 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25420] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25420/stat : 25420 (java) S 25404 25404 25190 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29161207 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25421] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25421/stat : 25421 (java) S 25404 25404 25190 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29161207 826433536 6268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 820788

[startup+2.9929 s]
/proc/loadavg: 2.01 2.00 1.72 3/96 25421
/proc/meminfo: memFree=1520448/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=13724 CPUtime=0.03
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161107 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25404/statm: 3431 808 370 3 0 531 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25414] ppid=25404 vsize=807064 CPUtime=2.03
/proc/25414/stat : 25414 (java) R 25404 25404 25190 0 -1 0 13349 0 1 0 195 8 0 0 25 0 8 0 29161200 826433536 13084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073484231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25414/statm: 201766 13084 1494 14 0 189044 0
[pid=25414/tid=25415] ppid=25404 vsize=807064 CPUtime=0.56
/proc/25414/task/25415/stat : 25415 (java) S 25404 25404 25190 0 -1 64 7282 0 0 0 52 4 0 0 16 0 8 0 29161203 826433536 13084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25416] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25416/stat : 25416 (java) S 25404 25404 25190 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161204 826433536 13084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25417] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25417/stat : 25417 (java) S 25404 25404 25190 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29161204 826433536 13084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25418] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25418/stat : 25418 (java) S 25404 25404 25190 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161207 826433536 13084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25419] ppid=25404 vsize=807064 CPUtime=0.05
/proc/25414/task/25419/stat : 25419 (java) S 25404 25404 25190 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29161207 826433536 13084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25420] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25420/stat : 25420 (java) S 25404 25404 25190 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29161207 826433536 13084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25421] ppid=25404 vsize=807064 CPUtime=0
/proc/25414/task/25421/stat : 25421 (java) S 25404 25404 25190 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29161207 826433536 13084 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) 820788

[startup+6.21824 s]
/proc/loadavg: 2.01 2.00 1.72 3/96 25421
/proc/meminfo: memFree=1442368/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=13724 CPUtime=0.03
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161107 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25404/statm: 3431 808 370 3 0 531 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25414] ppid=25404 vsize=807336 CPUtime=5.24
/proc/25414/stat : 25414 (java) R 25404 25404 25190 0 -1 0 32895 0 1 0 506 18 0 0 25 0 8 0 29161200 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073747282 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25414/statm: 201834 32552 1506 14 0 189112 0
[pid=25414/tid=25415] ppid=25404 vsize=807336 CPUtime=1.55
/proc/25414/task/25415/stat : 25415 (java) S 25404 25404 25190 0 -1 64 26599 0 0 0 143 12 0 0 16 0 8 0 29161203 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25416] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25416/stat : 25416 (java) S 25404 25404 25190 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161204 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25417] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25417/stat : 25417 (java) S 25404 25404 25190 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29161204 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25418] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25418/stat : 25418 (java) S 25404 25404 25190 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161207 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25419] ppid=25404 vsize=807336 CPUtime=0.13
/proc/25414/task/25419/stat : 25419 (java) S 25404 25404 25190 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29161207 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25420] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25420/stat : 25420 (java) S 25404 25404 25190 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29161207 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25421] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25421/stat : 25421 (java) S 25404 25404 25190 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29161207 826712064 32552 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821060

[startup+12.7109 s]
/proc/loadavg: 2.00 2.00 1.73 2/97 25422
/proc/meminfo: memFree=1404664/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=13724 CPUtime=0.03
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161107 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25404/statm: 3431 808 370 3 0 531 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25414] ppid=25404 vsize=807336 CPUtime=11.68
/proc/25414/stat : 25414 (java) R 25404 25404 25190 0 -1 0 54848 0 1 0 1137 31 0 0 17 0 8 0 29161200 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25414/statm: 201834 54113 1507 14 0 189112 0
[pid=25414/tid=25415] ppid=25404 vsize=807336 CPUtime=3.71
/proc/25414/task/25415/stat : 25415 (java) S 25404 25404 25190 0 -1 64 48371 0 0 0 346 25 0 0 16 0 8 0 29161203 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25416] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25416/stat : 25416 (java) S 25404 25404 25190 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161204 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25417] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25417/stat : 25417 (java) S 25404 25404 25190 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29161204 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25418] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25418/stat : 25418 (java) S 25404 25404 25190 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161207 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25419] ppid=25404 vsize=807336 CPUtime=0.14
/proc/25414/task/25419/stat : 25419 (java) S 25404 25404 25190 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29161207 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25420] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25420/stat : 25420 (java) S 25404 25404 25190 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29161207 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25421] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25421/stat : 25421 (java) S 25404 25404 25190 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29161207 826712064 54113 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.5612 s]
/proc/loadavg: 2.02 2.00 1.73 3/103 25485
/proc/meminfo: memFree=1212232/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=13724 CPUtime=0.03
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161107 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25404/statm: 3431 808 370 3 0 531 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25414] ppid=25404 vsize=807336 CPUtime=24.46
/proc/25414/stat : 25414 (java) R 25404 25404 25190 0 -1 0 56208 0 1 0 2410 36 0 0 25 0 8 0 29161200 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073672876 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25414/statm: 201834 54113 1507 14 0 189112 0
[pid=25414/tid=25415] ppid=25404 vsize=807336 CPUtime=8.57
/proc/25414/task/25415/stat : 25415 (java) S 25404 25404 25190 0 -1 64 49340 0 0 0 829 28 0 0 16 0 8 0 29161203 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25416] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25416/stat : 25416 (java) S 25404 25404 25190 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161204 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25417] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25417/stat : 25417 (java) S 25404 25404 25190 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29161204 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25418] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25418/stat : 25418 (java) S 25404 25404 25190 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161207 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25419] ppid=25404 vsize=807336 CPUtime=0.14
/proc/25414/task/25419/stat : 25419 (java) S 25404 25404 25190 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29161207 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25420] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25420/stat : 25420 (java) S 25404 25404 25190 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29161207 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25414/tid=25421] ppid=25404 vsize=807336 CPUtime=0
/proc/25414/task/25421/stat : 25421 (java) S 25404 25404 25190 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29161207 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 821060

[startup+51.2539 s]
/proc/loadavg: 2.26 2.06 1.76 3/89 25487
/proc/meminfo: memFree=1580736/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=15884 CPUtime=11.59
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 4661 0 0 0 1154 5 0 0 25 0 1 0 29165064 16265216 3622 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 3971 3622 52 112 0 3855 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 33656

[startup+102.541 s]
/proc/loadavg: 2.11 2.05 1.77 3/89 25489
/proc/meminfo: memFree=1566016/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0

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

/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 12391 0 0 0 119676 21 0 0 25 0 1 0 29165064 48336896 11344 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 11801 11344 52 112 0 11685 0
Current children cumulated CPU time (s) 1236.17
Current children cumulated vsize (KiB) 64976

[startup+1303.01 s]
/proc/loadavg: 2.02 2.01 1.91 3/89 25489
/proc/meminfo: memFree=1519040/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=47688 CPUtime=1256.69
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 12475 0 0 0 125648 21 0 0 25 0 1 0 29165064 48832512 11428 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527977 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 11922 11428 52 112 0 11806 0
Current children cumulated CPU time (s) 1295.89
Current children cumulated vsize (KiB) 65460

[startup+1363.03 s]
/proc/loadavg: 2.01 2.01 1.91 3/89 25489
/proc/meminfo: memFree=1515456/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=51148 CPUtime=1316.39
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 13338 0 0 0 131616 23 0 0 25 0 1 0 29165064 52375552 12291 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 12787 12291 52 112 0 12671 0
Current children cumulated CPU time (s) 1355.59
Current children cumulated vsize (KiB) 68920

[startup+1423.05 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 25489
/proc/meminfo: memFree=1515200/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=51276 CPUtime=1376.09
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 13385 0 0 0 137585 24 0 0 25 0 1 0 29165064 52506624 12338 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 12819 12338 52 112 0 12703 0
Current children cumulated CPU time (s) 1415.29
Current children cumulated vsize (KiB) 69048

[startup+1483.07 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 25489
/proc/meminfo: memFree=1514752/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=51276 CPUtime=1435.79
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 13386 0 0 0 143555 24 0 0 25 0 1 0 29165064 52506624 12339 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 12819 12339 52 112 0 12703 0
Current children cumulated CPU time (s) 1474.99
Current children cumulated vsize (KiB) 69048

[startup+1543.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 25489
/proc/meminfo: memFree=1514432/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=51728 CPUtime=1495.48
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 13462 0 0 0 149524 24 0 0 25 0 1 0 29165064 52969472 12415 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 12932 12415 52 112 0 12816 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 69500

[startup+1603.13 s]
/proc/loadavg: 2.07 2.02 1.92 3/95 25561
/proc/meminfo: memFree=1512712/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=51808 CPUtime=1555.2
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 13496 0 0 0 155492 28 0 0 25 0 1 0 29165064 53051392 12449 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 12952 12449 52 112 0 12836 0
Current children cumulated CPU time (s) 1594.4
Current children cumulated vsize (KiB) 69580

[startup+1663.18 s]
/proc/loadavg: 2.07 2.03 1.93 3/95 25653
/proc/meminfo: memFree=1511560/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=52976 CPUtime=1614.88
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 13776 0 0 0 161449 39 0 0 25 0 1 0 29165064 54247424 12729 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134526338 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 13244 12729 52 112 0 13128 0
Current children cumulated CPU time (s) 1654.08
Current children cumulated vsize (KiB) 70748

[startup+1723.21 s]
/proc/loadavg: 2.06 2.03 1.93 3/89 25687
/proc/meminfo: memFree=1510784/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=54652 CPUtime=1674.56
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 14222 0 0 0 167411 45 0 0 25 0 1 0 29165064 55963648 13175 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 13663 13175 52 112 0 13547 0
Current children cumulated CPU time (s) 1713.76
Current children cumulated vsize (KiB) 72424

[startup+1783.23 s]
/proc/loadavg: 2.08 2.04 1.94 3/89 25687
/proc/meminfo: memFree=1510400/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=54956 CPUtime=1734.27
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 14291 0 0 0 173381 46 0 0 25 0 1 0 29165064 56274944 13244 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 13739 13244 52 112 0 13623 0
Current children cumulated CPU time (s) 1773.47
Current children cumulated vsize (KiB) 72728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.96 s]
/proc/loadavg: 2.10 2.05 1.94 3/89 25687
/proc/meminfo: memFree=1510336/2055920 swapFree=4192956/4192956
[pid=25404] ppid=25402 vsize=17772 CPUtime=38.38
/proc/25404/stat : 25404 (sugar) S 25402 25404 25190 0 -1 4194304 2300 63318 0 1 9 1 3777 51 16 0 1 0 29161107 18198528 1811 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25404/statm: 4443 1811 373 3 0 1543 0
[pid=25406] ppid=25404 vsize=0 CPUtime=0.82
/proc/25406/stat : 25406 (java) Z 25404 25404 25190 0 -1 1036 7919 0 1 0 75 7 0 0 18 0 1 0 29161112 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25406/statm: 0 0 0 0 0 0 0
[pid=25486] ppid=25404 vsize=55036 CPUtime=1760.85
/proc/25486/stat : 25486 (minisat) R 25404 25404 25190 0 -1 0 14294 0 0 0 176039 46 0 0 25 0 1 0 29165064 56356864 13247 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 13759 13247 52 112 0 13643 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 72808

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25404 and gives childrusage.ru_utime.tv_sec=37 childrusage.ru_utime.tv_usec=877241 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=536918
CPU time returned by wait4() is 38.4142
while last known CPU time is 1800.05

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

Real time (s): 1810.98
CPU time (s): 1800.05
CPU user time (s): 1799
CPU system time (s): 1.05
CPU usage (%): 99.3964
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8772
system time used= 0.536918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65703
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= 7659
involuntary context switches= 7622

runsolver used 2.27365 s user time and 5.79712 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 17:34:29 UTC 2007


IDJOB= 194977
IDBENCH= 3242
IDSOLVER= 86
FILE ID= node17/194977-1170092069

PBS_JOBID= 3689397

Free space on /tmp= 66549 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-27_ext.xml
COMMAND LINE= /tmp/evaluation/194977-1170092069/solver /tmp/evaluation/194977-1170092069 /tmp/evaluation/194977-1170092069/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-194977-1170092069 -o ROOT/results/node17/solver-194977-1170092069 -C 1800 -M 900  /tmp/evaluation/194977-1170092069/solver /tmp/evaluation/194977-1170092069 /tmp/evaluation/194977-1170092069/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  81766b12f834a6359457450a0ce6b25f

RANDOM SEED= 642710785

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.229
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.229
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:       1559592 kB
Buffers:         49328 kB
Cached:         261704 kB
SwapCached:          0 kB
Active:         274544 kB
Inactive:       152816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1172 kB
Writeback:           0 kB
Mapped:         136068 kB
Slab:            53768 kB
Committed_AS:   297792 kB
PageTables:       2280 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= 66551 MiB



End job on node17 on Mon Jan 29 18:04:40 UTC 2007