Trace number 229976

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 1805.04

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-13_ext.xml
MD5SUMe7cfb0c48020f68e238559d055c47b09
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 benchmark639.645
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints463
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension463
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/229976-1170106289/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229976-1170106289/unknown.xml [Mon Jan 29 22:31:29 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229976-1170106289/unknown.xml /tmp/evaluation/229976-1170106289/sugar27907.csp [Mon Jan 29 22:31:29 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229976-1170106289/sugar-v0-40.jar -convert /tmp/evaluation/229976-1170106289/unknown.xml /tmp/evaluation/229976-1170106289/sugar27907.csp
0.18	c BEGIN convert /tmp/evaluation/229976-1170106289/unknown.xml
0.91	c END convert (0.726186 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/229976-1170106289/sugar27907.csp 2149867 bytes (1 seconds) [Mon Jan 29 22:31:30 2007]
0.92	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229976-1170106289/sugar27907.bcnf [Mon Jan 29 22:31:30 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229976-1170106289/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229976-1170106289/sugar27907.map /tmp/evaluation/229976-1170106289/sugar27907.csp /tmp/evaluation/229976-1170106289/sugar27907.bcnf
1.08	c BEGIN parse /tmp/evaluation/229976-1170106289/sugar27907.csp
41.21	c END parse (40.123235 seconds)
41.21	c BEGIN simplify
41.37	c END simplify (0.159123 seconds)
41.37	c BEGIN encode /tmp/evaluation/229976-1170106289/sugar27907.bcnf
43.04	c END encode (1.67337 seconds)
43.21	c # GENERATE_SAT  END : 8920 variables 81966 clauses 10214728 bytes (42 seconds) [Mon Jan 29 22:32:12 2007]
43.21	c # GENERATE_SAT  CPU : 41.63 = 0.07 + 0.01 + 41 + 0.55
43.21	
43.21	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229976-1170106289/sugar27907.bcnf [Mon Jan 29 22:32:12 2007]
43.21	c # CMD : /tmp/evaluation/229976-1170106289/minisat /tmp/evaluation/229976-1170106289/sugar27907.bcnf /tmp/evaluation/229976-1170106289/sugar27907.out
43.46	c ==================================[MINISAT]===================================
43.46	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
43.46	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
43.46	c ==============================================================================
43.46	c |         0 |   81966  2471706 |   27322       0        0     nan |  0.000 % |
43.51	c |       100 |   81966  2471706 |   30054     100     4583    45.8 |  0.000 % |
43.59	c |       250 |   81966  2471706 |   33059     250     7340    29.4 |  0.000 % |
43.68	c |       476 |   81966  2471706 |   36365     476     9883    20.8 |  0.000 % |
43.82	c |       814 |   81967  2471706 |   40002     813    14530    17.9 |  0.000 % |
44.02	c |      1320 |   81967  2471706 |   44002    1319    23961    18.2 |  0.000 % |
44.45	c |      2081 |   81967  2471706 |   48402    2080    36093    17.4 |  0.000 % |
45.10	c |      3223 |   81969  2471706 |   53242    3220    55145    17.1 |  0.000 % |
46.03	c |      4931 |   81969  2471706 |   58567    4928    84630    17.2 |  0.000 % |
47.43	c |      7494 |   81971  2471706 |   64423    7489   139717    18.7 |  0.000 % |
49.69	c |     11338 |   81973  2471706 |   70866   11331   216548    19.1 |  0.000 % |
53.59	c |     17104 |   81974  2471706 |   77952   17096   366593    21.4 |  0.000 % |
60.50	c |     25754 |   81978  2471706 |   85748   25742   610100    23.7 |  0.000 % |
71.40	c |     38728 |   81983  2471706 |   94322   38711   985864    25.5 |  0.000 % |
91.19	c |     58191 |   81988  2471706 |  103755   58169  1747670    30.0 |  0.000 % |
126.88	c |     87384 |   81992  2471706 |  114130   87358  2762052    31.6 |  0.000 % |
184.83	c |    131173 |   81996  2471706 |  125543   32791  1188522    36.2 |  0.000 % |
260.24	c |    196858 |   82007  2471706 |  138098   98465  4164638    42.3 |  0.000 % |
382.43	c |    295384 |   82025  2471706 |  151908   73389  2218641    30.2 |  0.000 % |
597.42	c |    443173 |   82033  2471706 |  167098   85609  3624920    42.3 |  0.000 % |
939.88	c |    664856 |   82049  2471706 |  183808  158752  5037175    31.7 |  0.000 % |
1462.37	c |    997381 |   82069  2471706 |  202189  158992  5957484    37.5 |  0.000 % |
1803.97	
1803.97	s UNKNOWN
1803.97	c # INTERRUPTED
1803.97	c # MAIN  END :  (1804 seconds) [Mon Jan 29 23:01:33 2007]
1803.97	c # MAIN  CPU : 41.63 = 0.07 + 0.01 + 41 + 0.55
1803.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/node3/watcher-229976-1170106289 -o ROOT/results/node3/solver-229976-1170106289 -C 1800 -M 900 /tmp/evaluation/229976-1170106289/solver /tmp/evaluation/229976-1170106289 /tmp/evaluation/229976-1170106289/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: 3.39 3.42 3.23 6/94 27908
/proc/meminfo: memFree=1202304/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=5352 CPUtime=0
/proc/27907/stat : 27907 (solver) R 27905 27907 27586 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30583738 5480448 231 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632754983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27907/statm: 1338 231 193 169 0 49 0

[startup+0.114934 s]
/proc/loadavg: 3.39 3.42 3.23 6/94 27908
/proc/meminfo: memFree=1202304/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=13724 CPUtime=0.04
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30583738 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.526963 s]
/proc/loadavg: 3.39 3.42 3.23 6/94 27908
/proc/meminfo: memFree=1202304/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=13724 CPUtime=0.04
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30583738 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.35605 s]
/proc/loadavg: 3.39 3.42 3.23 4/103 27924
/proc/meminfo: memFree=1192824/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=13724 CPUtime=0.04
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30583738 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 3431 808 370 3 0 531 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27917] ppid=27907 vsize=807064 CPUtime=0.37
/proc/27917/stat : 27917 (java) R 27907 27907 27586 0 -1 0 6510 0 1 0 34 3 0 0 17 0 8 0 30583831 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073512827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27917/statm: 201766 6260 1494 14 0 189044 0
[pid=27917/tid=27918] ppid=27907 vsize=807064 CPUtime=0.02
/proc/27917/task/27918/stat : 27918 (java) S 27907 27907 27586 0 -1 64 458 0 0 0 2 0 0 0 16 0 8 0 30583838 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27919] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27919/stat : 27919 (java) S 27907 27907 27586 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583838 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27920] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27920/stat : 27920 (java) S 27907 27907 27586 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583838 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27921] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27921/stat : 27921 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30583842 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27922] ppid=27907 vsize=807064 CPUtime=0.05
/proc/27917/task/27922/stat : 27922 (java) R 27907 27907 27586 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30583842 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27923] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27923/stat : 27923 (java) S 27907 27907 27586 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30583842 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27924] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27924/stat : 27924 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583842 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.99517 s]
/proc/loadavg: 3.28 3.39 3.22 4/103 27924
/proc/meminfo: memFree=1163576/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=13724 CPUtime=0.04
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30583738 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 3431 808 370 3 0 531 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27917] ppid=27907 vsize=807064 CPUtime=1.99
/proc/27917/stat : 27917 (java) R 27907 27907 27586 0 -1 0 12915 0 1 0 193 6 0 0 25 0 8 0 30583831 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27917/statm: 201766 12651 1494 14 0 189044 0
[pid=27917/tid=27918] ppid=27907 vsize=807064 CPUtime=0.59
/proc/27917/task/27918/stat : 27918 (java) S 27907 27907 27586 0 -1 64 6849 0 0 0 56 3 0 0 16 0 8 0 30583838 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27919] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27919/stat : 27919 (java) S 27907 27907 27586 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583838 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27920] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27920/stat : 27920 (java) S 27907 27907 27586 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583838 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27921] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27921/stat : 27921 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30583842 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27922] ppid=27907 vsize=807064 CPUtime=0.06
/proc/27917/task/27922/stat : 27922 (java) S 27907 27907 27586 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30583842 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27923] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27923/stat : 27923 (java) S 27907 27907 27586 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30583842 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27924] ppid=27907 vsize=807064 CPUtime=0
/proc/27917/task/27924/stat : 27924 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583842 826433536 12651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.19644 s]
/proc/loadavg: 3.28 3.39 3.22 4/103 27924
/proc/meminfo: memFree=1108536/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=13724 CPUtime=0.04
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30583738 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 3431 808 370 3 0 531 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27917] ppid=27907 vsize=807328 CPUtime=5.16
/proc/27917/stat : 27917 (java) R 27907 27907 27586 0 -1 0 25234 0 1 0 502 14 0 0 25 0 8 0 30583831 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073536393 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27917/statm: 201832 24926 1506 14 0 189110 0
[pid=27917/tid=27918] ppid=27907 vsize=807328 CPUtime=1.3
/proc/27917/task/27918/stat : 27918 (java) S 27907 27907 27586 0 -1 64 18977 0 0 0 121 9 0 0 16 0 8 0 30583838 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27919] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27919/stat : 27919 (java) S 27907 27907 27586 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583838 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27920] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27920/stat : 27920 (java) S 27907 27907 27586 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583838 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27921] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27921/stat : 27921 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30583842 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27922] ppid=27907 vsize=807328 CPUtime=0.14
/proc/27917/task/27922/stat : 27922 (java) S 27907 27907 27586 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30583842 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27923] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27923/stat : 27923 (java) S 27907 27907 27586 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30583842 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27924] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27924/stat : 27924 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583842 826703872 24926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821052

