Trace number 1068778

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.13+minisat? (TO) 1800.08 1809.27

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-8_ext.xml
MD5SUMe3ec9a5b9cb8c55618d68f0458a68ffa
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.56061
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 22:24:39 2008
0.00/0.04	c 0	PID 20315
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068778-1215203078.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068778-1215203078.xml' 'HOME/temp.csp'
0.03/0.79	c 0	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.03/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.92	c 0	Parsing HOME/temp.csp
1.30/1.44	c 1	parsed 56 expressions
1.30/1.45	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.45	c 1	Converting to clausal form CSP
1.30/1.47	c 1	converted 6 (10%) expressions
1.30/1.47	c 1	converted 12 (20%) expressions
1.30/1.47	c 1	converted 17 (30%) expressions
1.30/1.47	c 1	converted 23 (40%) expressions
1.30/1.47	c 1	converted 28 (50%) expressions
1.30/1.47	c 1	converted 34 (60%) expressions
1.30/1.47	c 1	converted 40 (70%) expressions
1.59/1.71	c 1	converted 45 (80%) expressions
1.99/2.16	c 2	converted 51 (90%) expressions
4.27/4.47	c 4	converted 56 (100%) expressions
4.27/4.47	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.27/4.47	c 4	Heap : 87 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.27/4.47	c 4	Propagation in CSP
4.27/4.48	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.27/4.48	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.27/4.48	c 4	Heap : 87 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.27/4.48	c 4	Simplifing CSP by introducing new Boolean variables
4.27/4.48	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.27/4.48	c 4	Heap : 87 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.76/4.98	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.76/4.99	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
4.76/4.99	c 4	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
4.76/5.00	c 5	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
4.86/5.00	c 5	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
4.86/5.00	c 5	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
4.86/5.00	c 5	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
4.86/5.00	c 5	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
4.86/5.01	c 5	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
4.86/5.01	c 5	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
4.86/5.01	c 5	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
9.72/9.99	c 9	2 (10%) CSP clauses are encoded (57352 clauses, 2004936 bytes)
12.19/12.44	c 12	3 (20%) CSP clauses are encoded (85548 clauses, 3013418 bytes)
14.57/14.89	c 14	4 (30%) CSP clauses are encoded (113744 clauses, 4022561 bytes)
19.52/19.85	c 19	6 (40%) CSP clauses are encoded (170136 clauses, 6146987 bytes)
22.00/22.35	c 22	7 (50%) CSP clauses are encoded (198332 clauses, 7209200 bytes)
24.46/24.81	c 24	8 (60%) CSP clauses are encoded (226528 clauses, 8272448 bytes)
404.48/405.57	c 405	10 (70%) CSP clauses are encoded (706722 clauses, 32677744 bytes)
600.50/601.69	c 601	11 (80%) CSP clauses are encoded (946819 clauses, 45886244 bytes)
785.01/786.25	c 786	12 (90%) CSP clauses are encoded (1186916 clauses, 59094744 bytes)
979.52/980.84	c 980	13 (100%) CSP clauses are encoded (1427013 clauses, 72305071 bytes)
979.52/980.84	c 980	13 CSP clauses encoded
979.52/980.84	c 980	Writing map file : HOME/temp.map
979.52/980.84	c 980	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
979.52/980.84	c 980	SAT : 1000 SAT variables, 1427013 SAT clauses, 72305071 bytes
979.52/980.84	c 980	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
979.58/980.92	c 980	SOLVING HOME/temp.cnf
979.58/980.92	c 980	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
979.58/980.92	c 980	This is MiniSat 2.0 beta
979.58/980.92	c 980	WARNING: for repeatability, setting FPU to use double precision
979.58/980.92	c 980	============================[ Problem Statistics ]=============================
979.58/980.92	c 980	|                                                                             |
979.58/980.92	c 980	|  Number of variables:  1000                                                 |
979.58/980.92	c 980	|  Number of clauses:    1427013                                              |
981.26/982.67	c 982	|  Parsing time:         1.56         s                                       |
981.36/982.78	c 982	============================[ Search Statistics ]==============================
981.36/982.78	c 982	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
981.36/982.78	c 982	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
981.36/982.78	c 982	===============================================================================
981.36/982.78	c 982	|         0 |    1000  1427013 15847692 |   475671        0    nan |  0.000 % |
981.56/982.92	c 982	|       101 |    1000  1427013 15847692 |   523238      101      6 |  0.000 % |
981.75/983.17	c 983	|       251 |    1000  1427013 15847692 |   575561      251      6 |  0.003 % |
981.85/983.21	c 983	|       476 |    1000  1427013 15847692 |   633118      476      7 |  0.002 % |
982.05/983.49	c 983	|       813 |    1000  1427013 15847692 |   696429      813      8 |  0.002 % |
982.15/983.56	c 983	|      1320 |    1000  1427013 15847692 |   766072     1320      8 |  0.001 % |
982.25/983.69	c 983	|      2079 |    1000  1427013 15847692 |   842680     2079      9 |  0.003 % |
982.84/984.23	c 984	|      3219 |    1000  1427013 15847692 |   926948     3219      9 |  0.000 % |
984.23/985.66	c 985	|      4928 |    1000  1427013 15847692 |  1019643     4928     10 |  0.003 % |
986.60/988.05	c 988	|      7490 |    1000  1427013 15847692 |  1121607     7490     10 |  0.002 % |
992.85/994.33	c 994	|     11335 |    1000  1427013 15847692 |  1233768    11335     13 |  0.004 % |
1003.74/1005.36	c 1005	|     17103 |    1000  1427013 15847692 |  1357144    17103     15 |  0.000 % |
1028.51/1030.37	c 1030	|     25752 |    1000  1427013 15847692 |  1492859    25752     17 |  0.001 % |
1066.74/1068.96	c 1068	|     38726 |    1000  1427013 15847692 |  1642145    38726     18 |  0.002 % |
1163.53/1166.65	c 1166	|     58187 |    1000  1427013 15847692 |  1806359    58187     18 |  0.001 % |
1305.78/1310.29	c 1310	|     87379 |    1000  1427013 15847692 |  1986995    87379     18 |  0.003 % |
1575.12/1582.13	c 1582	|    131169 |    1000  1427013 15847692 |  2185695   131169     18 |  0.003 % |
1800.08/1809.21	c ERROR INTERRUPTED
1800.08/1809.23	s UNKNOWN
1800.08/1809.23	c 1809	CPU 978.71 (0.03 0 978.68 0.9)
1800.08/1809.23	c 1809	END Fri Jul  4 22:54:48 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068778-1215203078/watcher-1068778-1215203078 -o /tmp/evaluation-result-1068778-1215203078/solver-1068778-1215203078 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1068778-1215203078.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/73 20315
/proc/meminfo: memFree=1850384/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=12268 CPUtime=0
/proc/20315/stat : 20315 (sugar) R 20313 20315 19419 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999282005 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20315/statm: 3067 316 241 3 0 167 0

