Trace number 194863

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.1 1806.8

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-9_ext.xml
MD5SUM5652de415cca1bc0740e414f52204966
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 benchmark740.976
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints459
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension459
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.12	c # Sugar v0-40 (/tmp/evaluation/194863-1170091930/sugar-v0-40.jar)
0.13	
0.13	c # MAIN  BEGIN : /tmp/evaluation/194863-1170091930/unknown.xml [Mon Jan 29 18:32:10 2007]
0.13	c # CONVERT_XML  BEGIN : /tmp/evaluation/194863-1170091930/unknown.xml /tmp/evaluation/194863-1170091930/sugar23384.csp [Mon Jan 29 18:32:11 2007]
0.13	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194863-1170091930/sugar-v0-40.jar -convert /tmp/evaluation/194863-1170091930/unknown.xml /tmp/evaluation/194863-1170091930/sugar23384.csp
0.42	c BEGIN convert /tmp/evaluation/194863-1170091930/unknown.xml
1.14	c END convert (0.721213 seconds)
1.16	c # CONVERT_XML  END : /tmp/evaluation/194863-1170091930/sugar23384.csp 2174066 bytes (1 seconds) [Mon Jan 29 18:32:12 2007]
1.16	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.16	
1.16	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194863-1170091930/sugar23384.bcnf [Mon Jan 29 18:32:12 2007]
1.16	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194863-1170091930/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194863-1170091930/sugar23384.map /tmp/evaluation/194863-1170091930/sugar23384.csp /tmp/evaluation/194863-1170091930/sugar23384.bcnf
1.27	c BEGIN parse /tmp/evaluation/194863-1170091930/sugar23384.csp
33.38	c END parse (32.105364 seconds)
33.38	c BEGIN simplify
33.52	c END simplify (0.14358 seconds)
33.52	c BEGIN encode /tmp/evaluation/194863-1170091930/sugar23384.bcnf
34.71	c END encode (1.189394 seconds)
34.83	c # GENERATE_SAT  END : 8386 variables 81611 clauses 10012260 bytes (33 seconds) [Mon Jan 29 18:32:45 2007]
34.84	c # GENERATE_SAT  CPU : 0.07 = 0.06 + 0.01 + 0 + 0
34.84	
34.84	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194863-1170091930/sugar23384.bcnf [Mon Jan 29 18:32:45 2007]
34.84	c # CMD : /tmp/evaluation/194863-1170091930/minisat /tmp/evaluation/194863-1170091930/sugar23384.bcnf /tmp/evaluation/194863-1170091930/sugar23384.out
35.06	c ==================================[MINISAT]===================================
35.06	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
35.06	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
35.06	c ==============================================================================
35.06	c |         0 |   81611  2421444 |   27203       0        0     nan |  0.000 % |
35.13	c |       100 |   81611  2421444 |   29923     100     3813    38.1 |  0.000 % |
35.19	c |       251 |   81611  2421444 |   32915     251     6177    24.6 |  0.000 % |
35.28	c |       476 |   81611  2421444 |   36207     476     9407    19.8 |  0.000 % |
35.42	c |       813 |   81611  2421444 |   39827     813    14559    17.9 |  0.000 % |
35.61	c |      1320 |   81611  2421444 |   43810    1320    22664    17.2 |  0.000 % |
35.99	c |      2079 |   81611  2421444 |   48191    2079    35011    16.8 |  0.000 % |
36.51	c |      3219 |   81611  2421444 |   53010    3219    52386    16.3 |  0.000 % |
37.34	c |      4927 |   81611  2421444 |   58312    4927    82472    16.7 |  0.000 % |
38.63	c |      7489 |   81614  2421444 |   64143    7486   141179    18.9 |  0.000 % |
40.73	c |     11334 |   81615  2421444 |   70557   11330   217603    19.2 |  0.000 % |
43.77	c |     17100 |   81615  2421444 |   77613   17096   327963    19.2 |  0.000 % |
48.85	c |     25749 |   81619  2421444 |   85374   25741   493062    19.2 |  0.000 % |
57.49	c |     38724 |   81620  2421444 |   93912   38715   768339    19.8 |  0.000 % |
73.46	c |     58185 |   81621  2421444 |  103303   58175  1202105    20.7 |  0.000 % |
102.69	c |     87383 |   81625  2421444 |  113633   87369  1931613    22.1 |  0.000 % |
150.53	c |    131174 |   81625  2421444 |  124997   35972   829903    23.1 |  0.000 % |
224.30	c |    196859 |   81630  2421444 |  137496  101652  2522851    24.8 |  0.000 % |
342.94	c |    295387 |   81639  2421444 |  151246   81099  2139607    26.4 |  0.000 % |
530.80	c |    443177 |   81653  2421444 |  166371   95383  2644771    27.7 |  0.000 % |
866.77	c |    664860 |   81669  2421444 |  183008  166552  6001867    36.0 |  0.000 % |
1423.52	c |    997385 |   81679  2421444 |  201308  177528  5410196    30.5 |  0.000 % |
1805.16	
1805.16	s UNKNOWN
1805.16	c # INTERRUPTED
1805.16	c # MAIN  END :  (1806 seconds) [Mon Jan 29 19:02:16 2007]
1805.16	c # MAIN  CPU : 0.07 = 0.06 + 0.01 + 0 + 0
1805.16	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-194863-1170091930 -o ROOT/results/node3/solver-194863-1170091930 -C 1800 -M 900 /tmp/evaluation/194863-1170091930/solver /tmp/evaluation/194863-1170091930 /tmp/evaluation/194863-1170091930/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.22 2.54 1.95 2/78 23385
/proc/meminfo: memFree=1883160/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=5352 CPUtime=0
/proc/23384/stat : 23384 (solver) D 23382 23384 22721 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29147887 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 233632754983 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/23384/statm: 1338 231 193 169 0 49 0