[startup+12.66 s]
/proc/loadavg: 3.45 3.43 3.24 4/103 27924
/proc/meminfo: memFree=987064/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=13724 CPUtime=0.04
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30583738 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 3431 808 370 3 0 531 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27917] ppid=27907 vsize=807328 CPUtime=11.52
/proc/27917/stat : 27917 (java) R 27907 27907 27586 0 -1 0 54870 0 1 0 1121 31 0 0 25 0 8 0 30583831 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747543 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27917/statm: 201832 54114 1507 14 0 189110 0
[pid=27917/tid=27918] ppid=27907 vsize=807328 CPUtime=3.38
/proc/27917/task/27918/stat : 27918 (java) S 27907 27907 27586 0 -1 64 48455 0 0 0 312 26 0 0 16 0 8 0 30583838 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27919] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27919/stat : 27919 (java) S 27907 27907 27586 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583838 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27920] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27920/stat : 27920 (java) S 27907 27907 27586 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583838 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27921] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27921/stat : 27921 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27922] ppid=27907 vsize=807328 CPUtime=0.15
/proc/27917/task/27922/stat : 27922 (java) S 27907 27907 27586 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27923] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27923/stat : 27923 (java) S 27907 27907 27586 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27924] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27924/stat : 27924 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 821052

[startup+25.478 s]
/proc/loadavg: 3.38 3.41 3.23 4/103 27924
/proc/meminfo: memFree=987064/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=13724 CPUtime=0.04
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30583738 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 3431 808 370 3 0 531 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27917] ppid=27907 vsize=807328 CPUtime=24.17
/proc/27917/stat : 27917 (java) R 27907 27907 27586 0 -1 0 56212 0 1 0 2381 36 0 0 25 0 8 0 30583831 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27917/statm: 201832 54114 1507 14 0 189110 0
[pid=27917/tid=27918] ppid=27907 vsize=807328 CPUtime=8.53
/proc/27917/task/27918/stat : 27918 (java) R 27907 27907 27586 0 -1 64 49434 0 0 0 824 29 0 0 16 0 8 0 30583838 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827311 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27919] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27919/stat : 27919 (java) S 27907 27907 27586 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30583838 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27920] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27920/stat : 27920 (java) S 27907 27907 27586 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30583838 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27921] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27921/stat : 27921 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27922] ppid=27907 vsize=807328 CPUtime=0.15
/proc/27917/task/27922/stat : 27922 (java) S 27907 27907 27586 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27923] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27923/stat : 27923 (java) S 27907 27907 27586 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27917/tid=27924] ppid=27907 vsize=807328 CPUtime=0
/proc/27917/task/27924/stat : 27924 (java) S 27907 27907 27586 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30583842 826703872 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 821052