[startup+0.1097 s]
/proc/loadavg: 2.00 2.00 1.92 4/73 20315
/proc/meminfo: memFree=1850384/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.03
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999282005 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201716 s]
/proc/loadavg: 2.00 2.00 1.92 4/73 20315
/proc/meminfo: memFree=1850384/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.03
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999282005 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301725 s]
/proc/loadavg: 2.00 2.00 1.92 4/73 20315
/proc/meminfo: memFree=1850384/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.03
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999282005 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701792 s]
/proc/loadavg: 2.00 2.00 1.92 4/73 20315
/proc/meminfo: memFree=1850384/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.03
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999282005 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 20337
/proc/meminfo: memFree=1839352/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.76
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 973 8766 0 1 3 0 67 6 15 0 1 0 1999282005 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 797 370 3 0 500 0
[pid=20328] ppid=20315 vsize=5356 CPUtime=0
/proc/20328/stat : 20328 (sh) S 20315 20315 19419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999282089 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20328/statm: 1339 233 193 169 0 50 0
[pid=20329] ppid=20328 vsize=864156 CPUtime=0.64
/proc/20329/stat : 20329 (java) S 20328 20315 19419 0 -1 0 7873 0 1 0 61 3 0 0 18 0 9 0 1999282089 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20329/statm: 216039 6844 2540 9 0 210614 0
[pid=20329/tid=20330] ppid=20328 vsize=864156 CPUtime=0.37
/proc/20329/task/20330/stat : 20330 (java) R 20328 20315 19419 0 -1 64 2545 0 1 0 36 1 0 0 22 0 9 0 1999282090 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4126505622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20331] ppid=20328 vsize=864156 CPUtime=0.2
/proc/20329/task/20331/stat : 20331 (java) S 20328 20315 19419 0 -1 64 4312 0 0 0 19 1 0 0 16 0 9 0 1999282091 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20332] ppid=20328 vsize=864156 CPUtime=0
/proc/20329/task/20332/stat : 20332 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999282092 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20333] ppid=20328 vsize=864156 CPUtime=0
/proc/20329/task/20333/stat : 20333 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999282092 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20334] ppid=20328 vsize=864156 CPUtime=0
/proc/20329/task/20334/stat : 20334 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999282094 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20335] ppid=20328 vsize=864156 CPUtime=0.04
/proc/20329/task/20335/stat : 20335 (java) S 20328 20315 19419 0 -1 64 319 0 0 0 4 0 0 0 16 0 9 0 1999282094 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20336] ppid=20328 vsize=864156 CPUtime=0
/proc/20329/task/20336/stat : 20336 (java) S 20328 20315 19419 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999282094 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20337] ppid=20328 vsize=864156 CPUtime=0
/proc/20329/task/20337/stat : 20337 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999282094 884895744 6844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883112

