Trace number 1077207

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.12 1809.75

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-07.xml
MD5SUM649294e53c6b0b14135b49af7d95af4e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.998847
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
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 19:21:34 2008
0.00/0.04	c 0	PID 6687
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077207-1215192093.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-1077207-1215192093.xml' 'HOME/temp.csp'
0.03/0.77	c 0	1 domains, 368 variables, 8 predicates, 6 relations, 2572 constraints
0.03/0.79	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.73/0.87	c 0	Parsing HOME/temp.csp
1.21/1.36	c 1	parsed 2955 expressions
1.21/1.37	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.37	c 1	Converting to clausal form CSP
1.21/1.39	c 1	converted 296 (10%) expressions
3.20/3.34	c 3	converted 591 (20%) expressions
3.39/3.53	c 3	converted 887 (30%) expressions
5.86/6.05	c 6	converted 1182 (40%) expressions
5.86/6.07	c 6	converted 1478 (50%) expressions
5.96/6.10	c 6	converted 1773 (60%) expressions
6.26/6.45	c 6	converted 2069 (70%) expressions
6.46/6.63	c 6	converted 2364 (80%) expressions
6.56/6.77	c 6	converted 2660 (90%) expressions
6.75/6.95	c 6	converted 2955 (100%) expressions
6.75/6.95	c 6	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
6.75/6.95	c 6	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.75/6.95	c 6	Propagation in CSP
6.75/6.98	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.75/6.98	c 6	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
6.75/6.98	c 6	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.75/6.99	c 6	Simplifing CSP by introducing new Boolean variables
6.85/7.08	c 7	CSP : 368 integers, 21160 booleans, 23732 clauses, largest domain size 26
6.85/7.08	c 7	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.84/8.06	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.84/8.10	c 8	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
7.94/8.10	c 8	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
7.94/8.10	c 8	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
7.94/8.10	c 8	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
7.94/8.10	c 8	184 (50%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
7.94/8.11	c 8	221 (60%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
7.94/8.11	c 8	258 (70%) CSP integer variables are encoded (6192 clauses, 78433 bytes)
7.94/8.11	c 8	295 (80%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
7.94/8.11	c 8	332 (90%) CSP integer variables are encoded (7968 clauses, 101521 bytes)
7.94/8.11	c 8	368 (100%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
55.49/56.22	c 56	2374 (10%) CSP clauses are encoded (932230 clauses, 37642855 bytes)
253.25/255.26	c 255	4747 (20%) CSP clauses are encoded (2073436 clauses, 99002857 bytes)
253.34/255.36	c 255	7120 (30%) CSP clauses are encoded (2128559 clauses, 100037984 bytes)
253.45/255.46	c 255	9493 (40%) CSP clauses are encoded (2183657 clauses, 101118240 bytes)
270.45/272.54	c 272	11866 (50%) CSP clauses are encoded (2299198 clauses, 106234154 bytes)
315.33/317.60	c 317	14240 (60%) CSP clauses are encoded (2534626 clauses, 120145926 bytes)
315.43/317.71	c 317	16613 (70%) CSP clauses are encoded (2590924 clauses, 121257231 bytes)
315.53/317.82	c 317	18986 (80%) CSP clauses are encoded (2647222 clauses, 122368536 bytes)
380.30/382.98	c 382	21359 (90%) CSP clauses are encoded (2942592 clauses, 141488685 bytes)
380.40/383.09	c 383	23732 (100%) CSP clauses are encoded (3000540 clauses, 142627774 bytes)
380.40/383.09	c 383	23732 CSP clauses encoded
380.40/383.09	c 383	Writing map file : HOME/temp.map
380.49/383.11	c 383	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
380.49/383.11	c 383	SAT : 30360 SAT variables, 3000540 SAT clauses, 142627774 bytes
380.49/383.11	c 383	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
380.49/383.19	c 383	SOLVING HOME/temp.cnf
380.49/383.19	c 383	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
380.49/383.19	c 383	This is MiniSat 2.0 beta
380.49/383.19	c 383	WARNING: for repeatability, setting FPU to use double precision
380.49/383.19	c 383	============================[ Problem Statistics ]=============================
380.49/383.19	c 383	|                                                                             |
380.49/383.19	c 383	|  Number of variables:  30360                                                |
380.49/383.19	c 383	|  Number of clauses:    3000540                                              |
383.55/386.22	c 386	|  Parsing time:         2.67         s                                       |
383.74/386.41	c 386	============================[ Search Statistics ]==============================
383.74/386.41	c 386	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
383.74/386.41	c 386	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
383.74/386.41	c 386	===============================================================================
383.74/386.41	c 386	|         0 |   30360  3000540 25092688 |  1000180        0    nan |  0.000 % |
384.04/386.74	c 386	|       100 |   30360  3000540 25092688 |  1100198      100      9 |  0.000 % |
384.14/386.89	c 386	|       250 |   30360  3000540 25092688 |  1210217      250      7 |  0.000 % |
384.25/386.97	c 386	|       475 |   30360  3000540 25092688 |  1331239      475      7 |  0.000 % |
384.35/387.06	c 387	|       815 |   30360  3000540 25092688 |  1464363      815      7 |  0.000 % |
384.55/387.25	c 387	|      1321 |   30360  3000540 25092688 |  1610799     1321      8 |  0.000 % |
384.84/387.59	c 387	|      2080 |   30360  3000540 25092688 |  1771879     2080      8 |  0.000 % |
385.14/387.86	c 387	|      3219 |   30360  3000540 25092688 |  1949067     3219      9 |  0.000 % |
385.73/388.43	c 388	|      4928 |   30359  3000540 25092688 |  2143974     4927     10 |  0.003 % |
386.33/389.01	c 388	|      7491 |   30359  3000540 25092688 |  2358372     7490      9 |  0.003 % |
387.02/389.78	c 389	|     11335 |   30359  3000540 25092688 |  2594209    11334     10 |  0.003 % |
389.81/392.55	c 392	|     17101 |   30359  3000540 25092688 |  2853630    17100     12 |  0.003 % |
391.71/394.40	c 394	|     25751 |   30359  3000540 25092688 |  3138993    25750     12 |  0.003 % |
395.39/398.19	c 398	|     38727 |   30359  3000540 25092688 |  3452892    38726     12 |  0.003 % |
400.96/403.78	c 403	|     58188 |   30359  3000540 25092688 |  3798181    58187     12 |  0.003 % |
411.41/414.25	c 414	|     87382 |   30359  3000540 25092688 |  4178000    87381     13 |  0.003 % |
433.00/435.90	c 435	|    131173 |   30359  3000540 25092688 |  4595800   131172     14 |  0.003 % |
458.07/461.15	c 461	|    196858 |   30358  3000540 25092688 |  5055380   196856     14 |  0.007 % |
506.63/509.90	c 509	|    295386 |   30358  3000540 25092688 |  5560918   295384     14 |  0.007 % |
611.58/615.42	c 615	|    443175 |   30357  3000540 25092688 |  6117009   443172     14 |  0.010 % |
776.89/781.57	c 781	|    664860 |   30357  3000540 25092688 |  6728710   664857     15 |  0.010 % |
1033.46/1039.37	c 1039	|    997387 |   30357  3000315 25092220 |  7401581   997383     15 |  0.010 % |
1588.89/1597.47	c 1597	|   1496175 |   30356  3000315 25092220 |  8141740  1496170     16 |  0.013 % |
1800.06/1809.62	c ERROR INTERRUPTED
1800.06/1809.67	s UNKNOWN
1800.06/1809.67	c 1809	CPU 379 (0.04 0 378.96 1.57)
1800.06/1809.67	c 1809	END Fri Jul  4 19:51:43 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-1077207-1215192093/watcher-1077207-1215192093 -o /tmp/evaluation-result-1077207-1215192093/solver-1077207-1215192093 -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-1077207-1215192093.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: 1.90 1.97 1.99 4/81 6687
/proc/meminfo: memFree=887928/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=18572 CPUtime=0
/proc/6687/stat : 6687 (runsolver) R 6685 6687 5138 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1998183040 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6687/statm: 4643 292 257 25 0 2626 0

[startup+0.0646721 s]
/proc/loadavg: 1.90 1.97 1.99 4/81 6687
/proc/meminfo: memFree=887928/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.03
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998183040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101668 s]
/proc/loadavg: 1.90 1.97 1.99 4/81 6687
/proc/meminfo: memFree=887928/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.03
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998183040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.300685 s]
/proc/loadavg: 1.90 1.97 1.99 4/81 6687
/proc/meminfo: memFree=887928/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.03
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998183040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701714 s]
/proc/loadavg: 1.90 1.97 1.99 4/81 6687
/proc/meminfo: memFree=887928/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.03
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998183040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 1.90 1.97 1.99 4/92 6709
/proc/meminfo: memFree=879584/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.73
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 973 8318 0 1 3 0 65 5 15 0 1 0 1998183040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 797 370 3 0 500 0
[pid=6700] ppid=6687 vsize=5356 CPUtime=0
/proc/6700/stat : 6700 (sh) S 6687 6687 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998183119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6700/statm: 1339 233 193 169 0 50 0
[pid=6701] ppid=6700 vsize=864236 CPUtime=0.68
/proc/6701/stat : 6701 (java) S 6700 6687 5138 0 -1 0 6950 0 1 0 64 4 0 0 18 0 9 0 1998183120 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6701/statm: 216059 6215 2540 9 0 210634 0
[pid=6701/tid=6702] ppid=6700 vsize=864236 CPUtime=0.4
/proc/6701/task/6702/stat : 6702 (java) R 6700 6687 5138 0 -1 64 2574 0 1 0 39 1 0 0 18 0 9 0 1998183120 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6703] ppid=6700 vsize=864236 CPUtime=0.18
/proc/6701/task/6703/stat : 6703 (java) R 6700 6687 5138 0 -1 64 3338 0 0 0 17 1 0 0 16 0 9 0 1998183122 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6704] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6704/stat : 6704 (java) S 6700 6687 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998183122 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6705] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6705/stat : 6705 (java) S 6700 6687 5138 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998183122 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6706] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6706/stat : 6706 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998183124 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6707] ppid=6700 vsize=864236 CPUtime=0.08
/proc/6701/task/6707/stat : 6707 (java) S 6700 6687 5138 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 1998183124 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6708] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6708/stat : 6708 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998183124 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6709] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6709/stat : 6709 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998183124 884977664 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883192