[startup+51.1261 s]
/proc/loadavg: 3.32 3.40 3.23 5/96 27925
/proc/meminfo: memFree=1169648/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=15644 CPUtime=7.83
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 4601 0 0 0 779 4 0 0 25 0 1 0 30588059 16019456 3562 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27925/statm: 3911 3562 52 112 0 3795 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 33808

[startup+102.353 s]
/proc/loadavg: 3.04 3.30 3.21 3/96 27925
/proc/meminfo: memFree=1161072/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0

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

/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 14681 0 0 0 119566 175 0 0 25 0 1 0 30588059 57778176 13626 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528302 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14106 13626 52 112 0 13990 0
Current children cumulated CPU time (s) 1239.91
Current children cumulated vsize (KiB) 74588

[startup+1303.2 s]
/proc/loadavg: 2.01 2.09 2.44 3/89 29255
/proc/meminfo: memFree=1410920/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=56808 CPUtime=1257.39
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 14774 0 0 0 125563 176 0 0 25 0 1 0 30588059 58171392 13719 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14202 13719 52 112 0 14086 0
Current children cumulated CPU time (s) 1299.89
Current children cumulated vsize (KiB) 74972

[startup+1363.22 s]
/proc/loadavg: 2.00 2.07 2.41 3/89 29255
/proc/meminfo: memFree=1410664/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=56944 CPUtime=1317.33
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 14811 0 0 0 131557 176 0 0 25 0 1 0 30588059 58310656 13756 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14236 13756 52 112 0 14120 0
Current children cumulated CPU time (s) 1359.83
Current children cumulated vsize (KiB) 75108

