Trace number 2064922

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.14.6+minisat? (TO) 1800.07 1820.44

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-37_ext.xml
MD5SUM2a12a9cdf693fd05cdae763dc502b9a1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:29:03 2009
0.00/0.08	c 0	PID 15890
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064922-1247336942.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064922-1247336942.xml' 'HOME/temp.csp'
2.45/2.51	c 2	1 domains, 28 variables, 0 predicates, 93 relations, 93 constraints
2.45/2.54	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.45/2.54	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.49/2.61	c 3	Parsing HOME/temp.csp
7.37/9.45	c 9	parsed 215 expressions
7.37/9.46	c 9	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.37/9.46	c 9	Converting to clausal form CSP
7.37/9.47	c 9	converted 22 (10%) expressions
7.47/9.53	c 10	converted 43 (20%) expressions
7.47/9.58	c 10	converted 65 (30%) expressions
7.47/9.60	c 10	converted 86 (40%) expressions
7.56/9.65	c 10	converted 108 (50%) expressions
8.36/10.49	c 10	converted 129 (60%) expressions
8.95/11.08	c 11	converted 151 (70%) expressions
9.44/11.56	c 12	converted 172 (80%) expressions
9.94/12.03	c 12	converted 194 (90%) expressions
10.34/12.44	c 12	converted 215 (100%) expressions
10.34/12.44	c 12	CSP : 28 integers, 0 booleans, 93 clauses, largest domain size 28
10.34/12.44	c 12	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.34/12.44	c 12	Propagation in CSP
10.34/12.44	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.34/12.44	c 12	CSP : 28 integers, 0 booleans, 93 clauses, largest domain size 28
10.34/12.44	c 12	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.34/12.44	c 12	Simplifing CSP by introducing new Boolean variables
10.34/12.44	c 12	CSP : 28 integers, 0 booleans, 93 clauses, largest domain size 28
10.34/12.44	c 12	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.73/12.89	c 13	Encoding CSP to SAT : HOME/temp.cnf
10.73/12.89	c 13	3 (10%) CSP integer variables are encoded (78 clauses, 749 bytes)
10.83/12.90	c 13	6 (20%) CSP integer variables are encoded (156 clauses, 1572 bytes)
10.83/12.90	c 13	9 (30%) CSP integer variables are encoded (234 clauses, 2430 bytes)
10.83/12.90	c 13	12 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
10.83/12.90	c 13	14 (50%) CSP integer variables are encoded (364 clauses, 3860 bytes)
10.83/12.91	c 13	17 (60%) CSP integer variables are encoded (442 clauses, 4718 bytes)
10.83/12.91	c 13	20 (70%) CSP integer variables are encoded (520 clauses, 5576 bytes)
10.83/12.91	c 13	23 (80%) CSP integer variables are encoded (598 clauses, 6434 bytes)
10.83/12.91	c 13	26 (90%) CSP integer variables are encoded (676 clauses, 7292 bytes)
10.83/12.91	c 13	28 (100%) CSP integer variables are encoded (728 clauses, 7864 bytes)
11.70/14.06	c 14	10 (10%) CSP clauses are encoded (49570 clauses, 1193526 bytes)
12.50/14.84	c 15	19 (20%) CSP clauses are encoded (93485 clauses, 2309136 bytes)
13.30/15.61	c 16	28 (30%) CSP clauses are encoded (137407 clauses, 3415628 bytes)
14.08/16.46	c 16	38 (40%) CSP clauses are encoded (186176 clauses, 4683758 bytes)
14.87/17.24	c 17	47 (50%) CSP clauses are encoded (230066 clauses, 5885949 bytes)
15.67/18.03	c 18	56 (60%) CSP clauses are encoded (274044 clauses, 7091261 bytes)
16.45/18.90	c 19	66 (70%) CSP clauses are encoded (322689 clauses, 8423912 bytes)
17.25/19.67	c 20	75 (80%) CSP clauses are encoded (366592 clauses, 9626895 bytes)
18.03/20.46	c 20	84 (90%) CSP clauses are encoded (410714 clauses, 10835604 bytes)
18.83/21.25	c 21	93 (100%) CSP clauses are encoded (454720 clauses, 12041190 bytes)
18.83/21.25	c 21	93 CSP clauses encoded
18.83/21.25	c 21	Writing map file : HOME/temp.map
18.83/21.25	c 21	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.83/21.25	c 21	SAT : 756 SAT variables, 454720 SAT clauses, 12041190 bytes
18.83/21.25	c 21	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.90/21.31	c 21	SOLVING HOME/temp.cnf
18.90/21.31	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.90/21.31	c 21	This is MiniSat 2.0 beta
18.90/21.31	c 21	WARNING: for repeatability, setting FPU to use double precision
18.90/21.31	c 21	============================[ Problem Statistics ]=============================
18.90/21.31	c 21	|                                                                             |
18.90/21.31	c 21	|  Number of variables:  756                                                  |
18.90/21.31	c 21	|  Number of clauses:    454720                                               |
18.93/21.61	c 22	|  Parsing time:         0.26         s                                       |
18.93/21.63	c 22	============================[ Search Statistics ]==============================
18.93/21.63	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.93/21.63	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.93/21.63	c 22	===============================================================================
18.93/21.63	c 22	|         0 |     756   454720  2563578 |   151573        0    nan |  0.000 % |
18.93/21.89	c 22	|       100 |     756   454720  2563578 |   166730      100     14 |  0.000 % |
19.80/22.24	c 22	|       250 |     756   454720  2563578 |   183403      250     14 |  0.005 % |
20.29/22.78	c 23	|       476 |     756   454720  2563578 |   201744      476     13 |  0.005 % |
21.28/23.71	c 24	|       813 |     756   454720  2563578 |   221918      813     13 |  0.005 % |
22.57/25.00	c 25	|      1321 |     756   454720  2563578 |   244110     1321     13 |  0.005 % |
24.25/26.77	c 27	|      2081 |     756   454720  2563578 |   268521     2081     14 |  0.005 % |
26.72/29.24	c 29	|      3220 |     756   454720  2563578 |   295373     3220     15 |  0.000 % |
30.68/33.25	c 33	|      4928 |     756   454720  2563578 |   324910     4928     16 |  0.005 % |
35.22/37.89	c 38	|      7490 |     756   454720  2563578 |   357401     7490     16 |  0.005 % |
40.86/43.57	c 44	|     11335 |     756   454720  2563578 |   393142    11335     16 |  0.005 % |
49.88/52.66	c 53	|     17101 |     756   454720  2563578 |   432456    17101     16 |  0.004 % |
65.32/68.21	c 68	|     25750 |     756   454720  2563578 |   475702    25750     17 |  0.004 % |
83.04/86.11	c 86	|     38724 |     756   454720  2563578 |   523272    38724     18 |  0.004 % |
124.13/127.60	c 128	|     58185 |     756   454720  2563578 |   575599    58185     18 |  0.005 % |
187.21/191.30	c 191	|     87377 |     756   454720  2563578 |   633159    87377     19 |  0.005 % |
299.11/304.37	c 304	|    131166 |     756   454720  2563578 |   696475   131166     19 |  0.005 % |
484.58/491.64	c 492	|    196851 |     756   454720  2563578 |   766122   196851     19 |  0.005 % |
821.64/832.03	c 832	|    295377 |     756   454720  2563578 |   842735   295377     20 |  0.005 % |
1415.61/1432.22	c 1432	|    443168 |     756   454720  2563578 |   927008   443168     20 |  0.005 % |
1800.07/1820.42	c ERROR INTERRUPTED
1800.07/1820.42	s UNKNOWN
1800.07/1820.42	c 1820	CPU 18.93 (0.05 0.02 18.33 0.53)
1800.07/1820.42	c 1820	END Sat Jul 11 20:59:23 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064922-1247336942/watcher-2064922-1247336942 -o /tmp/evaluation-result-2064922-1247336942/solver-2064922-1247336942 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064922-1247336942.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.09 4/81 15890
/proc/meminfo: memFree=1843616/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=12268 CPUtime=0
/proc/15890/stat : 15890 (sugar) R 15888 15890 15341 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20760931 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 0 4224 0 0 0 0 17 1 0 0
/proc/15890/statm: 3067 316 241 3 0 167 0