[startup+0.101975 s]
/proc/loadavg: 2.22 2.54 1.95 2/78 23385
/proc/meminfo: memFree=1883160/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=12668 CPUtime=0.01
/proc/23384/stat : 23384 (sugar) D 23382 23384 22721 0 -1 4194304 776 0 4 0 1 0 0 0 18 0 1 0 29147887 12972032 499 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23384/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12668

[startup+0.51001 s]
/proc/loadavg: 2.22 2.54 1.95 2/78 23385
/proc/meminfo: memFree=1883160/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=13724 CPUtime=0.03
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 1117 0 4 0 3 0 0 0 15 0 1 0 29147887 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33108 s]
/proc/loadavg: 2.12 2.52 1.94 2/86 23393
/proc/meminfo: memFree=1847640/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=13724 CPUtime=0.03
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 1184 0 4 0 3 0 0 0 15 0 1 0 29147887 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 3431 808 370 3 0 531 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 13724

[startup+2.97422 s]
/proc/loadavg: 2.12 2.52 1.94 2/87 23401
/proc/meminfo: memFree=1838552/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=13724 CPUtime=0.03
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 1184 0 4 0 3 0 0 0 15 0 1 0 29147887 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 3431 808 370 3 0 531 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=807064 CPUtime=1.8
/proc/23394/stat : 23394 (java) R 23384 23384 22721 0 -1 0 12933 0 1 0 174 6 0 0 17 0 8 0 29148003 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073564231 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23394/statm: 201766 12669 1494 14 0 189044 0
[pid=23394/tid=23395] ppid=23384 vsize=807064 CPUtime=0.47
/proc/23394/task/23395/stat : 23395 (java) S 23384 23384 22721 0 -1 64 6868 0 0 0 44 3 0 0 16 0 8 0 29148006 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23394/tid=23396] ppid=23384 vsize=807064 CPUtime=0
/proc/23394/task/23396/stat : 23396 (java) S 23384 23384 22721 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29148007 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23397] ppid=23384 vsize=807064 CPUtime=0
/proc/23394/task/23397/stat : 23397 (java) S 23384 23384 22721 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29148007 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23398] ppid=23384 vsize=807064 CPUtime=0
/proc/23394/task/23398/stat : 23398 (java) S 23384 23384 22721 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29148010 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23399] ppid=23384 vsize=807064 CPUtime=0.04
/proc/23394/task/23399/stat : 23399 (java) S 23384 23384 22721 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 29148010 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23400] ppid=23384 vsize=807064 CPUtime=0
/proc/23394/task/23400/stat : 23400 (java) S 23384 23384 22721 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29148010 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23401] ppid=23384 vsize=807064 CPUtime=0
/proc/23394/task/23401/stat : 23401 (java) S 23384 23384 22721 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29148010 826433536 12669 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 820788