[startup+3.10215 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 20337
/proc/meminfo: memFree=1813624/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.76
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 973 8766 0 1 3 0 67 6 15 0 1 0 1999282005 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 797 370 3 0 500 0
[pid=20328] ppid=20315 vsize=5356 CPUtime=0
/proc/20328/stat : 20328 (sh) S 20315 20315 19419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999282089 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20328/statm: 1339 233 193 169 0 50 0
[pid=20329] ppid=20328 vsize=864168 CPUtime=2.23
/proc/20329/stat : 20329 (java) S 20328 20315 19419 0 -1 0 18826 0 1 0 215 8 0 0 18 0 9 0 1999282089 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20329/statm: 216042 17125 2540 9 0 210617 0
[pid=20329/tid=20330] ppid=20328 vsize=864168 CPUtime=0.95
/proc/20329/task/20330/stat : 20330 (java) R 20328 20315 19419 0 -1 64 3160 0 1 0 94 1 0 0 25 0 9 0 1999282090 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 101444645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20331] ppid=20328 vsize=864168 CPUtime=1.2
/proc/20329/task/20331/stat : 20331 (java) S 20328 20315 19419 0 -1 64 14648 0 0 0 114 6 0 0 17 0 9 0 1999282091 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20332] ppid=20328 vsize=864168 CPUtime=0
/proc/20329/task/20332/stat : 20332 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999282092 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20333] ppid=20328 vsize=864168 CPUtime=0
/proc/20329/task/20333/stat : 20333 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999282092 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20334] ppid=20328 vsize=864168 CPUtime=0
/proc/20329/task/20334/stat : 20334 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999282094 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20335] ppid=20328 vsize=864168 CPUtime=0.05
/proc/20329/task/20335/stat : 20335 (java) S 20328 20315 19419 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 1999282094 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20336] ppid=20328 vsize=864168 CPUtime=0
/proc/20329/task/20336/stat : 20336 (java) S 20328 20315 19419 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999282094 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20337] ppid=20328 vsize=864168 CPUtime=0
/proc/20329/task/20337/stat : 20337 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999282094 884908032 17125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883124