[startup+3.10286 s]
/proc/loadavg: 1.90 1.97 1.99 4/92 6709
/proc/meminfo: memFree=855392/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.73
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 973 8318 0 1 3 0 65 5 15 0 1 0 1998183040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 797 370 3 0 500 0
[pid=6700] ppid=6687 vsize=5356 CPUtime=0
/proc/6700/stat : 6700 (sh) S 6687 6687 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998183119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6700/statm: 1339 233 193 169 0 50 0
[pid=6701] ppid=6700 vsize=864236 CPUtime=2.27
/proc/6701/stat : 6701 (java) S 6700 6687 5138 0 -1 0 17729 0 1 0 219 8 0 0 18 0 9 0 1998183120 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6701/statm: 216059 16950 2540 9 0 210634 0
[pid=6701/tid=6702] ppid=6700 vsize=864236 CPUtime=1.03
/proc/6701/task/6702/stat : 6702 (java) R 6700 6687 5138 0 -1 64 3188 0 1 0 101 2 0 0 24 0 9 0 1998183120 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 102109813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6703] ppid=6700 vsize=864236 CPUtime=1.13
/proc/6701/task/6703/stat : 6703 (java) S 6700 6687 5138 0 -1 64 13502 0 0 0 108 5 0 0 16 0 9 0 1998183122 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6704] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6704/stat : 6704 (java) S 6700 6687 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998183122 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6705] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6705/stat : 6705 (java) S 6700 6687 5138 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998183122 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6706] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6706/stat : 6706 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998183124 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6707] ppid=6700 vsize=864236 CPUtime=0.08
/proc/6701/task/6707/stat : 6707 (java) S 6700 6687 5138 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1998183124 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6708] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6708/stat : 6708 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998183124 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6709] ppid=6700 vsize=864236 CPUtime=0
/proc/6701/task/6709/stat : 6709 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998183124 884977664 16950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883192