[startup+6.26949 s]
/proc/loadavg: 2.12 2.52 1.94 2/87 23401
/proc/meminfo: memFree=1755288/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=13724 CPUtime=0.03
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 1184 0 4 0 3 0 0 0 15 0 1 0 29147887 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 3431 808 370 3 0 531 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=807336 CPUtime=5.07
/proc/23394/stat : 23394 (java) S 23384 23384 22721 0 -1 0 37003 0 1 0 493 14 0 0 16 0 8 0 29148003 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23394/statm: 201834 36638 1506 14 0 189112 0
[pid=23394/tid=23395] ppid=23384 vsize=807336 CPUtime=1.53
/proc/23394/task/23395/stat : 23395 (java) R 23384 23384 22721 0 -1 64 30685 0 0 0 142 11 0 0 16 0 8 0 29148006 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23396] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23396/stat : 23396 (java) S 23384 23384 22721 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29148007 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23397] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23397/stat : 23397 (java) S 23384 23384 22721 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29148007 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23398] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23398/stat : 23398 (java) S 23384 23384 22721 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29148010 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23399] ppid=23384 vsize=807336 CPUtime=0.12
/proc/23394/task/23399/stat : 23399 (java) S 23384 23384 22721 0 -1 64 401 0 0 0 12 0 0 0 15 0 8 0 29148010 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23400] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23400/stat : 23400 (java) S 23384 23384 22721 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29148010 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23401] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23401/stat : 23401 (java) S 23384 23384 22721 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29148010 826712064 36638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 821060

[startup+12.7622 s]
/proc/loadavg: 1.95 2.47 1.93 2/87 23401
/proc/meminfo: memFree=1660248/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=13724 CPUtime=0.03
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 1184 0 4 0 3 0 0 0 15 0 1 0 29147887 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 3431 808 370 3 0 531 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=807588 CPUtime=11.55
/proc/23394/stat : 23394 (java) S 23384 23384 22721 0 -1 0 54974 0 1 0 1133 22 0 0 17 0 8 0 29148003 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23394/statm: 201897 54323 1507 14 0 189175 0
[pid=23394/tid=23395] ppid=23384 vsize=807588 CPUtime=3.79
/proc/23394/task/23395/stat : 23395 (java) R 23384 23384 22721 0 -1 64 48438 0 0 0 361 18 0 0 16 0 8 0 29148006 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022742 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23396] ppid=23384 vsize=807588 CPUtime=0
/proc/23394/task/23396/stat : 23396 (java) S 23384 23384 22721 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29148007 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23397] ppid=23384 vsize=807588 CPUtime=0
/proc/23394/task/23397/stat : 23397 (java) S 23384 23384 22721 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29148007 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23398] ppid=23384 vsize=807588 CPUtime=0
/proc/23394/task/23398/stat : 23398 (java) S 23384 23384 22721 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29148010 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23399] ppid=23384 vsize=807588 CPUtime=0.13
/proc/23394/task/23399/stat : 23399 (java) S 23384 23384 22721 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29148010 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23400] ppid=23384 vsize=807588 CPUtime=0
/proc/23394/task/23400/stat : 23400 (java) S 23384 23384 22721 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29148010 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23401] ppid=23384 vsize=807588 CPUtime=0
/proc/23394/task/23401/stat : 23401 (java) S 23384 23384 22721 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29148010 826970112 54323 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 821312