[startup+0.163486 s]
/proc/loadavg: 2.07 2.02 2.09 4/81 15890
/proc/meminfo: memFree=1843616/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=0.06
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202493 s]
/proc/loadavg: 2.07 2.02 2.09 4/81 15890
/proc/meminfo: memFree=1843616/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=0.06
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302501 s]
/proc/loadavg: 2.07 2.02 2.09 4/81 15890
/proc/meminfo: memFree=1843616/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=0.06
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70255 s]
/proc/loadavg: 2.07 2.02 2.09 4/81 15890
/proc/meminfo: memFree=1843616/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=0.06
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 2.15 2.03 2.09 3/92 15902
/proc/meminfo: memFree=1809904/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=0.06
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
[pid=15893] ppid=15890 vsize=5356 CPUtime=0
/proc/15893/stat : 15893 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 20760939 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15893/statm: 1339 233 193 169 0 50 0
[pid=15894] ppid=15893 vsize=864160 CPUtime=1.4
/proc/15894/stat : 15894 (java) S 15893 15890 15341 0 -1 0 10919 0 1 0 132 8 0 0 18 0 9 0 20760939 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15894/statm: 216040 10104 2553 9 0 210552 0
[pid=15894/tid=15895] ppid=15893 vsize=864160 CPUtime=1.15
/proc/15894/task/15895/stat : 15895 (java) R 15893 15890 15341 0 -1 64 3000 0 1 0 111 4 0 0 25 0 9 0 20760940 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4126560892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15894/tid=15896] ppid=15893 vsize=864160 CPUtime=0.16
/proc/15894/task/15896/stat : 15896 (java) S 15893 15890 15341 0 -1 64 6883 0 0 0 13 3 0 0 15 0 9 0 20760941 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15894/tid=15897] ppid=15893 vsize=864160 CPUtime=0
/proc/15894/task/15897/stat : 15897 (java) S 15893 15890 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20760942 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15894/tid=15898] ppid=15893 vsize=864160 CPUtime=0
/proc/15894/task/15898/stat : 15898 (java) S 15893 15890 15341 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20760942 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15894/tid=15899] ppid=15893 vsize=864160 CPUtime=0
/proc/15894/task/15899/stat : 15899 (java) S 15893 15890 15341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20760944 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15894/tid=15900] ppid=15893 vsize=864160 CPUtime=0.06
/proc/15894/task/15900/stat : 15900 (java) S 15893 15890 15341 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 20760944 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15894/tid=15901] ppid=15893 vsize=864160 CPUtime=0
/proc/15894/task/15901/stat : 15901 (java) S 15893 15890 15341 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20760944 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15894/tid=15902] ppid=15893 vsize=864160 CPUtime=0
/proc/15894/task/15902/stat : 15902 (java) S 15893 15890 15341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20760944 884899840 10104 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886384