[startup+6.30261 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 20337
/proc/meminfo: memFree=1751928/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.76
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 974 8766 0 1 3 0 67 6 15 0 1 0 1999282005 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 797 370 3 0 500 0
[pid=20328] ppid=20315 vsize=5356 CPUtime=0
/proc/20328/stat : 20328 (sh) S 20315 20315 19419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999282089 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20328/statm: 1339 233 193 169 0 50 0
[pid=20329] ppid=20328 vsize=864280 CPUtime=5.39
/proc/20329/stat : 20329 (java) S 20328 20315 19419 0 -1 0 28546 0 1 0 527 12 0 0 18 0 9 0 1999282089 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20329/statm: 216070 26385 2564 9 0 210617 0
[pid=20329/tid=20330] ppid=20328 vsize=864280 CPUtime=2.66
/proc/20329/task/20330/stat : 20330 (java) R 20328 20315 19419 0 -1 64 3744 0 1 0 265 1 0 0 25 0 9 0 1999282090 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 101444257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20331] ppid=20328 vsize=864280 CPUtime=2.62
/proc/20329/task/20331/stat : 20331 (java) S 20328 20315 19419 0 -1 64 23763 0 0 0 253 9 0 0 16 0 9 0 1999282091 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20332] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20332/stat : 20332 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999282092 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20333] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20333/stat : 20333 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999282092 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20334] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20334/stat : 20334 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999282094 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20335] ppid=20328 vsize=864280 CPUtime=0.08
/proc/20329/task/20335/stat : 20335 (java) S 20328 20315 19419 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1999282094 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20336] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20336/stat : 20336 (java) S 20328 20315 19419 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999282094 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20337] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20337/stat : 20337 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999282094 885022720 26385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883236

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 20337
/proc/meminfo: memFree=1749112/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.76
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 974 8766 0 1 3 0 67 6 16 0 1 0 1999282005 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 797 370 3 0 500 0
[pid=20328] ppid=20315 vsize=5356 CPUtime=0
/proc/20328/stat : 20328 (sh) S 20315 20315 19419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999282089 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20328/statm: 1339 233 193 169 0 50 0
[pid=20329] ppid=20328 vsize=864280 CPUtime=11.72
/proc/20329/stat : 20329 (java) S 20328 20315 19419 0 -1 0 28585 0 1 0 1159 13 0 0 18 0 9 0 1999282089 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20329/statm: 216070 26393 2564 9 0 210617 0
[pid=20329/tid=20330] ppid=20328 vsize=864280 CPUtime=8.86
/proc/20329/task/20330/stat : 20330 (java) R 20328 20315 19419 0 -1 64 3775 0 1 0 883 3 0 0 25 0 9 0 1999282090 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4126583620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20331] ppid=20328 vsize=864280 CPUtime=2.76
/proc/20329/task/20331/stat : 20331 (java) S 20328 20315 19419 0 -1 64 23767 0 0 0 267 9 0 0 16 0 9 0 1999282091 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20332] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20332/stat : 20332 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999282092 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20333] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20333/stat : 20333 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999282092 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20334] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20334/stat : 20334 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999282094 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20335] ppid=20328 vsize=864280 CPUtime=0.09
/proc/20329/task/20335/stat : 20335 (java) S 20328 20315 19419 0 -1 64 346 0 0 0 9 0 0 0 17 0 9 0 1999282094 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20336] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20336/stat : 20336 (java) S 20328 20315 19419 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999282094 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20337] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20337/stat : 20337 (java) S 20328 20315 19419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999282094 885022720 26393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883236

[startup+25.5024 s]
/proc/loadavg: 2.15 2.03 1.93 3/84 20337
/proc/meminfo: memFree=1726520/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=0.76
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 974 8766 0 1 3 0 67 6 16 0 1 0 1999282005 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 797 370 3 0 500 0
[pid=20328] ppid=20315 vsize=5356 CPUtime=0
/proc/20328/stat : 20328 (sh) S 20315 20315 19419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999282089 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20328/statm: 1339 233 193 169 0 50 0
[pid=20329] ppid=20328 vsize=864280 CPUtime=24.4
/proc/20329/stat : 20329 (java) S 20328 20315 19419 0 -1 0 32898 0 1 0 2422 18 0 0 18 0 9 0 1999282089 885022720 30643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20329/statm: 216070 30643 2564 9 0 210617 0
[pid=20329/tid=20330] ppid=20328 vsize=864280 CPUtime=21.26
/proc/20329/task/20330/stat : 20330 (java) R 20328 20315 19419 0 -1 64 3839 0 1 0 2120 6 0 0 25 0 9 0 1999282090 885022720 30643 996147200 134512640 134550740 4294955952 18446744073709551615 4126583556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20331] ppid=20328 vsize=864280 CPUtime=3.02
/proc/20329/task/20331/stat : 20331 (java) S 20328 20315 19419 0 -1 64 28012 0 0 0 291 11 0 0 16 0 9 0 1999282091 885022720 30643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20332] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20332/stat : 20332 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999282092 885022720 30643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20329/tid=20333] ppid=20328 vsize=864280 CPUtime=0
/proc/20329/task/20333/stat : 20333 (java) S 20328 20315 19419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999282092 885022720 30643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1633784/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=134968 CPUtime=377.77
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 32600 0 0 0 37755 22 0 0 25 0 1 0 1999380098 138207232 32586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33742 32586 75 150 0 33589 0
Current children cumulated CPU time (s) 1357.38
Current children cumulated vsize (KiB) 153924

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 20418
/proc/meminfo: memFree=1632824/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=135896 CPUtime=437.21
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 32839 0 0 0 43698 23 0 0 25 0 1 0 1999380098 139157504 32825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33974 32825 75 150 0 33821 0
Current children cumulated CPU time (s) 1416.82
Current children cumulated vsize (KiB) 154852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20418
/proc/meminfo: memFree=1631736/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=137088 CPUtime=496.64
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 33116 0 0 0 49641 23 0 0 25 0 1 0 1999380098 140378112 33102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 34272 33102 75 150 0 34119 0
Current children cumulated CPU time (s) 1476.25
Current children cumulated vsize (KiB) 156044

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20418
/proc/meminfo: memFree=1630712/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=137880 CPUtime=556.08
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 33346 0 0 0 55585 23 0 0 25 0 1 0 1999380098 141189120 33332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 34470 33332 75 150 0 34317 0
Current children cumulated CPU time (s) 1535.69
Current children cumulated vsize (KiB) 156836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1629176/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=139544 CPUtime=615.52
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 33731 0 0 0 61528 24 0 0 25 0 1 0 1999380098 142893056 33717 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 34886 33717 75 150 0 34733 0
Current children cumulated CPU time (s) 1595.13
Current children cumulated vsize (KiB) 158500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1627576/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=141248 CPUtime=674.96
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 34098 0 0 0 67471 25 0 0 25 0 1 0 1999380098 144637952 34084 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 35312 34084 75 150 0 35159 0
Current children cumulated CPU time (s) 1654.57
Current children cumulated vsize (KiB) 160204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1626104/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=142768 CPUtime=734.39
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 34467 0 0 0 73414 25 0 0 25 0 1 0 1999380098 146194432 34453 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 35692 34453 75 150 0 35539 0
Current children cumulated CPU time (s) 1714
Current children cumulated vsize (KiB) 161724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1624696/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=143972 CPUtime=793.82
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 34800 0 0 0 79357 25 0 0 25 0 1 0 1999380098 147427328 34786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 35993 34786 75 150 0 35840 0
Current children cumulated CPU time (s) 1773.43
Current children cumulated vsize (KiB) 162928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1624120/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=144500 CPUtime=820.47
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 34932 0 0 0 82022 25 0 0 25 0 1 0 1999380098 147968000 34918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 36125 34918 75 150 0 35972 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 163456

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

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