[startup+1423.25 s]
/proc/loadavg: 2.00 2.05 2.38 3/89 29255
/proc/meminfo: memFree=1410280/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=57212 CPUtime=1377.29
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 14888 0 0 0 137553 176 0 0 25 0 1 0 30588059 58585088 13833 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14303 13833 52 112 0 14187 0
Current children cumulated CPU time (s) 1419.79
Current children cumulated vsize (KiB) 75376

[startup+1483.27 s]
/proc/loadavg: 2.00 2.04 2.36 3/89 29255
/proc/meminfo: memFree=1409768/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=57660 CPUtime=1437.27
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 14989 0 0 0 143550 177 0 0 25 0 1 0 30588059 59043840 13934 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14415 13934 52 112 0 14299 0
Current children cumulated CPU time (s) 1479.77
Current children cumulated vsize (KiB) 75824

[startup+1543.31 s]
/proc/loadavg: 2.00 2.03 2.33 3/89 29255
/proc/meminfo: memFree=1409576/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=57740 CPUtime=1497.22
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 15032 0 0 0 149545 177 0 0 25 0 1 0 30588059 59125760 13961 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14435 13961 52 112 0 14319 0
Current children cumulated CPU time (s) 1539.72
Current children cumulated vsize (KiB) 75904

[startup+1603.33 s]
/proc/loadavg: 2.00 2.02 2.31 3/89 29255
/proc/meminfo: memFree=1409448/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=57740 CPUtime=1557.2
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 15036 0 0 0 155542 178 0 0 25 0 1 0 30588059 59125760 13965 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14435 13965 52 112 0 14319 0
Current children cumulated CPU time (s) 1599.7
Current children cumulated vsize (KiB) 75904