[startup+25.6403 s]
/proc/loadavg: 1.80 2.42 1.92 2/87 23401
/proc/meminfo: memFree=1660440/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=13724 CPUtime=0.03
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 1184 0 4 0 3 0 0 0 15 0 1 0 29147887 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 3431 808 370 3 0 531 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=807336 CPUtime=24.42
/proc/23394/stat : 23394 (java) R 23384 23384 22721 0 -1 0 56349 0 1 0 2415 27 0 0 16 0 8 0 29148003 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332572 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23394/statm: 201834 54113 1507 14 0 189112 0
[pid=23394/tid=23395] ppid=23384 vsize=807336 CPUtime=8.79
/proc/23394/task/23395/stat : 23395 (java) S 23384 23384 22721 0 -1 64 49379 0 0 0 858 21 0 0 16 0 8 0 29148006 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23396] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23396/stat : 23396 (java) S 23384 23384 22721 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29148007 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23397] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23397/stat : 23397 (java) S 23384 23384 22721 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29148007 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23398] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23398/stat : 23398 (java) S 23384 23384 22721 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29148010 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23399] ppid=23384 vsize=807336 CPUtime=0.13
/proc/23394/task/23399/stat : 23399 (java) S 23384 23384 22721 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29148010 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23400] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23400/stat : 23400 (java) S 23384 23384 22721 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29148010 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23394/tid=23401] ppid=23384 vsize=807336 CPUtime=0
/proc/23394/task/23401/stat : 23401 (java) S 23384 23384 22721 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29148010 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.25
Current children cumulated vsize (KiB) 821060

[startup+51.2434 s]
/proc/loadavg: 1.48 2.28 1.89 2/81 23402
/proc/meminfo: memFree=1841744/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=17204 CPUtime=16.38
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 4976 0 0 0 1635 3 0 0 25 0 1 0 29151371 17616896 3937 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 0 0 0
/proc/23402/statm: 4301 3937 52 112 0 4185 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 34844

[startup+102.467 s]
/proc/loadavg: 1.21 2.08 1.84 2/81 23402
/proc/meminfo: memFree=1834640/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=24608 CPUtime=67.59
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 6808 0 0 0 6754 5 0 0 25 0 1 0 29151371 25198592 5769 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/23402/statm: 6152 5769 52 112 0 6036 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 42248

[startup+162.515 s]
/proc/loadavg: 1.07 1.88 1.79 2/81 23402

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

/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=51628 CPUtime=1325.67
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 13421 0 0 0 132127 440 0 0 25 0 1 0 29151371 52867072 12374 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 12907 12374 52 112 0 12791 0
Current children cumulated CPU time (s) 1360.05
Current children cumulated vsize (KiB) 69268

[startup+1423.78 s]
/proc/loadavg: 3.47 3.28 2.73 3/98 23487
/proc/meminfo: memFree=17664/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=51772 CPUtime=1385.63
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 13451 0 0 0 138099 464 0 0 25 0 1 0 29151371 53014528 12404 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 12943 12404 52 112 0 12827 0
Current children cumulated CPU time (s) 1420.01
Current children cumulated vsize (KiB) 69412

[startup+1483.8 s]
/proc/loadavg: 2.81 3.12 2.71 3/98 23487
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=52264 CPUtime=1445.54
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 13566 0 0 0 144067 487 0 0 25 0 1 0 29151371 53518336 12519 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 13066 12519 52 112 0 12950 0
Current children cumulated CPU time (s) 1479.92
Current children cumulated vsize (KiB) 69904

[startup+1543.86 s]
/proc/loadavg: 2.46 2.96 2.68 3/98 23487
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=52264 CPUtime=1505.49
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 13580 0 0 0 150039 510 0 0 25 0 1 0 29151371 53518336 12533 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525475 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 13066 12533 52 112 0 12950 0
Current children cumulated CPU time (s) 1539.87
Current children cumulated vsize (KiB) 69904