[startup+6.30207 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 6709
/proc/meminfo: memFree=757216/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.73
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 973 8318 0 1 3 0 65 5 16 0 1 0 1998183040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 797 370 3 0 500 0
[pid=6700] ppid=6687 vsize=5356 CPUtime=0
/proc/6700/stat : 6700 (sh) S 6687 6687 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998183119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6700/statm: 1339 233 193 169 0 50 0
[pid=6701] ppid=6700 vsize=868384 CPUtime=5.43
/proc/6701/stat : 6701 (java) S 6700 6687 5138 0 -1 0 46376 0 1 0 520 23 0 0 18 0 9 0 1998183120 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6701/statm: 217096 35306 2540 9 0 211671 0
[pid=6701/tid=6702] ppid=6700 vsize=868384 CPUtime=2
/proc/6701/task/6702/stat : 6702 (java) R 6700 6687 5138 0 -1 64 4457 0 1 0 197 3 0 0 24 0 9 0 1998183120 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6703] ppid=6700 vsize=868384 CPUtime=3.22
/proc/6701/task/6703/stat : 6703 (java) R 6700 6687 5138 0 -1 64 39772 0 0 0 304 18 0 0 18 0 9 0 1998183122 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6704] ppid=6700 vsize=868384 CPUtime=0
/proc/6701/task/6704/stat : 6704 (java) S 6700 6687 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998183122 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6705] ppid=6700 vsize=868384 CPUtime=0
/proc/6701/task/6705/stat : 6705 (java) S 6700 6687 5138 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998183122 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6706] ppid=6700 vsize=868384 CPUtime=0
/proc/6701/task/6706/stat : 6706 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998183124 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6707] ppid=6700 vsize=868384 CPUtime=0.19
/proc/6701/task/6707/stat : 6707 (java) S 6700 6687 5138 0 -1 64 1450 0 0 0 18 1 0 0 16 0 9 0 1998183124 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6708] ppid=6700 vsize=868384 CPUtime=0
/proc/6701/task/6708/stat : 6708 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998183124 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6709] ppid=6700 vsize=868384 CPUtime=0
/proc/6701/task/6709/stat : 6709 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998183124 889225216 35306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887340