[startup+3.10183 s]
/proc/loadavg: 2.15 2.03 2.09 3/92 15902
/proc/meminfo: memFree=1798832/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=2.49
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1309 13817 0 1 5 2 229 13 15 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 16868

[startup+6.30196 s]
/proc/loadavg: 2.29 2.07 2.10 5/92 15912
/proc/meminfo: memFree=1793904/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=2.49
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1309 13817 0 1 5 2 229 13 15 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
[pid=15903] ppid=15890 vsize=5356 CPUtime=0
/proc/15903/stat : 15903 (sh) S 15890 15890 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20761185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15903/statm: 1339 233 193 169 0 50 0
[pid=15904] ppid=15903 vsize=862284 CPUtime=2.43
/proc/15904/stat : 15904 (java) S 15903 15890 15341 0 -1 0 14403 0 1 0 236 7 0 0 18 0 9 0 20761185 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15904/statm: 215571 13517 2158 9 0 210484 0
[pid=15904/tid=15905] ppid=15903 vsize=862284 CPUtime=1.49
/proc/15904/task/15905/stat : 15905 (java) R 15903 15890 15341 0 -1 64 2585 0 1 0 147 2 0 0 25 0 9 0 20761186 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15906] ppid=15903 vsize=862284 CPUtime=0.88
/proc/15904/task/15906/stat : 15906 (java) R 15903 15890 15341 0 -1 64 10808 0 0 0 84 4 0 0 17 0 9 0 20761187 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 102381474 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15907] ppid=15903 vsize=862284 CPUtime=0
/proc/15904/task/15907/stat : 15907 (java) S 15903 15890 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20761187 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15908] ppid=15903 vsize=862284 CPUtime=0
/proc/15904/task/15908/stat : 15908 (java) S 15903 15890 15341 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20761187 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15909] ppid=15903 vsize=862284 CPUtime=0
/proc/15904/task/15909/stat : 15909 (java) S 15903 15890 15341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20761189 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15910] ppid=15903 vsize=862284 CPUtime=0.03
/proc/15904/task/15910/stat : 15910 (java) S 15903 15890 15341 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 20761189 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15911] ppid=15903 vsize=862284 CPUtime=0
/proc/15904/task/15911/stat : 15911 (java) S 15903 15890 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20761189 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15912] ppid=15903 vsize=862284 CPUtime=0
/proc/15904/task/15912/stat : 15912 (java) S 15903 15890 15341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20761189 882978816 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 884508
heavy processes:

[startup+12.703 s]
/proc/loadavg: 2.35 2.08 2.11 4/92 15912
/proc/meminfo: memFree=1661112/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=2.49
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1310 13817 0 1 5 2 229 13 15 0 1 0 20760931 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1111 409 3 0 796 0
[pid=15903] ppid=15890 vsize=5356 CPUtime=0
/proc/15903/stat : 15903 (sh) S 15890 15890 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20761185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15903/statm: 1339 233 193 169 0 50 0
[pid=15904] ppid=15903 vsize=864208 CPUtime=8.14
/proc/15904/stat : 15904 (java) S 15903 15890 15341 0 -1 0 67850 0 1 0 785 29 0 0 18 0 9 0 20761185 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15904/statm: 216052 46465 2567 9 0 210557 0
[pid=15904/tid=15905] ppid=15903 vsize=864208 CPUtime=4.3
/proc/15904/task/15905/stat : 15905 (java) R 15903 15890 15341 0 -1 64 4423 0 1 0 427 3 0 0 25 0 9 0 20761186 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15906] ppid=15903 vsize=864208 CPUtime=3.78
/proc/15904/task/15906/stat : 15906 (java) R 15903 15890 15341 0 -1 64 62404 0 0 0 353 25 0 0 16 0 9 0 20761187 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 102381810 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15907] ppid=15903 vsize=864208 CPUtime=0
/proc/15904/task/15907/stat : 15907 (java) S 15903 15890 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20761187 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15908] ppid=15903 vsize=864208 CPUtime=0
/proc/15904/task/15908/stat : 15908 (java) S 15903 15890 15341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20761187 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15909] ppid=15903 vsize=864208 CPUtime=0
/proc/15904/task/15909/stat : 15909 (java) S 15903 15890 15341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20761189 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15910] ppid=15903 vsize=864208 CPUtime=0.05
/proc/15904/task/15910/stat : 15910 (java) S 15903 15890 15341 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 20761189 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15911] ppid=15903 vsize=864208 CPUtime=0
/proc/15904/task/15911/stat : 15911 (java) S 15903 15890 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20761189 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15912] ppid=15903 vsize=864208 CPUtime=0
/proc/15904/task/15912/stat : 15912 (java) S 15903 15890 15341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20761189 884948992 46465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.63
Current children cumulated vsize (KiB) 886432

[startup+25.5075 s]
/proc/loadavg: 2.58 2.14 2.13 3/84 15914
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=28608 CPUtime=4.14
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 7064 0 0 0 410 4 0 0 25 0 1 0 20763062 29294592 7050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 7152 7050 75 150 0 6999 0
Current children cumulated CPU time (s) 23.07
Current children cumulated vsize (KiB) 50832

[startup+51.1025 s]
/proc/loadavg: 2.45 2.15 2.13 3/84 15914
/proc/meminfo: memFree=1790840/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=30428 CPUtime=29.46
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 7517 0 0 0 2941 5 0 0 25 0 1 0 20763062 31158272 7503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 7607 7503 75 150 0 7454 0
Current children cumulated CPU time (s) 48.39
Current children cumulated vsize (KiB) 52652

[startup+102.303 s]
/proc/loadavg: 2.19 2.12 2.12 3/84 15914
/proc/meminfo: memFree=1787320/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=33992 CPUtime=80.15
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 8393 0 0 0 8009 6 0 0 25 0 1 0 20763062 34807808 8379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 8498 8379 75 150 0 8345 0

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

/proc/meminfo: memFree=1659512/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=76592 CPUtime=1327.45
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 18903 0 0 0 132721 24 0 0 25 0 1 0 20763062 78430208 18889 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 19148 18889 75 150 0 18995 0
Current children cumulated CPU time (s) 1346.38
Current children cumulated vsize (KiB) 98816

[startup+1422.3 s]
/proc/loadavg: 2.00 2.22 2.25 3/85 16000
/proc/meminfo: memFree=1657664/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=78336 CPUtime=1386.88
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 19351 0 0 0 138664 24 0 0 25 0 1 0 20763062 80216064 19337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 19584 19337 75 150 0 19431 0
Current children cumulated CPU time (s) 1405.81
Current children cumulated vsize (KiB) 100560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.18 2.24 3/85 16000
/proc/meminfo: memFree=1652160/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=80188 CPUtime=1446.3
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 19804 0 0 0 144605 25 0 0 25 0 1 0 20763062 82112512 19790 996147200 134512640 135127466 4294956256 18446744073709551615 134528546 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 20047 19790 75 150 0 19894 0
Current children cumulated CPU time (s) 1465.23
Current children cumulated vsize (KiB) 102412