[startup+1603.87 s]
/proc/loadavg: 2.83 2.96 2.70 3/98 23487
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=52604 CPUtime=1565.37
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 13644 0 0 0 156002 535 0 0 25 0 1 0 29151371 53866496 12597 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527286 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 13151 12597 52 112 0 13035 0
Current children cumulated CPU time (s) 1599.75
Current children cumulated vsize (KiB) 70244

[startup+1663.89 s]
/proc/loadavg: 3.08 3.00 2.73 3/98 23487
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=52900 CPUtime=1625.26
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 13715 0 0 0 161967 559 0 0 25 0 1 0 29151371 54169600 12668 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 13225 12668 52 112 0 13109 0
Current children cumulated CPU time (s) 1659.64
Current children cumulated vsize (KiB) 70540

[startup+1723.98 s]
/proc/loadavg: 3.23 3.05 2.75 3/98 23487
/proc/meminfo: memFree=15424/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=53100 CPUtime=1684.86
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 13757 0 0 0 167904 582 0 0 25 0 1 0 29151371 54374400 12710 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 13275 12710 52 112 0 13159 0
Current children cumulated CPU time (s) 1719.24
Current children cumulated vsize (KiB) 70740

[startup+1784.08 s]
/proc/loadavg: 3.89 3.30 2.86 3/104 23603
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=54148 CPUtime=1744.71
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 14051 0 0 0 173868 603 0 0 25 0 1 0 29151371 55447552 13004 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 13537 13004 52 112 0 13421 0
Current children cumulated CPU time (s) 1779.09
Current children cumulated vsize (KiB) 71788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.16 s]
/proc/loadavg: 3.49 3.25 2.85 3/104 23651
/proc/meminfo: memFree=15632/2055920 swapFree=4192812/4192956
[pid=23384] ppid=23382 vsize=17640 CPUtime=0.1
/proc/23384/stat : 23384 (sugar) S 23382 23384 22721 0 -1 4194304 2267 0 4 0 9 1 0 0 16 0 1 0 29147887 18063360 1782 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23384/statm: 4410 1782 373 3 0 1510 0
[pid=23386] ppid=23384 vsize=0 CPUtime=0.8
/proc/23386/stat : 23386 (java) Z 23384 23384 22721 0 -1 1036 7874 0 30 0 72 8 0 0 16 0 1 0 29147900 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23394] ppid=23384 vsize=0 CPUtime=33.48
/proc/23394/stat : 23394 (java) Z 23384 23384 22721 0 -1 1036 61486 0 3 0 3312 36 0 0 16 0 1 0 29148003 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23394/statm: 0 0 0 0 0 0 0
[pid=23402] ppid=23384 vsize=54308 CPUtime=1765.71
/proc/23402/stat : 23402 (minisat) R 23384 23384 22721 0 -1 0 14058 0 0 0 175959 612 0 0 25 0 1 0 29151371 55611392 13011 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 13577 13011 52 112 0 13461 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 71948

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23384 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=92985 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=17997
CPU time returned by wait4() is 0.110982
while last known CPU time is 1800.1

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

Real time (s): 1806.8
CPU time (s): 1800.1
CPU user time (s): 1793.52
CPU system time (s): 6.58
CPU usage (%): 99.629
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.092985
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2353
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88
involuntary context switches= 14

runsolver used 2.09968 s user time and 5.87411 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan 29 17:32:10 UTC 2007


IDJOB= 194863
IDBENCH= 3236
IDSOLVER= 86
FILE ID= node3/194863-1170091930

PBS_JOBID= 3689392

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5652de415cca1bc0740e414f52204966

RANDOM SEED= 273396357

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1883832 kB
Buffers:         32788 kB
Cached:          37592 kB
SwapCached:          0 kB
Active:          89872 kB
Inactive:        35464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:          73852 kB
Slab:            32400 kB
Committed_AS:   181684 kB
PageTables:       1656 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= 40373 MiB



End job on node3 on Mon Jan 29 18:02:18 UTC 2007