[startup+1809.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1624120/2055920 swapFree=4180256/4192956
[pid=20315] ppid=20313 vsize=13600 CPUtime=979.61
/proc/20315/stat : 20315 (sugar) S 20313 20315 19419 0 -1 4194304 1031 88474 0 2 3 0 97868 90 16 0 1 0 1999282005 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20315/statm: 3400 798 370 3 0 500 0
[pid=20417] ppid=20315 vsize=5356 CPUtime=0
/proc/20417/stat : 20417 (sh) S 20315 20315 19419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999380097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20417/statm: 1339 232 193 169 0 50 0
[pid=20418] ppid=20417 vsize=144500 CPUtime=820.47
/proc/20418/stat : 20418 (minisat) R 20417 20315 19419 0 -1 4194304 34932 0 0 0 82022 25 0 0 25 0 1 0 1999380098 147968000 34918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 36125 34918 75 150 0 35972 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 163456

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20315 and gives
#  childrusage.ru_utime.tv_sec=978
#  childrusage.ru_utime.tv_usec=723211
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=950855
# CPU time returned by wait4() is 979.674
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.27
CPU time (s): 1800.08
CPU user time (s): 1798.93
CPU system time (s): 1.15
CPU usage (%): 99.4921
Max. virtual memory (cumulated for all children) (KiB): 905800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 978.723
system time used= 0.950855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89849
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= 26459
involuntary context switches= 32440

runsolver used 2.39364 second user time and 5.85511 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 22:24:38
IDJOB=1068778
IDBENCH=55543
IDSOLVER=346
FILE ID=node22/1068778-1215203078
PBS_JOBID= 7881679
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068778-1215203078/watcher-1068778-1215203078 -o /tmp/evaluation-result-1068778-1215203078/solver-1068778-1215203078 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1068778-1215203078.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e3ec9a5b9cb8c55618d68f0458a68ffa
RANDOM SEED=201012245

node22.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.267
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.267
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:       1850864 kB
Buffers:         12972 kB
Cached:         115992 kB
SwapCached:       6356 kB
Active:         127548 kB
Inactive:        24240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850864 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          30444 kB
Slab:            38712 kB
Committed_AS:  3386168 kB
PageTables:       1784 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= 66460 MiB
End job on node22 at 2008-07-04 22:54:50