[startup+12.7025 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 6709
/proc/meminfo: memFree=720096/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.74
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 974 8318 0 1 4 0 65 5 16 0 1 0 1998183040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 797 370 3 0 500 0
[pid=6700] ppid=6687 vsize=5356 CPUtime=0
/proc/6700/stat : 6700 (sh) S 6687 6687 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998183119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6700/statm: 1339 233 193 169 0 50 0
[pid=6701] ppid=6700 vsize=868496 CPUtime=11.76
/proc/6701/stat : 6701 (java) S 6700 6687 5138 0 -1 0 62763 0 1 0 1141 35 0 0 18 0 9 0 1998183120 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6701/statm: 217124 42348 2567 9 0 211671 0
[pid=6701/tid=6702] ppid=6700 vsize=868496 CPUtime=6.85
/proc/6701/task/6702/stat : 6702 (java) R 6700 6687 5138 0 -1 64 4567 0 1 0 678 7 0 0 25 0 9 0 1998183120 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4126978440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6703] ppid=6700 vsize=868496 CPUtime=4.6
/proc/6701/task/6703/stat : 6703 (java) S 6700 6687 5138 0 -1 64 55997 0 0 0 436 24 0 0 16 0 9 0 1998183122 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6704] ppid=6700 vsize=868496 CPUtime=0
/proc/6701/task/6704/stat : 6704 (java) S 6700 6687 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998183122 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6705] ppid=6700 vsize=868496 CPUtime=0
/proc/6701/task/6705/stat : 6705 (java) S 6700 6687 5138 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998183122 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6706] ppid=6700 vsize=868496 CPUtime=0
/proc/6701/task/6706/stat : 6706 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998183124 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6707] ppid=6700 vsize=868496 CPUtime=0.27
/proc/6701/task/6707/stat : 6707 (java) S 6700 6687 5138 0 -1 64 1502 0 0 0 26 1 0 0 16 0 9 0 1998183124 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6708] ppid=6700 vsize=868496 CPUtime=0
/proc/6701/task/6708/stat : 6708 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998183124 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6709] ppid=6700 vsize=868496 CPUtime=0
/proc/6701/task/6709/stat : 6709 (java) S 6700 6687 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998183124 889339904 42348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887452