[startup+1542.3 s]
/proc/loadavg: 2.05 2.16 2.22 3/85 16000
/proc/meminfo: memFree=1556288/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=82784 CPUtime=1505.72
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 20232 0 0 0 150547 25 0 0 25 0 1 0 20763062 84770816 20218 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 20696 20218 75 150 0 20543 0
Current children cumulated CPU time (s) 1524.65
Current children cumulated vsize (KiB) 105008

[startup+1602.3 s]
/proc/loadavg: 2.02 2.13 2.21 3/85 16000
/proc/meminfo: memFree=1554752/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=84140 CPUtime=1565.14
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 20593 0 0 0 156488 26 0 0 25 0 1 0 20763062 86159360 20579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 21035 20579 75 150 0 20882 0
Current children cumulated CPU time (s) 1584.07
Current children cumulated vsize (KiB) 106364

[startup+1662.31 s]
/proc/loadavg: 2.00 2.10 2.19 3/85 16000
/proc/meminfo: memFree=1553216/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=85504 CPUtime=1624.56
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 20941 0 0 0 162430 26 0 0 25 0 1 0 20763062 87556096 20927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 21376 20927 75 150 0 21223 0
Current children cumulated CPU time (s) 1643.49
Current children cumulated vsize (KiB) 107728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.08 2.17 3/85 16001
/proc/meminfo: memFree=1372856/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=86996 CPUtime=1683.98
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 21316 0 0 0 168371 27 0 0 25 0 1 0 20763062 89083904 21302 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 21749 21302 75 150 0 21596 0
Current children cumulated CPU time (s) 1702.91
Current children cumulated vsize (KiB) 109220

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.16 3/85 16001
/proc/meminfo: memFree=1371064/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=88528 CPUtime=1743.41
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 21708 0 0 0 174314 27 0 0 25 0 1 0 20763062 90652672 21694 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 22132 21694 75 150 0 21979 0
Current children cumulated CPU time (s) 1762.34
Current children cumulated vsize (KiB) 110752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.4 s]
/proc/loadavg: 2.00 2.05 2.16 3/85 16001
/proc/meminfo: memFree=1370104/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=89472 CPUtime=1781.14
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 21948 0 0 0 178086 28 0 0 25 0 1 0 20763062 91619328 21934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 22368 21934 75 150 0 22215 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 111696

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

Solver just ended. Dumping a history of the last processes samples

[startup+1820.4 s]
/proc/loadavg: 2.00 2.05 2.16 3/85 16001
/proc/meminfo: memFree=1370104/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=16868 CPUtime=18.93
/proc/15890/stat : 15890 (sugar) S 15888 15890 15341 0 -1 4194304 1374 82140 0 2 5 2 1833 53 16 0 1 0 20760931 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15890/statm: 4217 1112 409 3 0 796 0
[pid=15913] ppid=15890 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15890 15890 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20763062 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=89472 CPUtime=1781.14
/proc/15914/stat : 15914 (minisat) R 15913 15890 15341 0 -1 4194304 21948 0 0 0 178086 28 0 0 25 0 1 0 20763062 91619328 21934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 22368 21934 75 150 0 22215 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 111696

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15890 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=389204
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=568913
# CPU time returned by wait4() is 18.9581
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1820.44
CPU time (s): 1800.07
CPU user time (s): 1799.24
CPU system time (s): 0.83
CPU usage (%): 98.8813
Max. virtual memory (cumulated for all children) (KiB): 912172

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

runsolver used 2.41163 second user time and 6.02108 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 20:29:03
IDJOB=2064922
IDBENCH=54217
IDSOLVER=739
FILE ID=node28/2064922-1247336942
PBS_JOBID= 9506706
Free space on /tmp= 66084 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-37_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064922-1247336942/watcher-2064922-1247336942 -o /tmp/evaluation-result-2064922-1247336942/solver-2064922-1247336942 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2064922-1247336942.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2a12a9cdf693fd05cdae763dc502b9a1
RANDOM SEED=1508289290

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.230
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.230
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:       1844096 kB
Buffers:         16608 kB
Cached:          79884 kB
SwapCached:          0 kB
Active:         131728 kB
Inactive:        30552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7256 kB
Writeback:           0 kB
Mapped:          82700 kB
Slab:            34476 kB
Committed_AS:   218808 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66088 MiB
End job on node28 at 2009-07-11 20:59:25