[startup+1663.35 s]
/proc/loadavg: 2.04 2.03 2.29 3/89 29255
/proc/meminfo: memFree=1409320/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=57740 CPUtime=1617.16
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 15041 0 0 0 161538 178 0 0 25 0 1 0 30588059 59125760 13970 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14435 13970 52 112 0 14319 0
Current children cumulated CPU time (s) 1659.66
Current children cumulated vsize (KiB) 75904

[startup+1723.38 s]
/proc/loadavg: 2.01 2.02 2.27 3/89 29255
/proc/meminfo: memFree=1409064/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=57904 CPUtime=1677.11
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 15077 0 0 0 167533 178 0 0 25 0 1 0 30588059 59293696 14006 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14476 14006 52 112 0 14360 0
Current children cumulated CPU time (s) 1719.61
Current children cumulated vsize (KiB) 76068

[startup+1783.41 s]
/proc/loadavg: 2.09 2.05 2.26 3/95 29327
/proc/meminfo: memFree=1406960/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=58068 CPUtime=1737.06
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 15110 0 0 0 173520 186 0 0 25 0 1 0 30588059 59461632 14039 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14517 14039 52 112 0 14401 0
Current children cumulated CPU time (s) 1779.56
Current children cumulated vsize (KiB) 76232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.97 s]
/proc/loadavg: 2.06 2.04 2.26 3/95 29359
/proc/meminfo: memFree=1407032/2055920 swapFree=4192812/4192956
[pid=27907] ppid=27905 vsize=18164 CPUtime=41.67
/proc/27907/stat : 27907 (sugar) S 27905 27907 27586 0 -1 4194304 2386 60884 0 1 10 2 4100 55 16 0 1 0 30583738 18599936 1896 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27907/statm: 4541 1896 373 3 0 1641 0
[pid=27909] ppid=27907 vsize=0 CPUtime=0.83
/proc/27909/stat : 27909 (java) Z 27907 27907 27586 0 -1 1036 7898 0 1 0 78 5 0 0 19 0 1 0 30583743 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27909/statm: 0 0 0 0 0 0 0
[pid=27925] ppid=27907 vsize=58068 CPUtime=1757.59
/proc/27925/stat : 27925 (minisat) R 27907 27907 27586 0 -1 0 15111 0 0 0 175567 192 0 0 25 0 1 0 30588059 59461632 14040 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27925/statm: 14517 14040 52 112 0 14401 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 76232

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27907 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=113749 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=582911
CPU time returned by wait4() is 41.6967
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): 1805.04
CPU time (s): 1800.1
CPU user time (s): 1797.55
CPU system time (s): 2.55
CPU usage (%): 99.7265
Max. virtual memory (cumulated for all children) (KiB): 822056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1137
system time used= 0.582911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63355
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= 8416
involuntary context switches= 9419

runsolver used 2.04069 s user time and 6.02408 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan 29 21:31:29 UTC 2007


IDJOB= 229976
IDBENCH= 6380
IDSOLVER= 86
FILE ID= node3/229976-1170106289

PBS_JOBID= 3689783

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e7cfb0c48020f68e238559d055c47b09

RANDOM SEED= 363071751

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:       1202784 kB
Buffers:         65532 kB
Cached:          68292 kB
SwapCached:          0 kB
Active:         717580 kB
Inactive:        77176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:         686360 kB
Slab:            42192 kB
Committed_AS:  1098412 kB
PageTables:       3252 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= 66446 MiB



End job on node3 on Mon Jan 29 22:01:34 UTC 2007