[startup+25.503 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 6709
/proc/meminfo: memFree=706144/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=0.74
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 974 8318 0 1 4 0 65 5 16 0 1 0 1998183040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 797 370 3 0 500 0
[pid=6700] ppid=6687 vsize=5356 CPUtime=0
/proc/6700/stat : 6700 (sh) S 6687 6687 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998183119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6700/statm: 1339 233 193 169 0 50 0
[pid=6701] ppid=6700 vsize=868496 CPUtime=24.4
/proc/6701/stat : 6701 (java) S 6700 6687 5138 0 -1 0 63746 0 1 0 2399 41 0 0 18 0 9 0 1998183120 889339904 43279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6701/statm: 217124 43279 2567 9 0 211671 0
[pid=6701/tid=6702] ppid=6700 vsize=868496 CPUtime=19.21
/proc/6701/task/6702/stat : 6702 (java) R 6700 6687 5138 0 -1 64 4619 0 1 0 1908 13 0 0 25 0 9 0 1998183120 889339904 43279 996147200 134512640 134550740 4294955952 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6703] ppid=6700 vsize=868496 CPUtime=4.89
/proc/6701/task/6703/stat : 6703 (java) S 6700 6687 5138 0 -1 64 56928 0 0 0 464 25 0 0 16 0 9 0 1998183122 889339904 43279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6704] ppid=6700 vsize=868496 CPUtime=0
/proc/6701/task/6704/stat : 6704 (java) S 6700 6687 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998183122 889339904 43279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6701/tid=6705] ppid=6700 vsize=868496 CPUtime=0
/proc/6701/task/6705/stat : 6705 (java) S 6700 6687 5138 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998183122 889339904 43279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=352400 CPUtime=1034.06
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 86539 0 0 0 103332 74 0 0 25 0 1 0 1998221360 360857600 86525 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 88100 86525 76 150 0 87947 0
Current children cumulated CPU time (s) 1414.63
Current children cumulated vsize (KiB) 371356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6872
/proc/meminfo: memFree=1158712/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=357900 CPUtime=1093.77
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 87947 0 0 0 109301 76 0 0 25 0 1 0 1998221360 366489600 87933 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 89475 87933 76 150 0 89322 0
Current children cumulated CPU time (s) 1474.34
Current children cumulated vsize (KiB) 376856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6872
/proc/meminfo: memFree=1151800/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=364472 CPUtime=1153.48
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 89645 0 0 0 115270 78 0 0 25 0 1 0 1998221360 373219328 89631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 91118 89631 76 150 0 90965 0
Current children cumulated CPU time (s) 1534.05
Current children cumulated vsize (KiB) 383428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6872
/proc/meminfo: memFree=1147704/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=368704 CPUtime=1213.19
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 90705 0 0 0 121240 79 0 0 25 0 1 0 1998221360 377552896 90691 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 92176 90691 76 150 0 92023 0
Current children cumulated CPU time (s) 1593.76
Current children cumulated vsize (KiB) 387660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6872
/proc/meminfo: memFree=1142712/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=373700 CPUtime=1272.9
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 91960 0 0 0 127210 80 0 0 25 0 1 0 1998221360 382668800 91946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 93425 91946 76 150 0 93272 0
Current children cumulated CPU time (s) 1653.47
Current children cumulated vsize (KiB) 392656

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 6872
/proc/meminfo: memFree=1138616/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=380744 CPUtime=1332.61
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 92981 0 0 0 133180 81 0 0 25 0 1 0 1998221360 389881856 92967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 95186 92967 76 150 0 95033 0
Current children cumulated CPU time (s) 1713.18
Current children cumulated vsize (KiB) 399700

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/75 6872
/proc/meminfo: memFree=1133816/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=385352 CPUtime=1392.33
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 94158 0 0 0 139150 83 0 0 25 0 1 0 1998221360 394600448 94144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 96338 94144 76 150 0 96185 0
Current children cumulated CPU time (s) 1772.9
Current children cumulated vsize (KiB) 404308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 6872
/proc/meminfo: memFree=1132088/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=387092 CPUtime=1419.49
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 94596 0 0 0 141866 83 0 0 25 0 1 0 1998221360 396382208 94582 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 96773 94582 76 150 0 96620 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 406048

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

[startup+1809.6 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 6872
/proc/meminfo: memFree=1132088/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.57
/proc/6687/stat : 6687 (sugar) S 6685 6687 5138 0 -1 4194304 1034 118516 0 2 4 0 37896 157 16 0 1 0 1998183040 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6687/statm: 3400 799 370 3 0 500 0
[pid=6871] ppid=6687 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6687 6687 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998221359 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 232 193 169 0 50 0
[pid=6872] ppid=6871 vsize=387092 CPUtime=1419.49
/proc/6872/stat : 6872 (minisat) R 6871 6687 5138 0 -1 4194304 94596 0 0 0 141866 83 0 0 25 0 1 0 1998221360 396382208 94582 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 96773 94582 76 150 0 96620 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 406048

# WARNING:
# current cumulated CPU time (380.62 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1419.44 s) to the 'lost time'.

[startup+1809.72 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 6872
/proc/meminfo: memFree=1132088/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.62
/proc/6687/stat : 6687 (sugar) R 6685 6687 5138 0 -1 4194304 1069 118793 0 2 4 5 37896 157 16 0 1 0 1998183040 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6687/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 380.62
Current children cumulated vsize (KiB) 13600

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

[startup+1809.72 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 6872
/proc/meminfo: memFree=1132088/2055920 swapFree=4117516/4192956
[pid=6687] ppid=6685 vsize=13600 CPUtime=380.62
/proc/6687/stat : 6687 (sugar) R 6685 6687 5138 0 -1 4194304 1069 118793 0 2 4 5 37896 157 16 0 1 0 1998183040 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6687/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 380.62
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1419.44
#  lost CPU user time (s): 1418.66
#  lost CPU system time (s): 0.78

Real time (s): 1809.75
CPU time (s): 1800.12
CPU user time (s): 1797.68
CPU system time (s): 2.44075
CPU usage (%): 99.4678
Max. virtual memory (cumulated for all children) (KiB): 908016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 379.015
system time used= 1.66075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119893
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= 15514
involuntary context switches= 20326

runsolver used 2.21166 second user time and 6.19806 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 19:21:33
IDJOB=1077207
IDBENCH=56653
IDSOLVER=346
FILE ID=node30/1077207-1215192093
PBS_JOBID= 7881556
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-07.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-1077207-1215192093/watcher-1077207-1215192093 -o /tmp/evaluation-result-1077207-1215192093/solver-1077207-1215192093 -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-1077207-1215192093.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 649294e53c6b0b14135b49af7d95af4e
RANDOM SEED=2106889380

node30.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.218
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.218
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:        888408 kB
Buffers:         56192 kB
Cached:         185020 kB
SwapCached:      69412 kB
Active:         988064 kB
Inactive:       119080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        888408 kB
SwapTotal:     4192956 kB
SwapFree:      4117516 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:         882108 kB
Slab:            43904 kB
Committed_AS:  4379432 kB
PageTables:       3488 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= 66548 MiB
End job on node30 at 2008-07-04 19:51:45