Trace number 1075913

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+minisatSAT 1065.92 1080.83

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg4-8_ext.xml
MD5SUM9d0c9e082e533940732de8cf42d70b3e
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 benchmark0.359944
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:42:26 2008
0.00/0.05	c 0	PID 21269
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075913-1215182546.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-1075913-1215182546.xml' 'HOME/temp.csp'
0.03/0.88	c 1	1 domains, 32 variables, 0 predicates, 2 relations, 12 constraints
0.03/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.90	c 1	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.03/0.98	c 1	Parsing HOME/temp.csp
1.61/1.79	c 2	parsed 47 expressions
1.61/1.79	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.79	c 2	Converting to clausal form CSP
1.71/1.82	c 2	converted 5 (10%) expressions
1.71/1.82	c 2	converted 10 (20%) expressions
1.71/1.82	c 2	converted 15 (30%) expressions
1.71/1.82	c 2	converted 19 (40%) expressions
1.71/1.82	c 2	converted 24 (50%) expressions
1.71/1.82	c 2	converted 29 (60%) expressions
1.71/1.82	c 2	converted 33 (70%) expressions
1.91/2.00	c 2	converted 38 (80%) expressions
1.91/2.05	c 2	converted 43 (90%) expressions
4.67/4.82	c 5	converted 47 (100%) expressions
4.67/4.83	c 5	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.67/4.83	c 5	Heap : 73 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.67/4.83	c 5	Propagation in CSP
4.67/4.83	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.67/4.83	c 5	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.67/4.83	c 5	Heap : 73 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.67/4.83	c 5	Simplifing CSP by introducing new Boolean variables
4.67/4.83	c 5	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.67/4.83	c 5	Heap : 73 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.17/5.30	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.17/5.31	c 5	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
5.17/5.31	c 5	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
5.17/5.31	c 5	10 (30%) CSP integer variables are encoded (240 clauses, 2496 bytes)
5.17/5.32	c 5	13 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
5.17/5.32	c 5	16 (50%) CSP integer variables are encoded (384 clauses, 4080 bytes)
5.17/5.32	c 5	20 (60%) CSP integer variables are encoded (480 clauses, 5136 bytes)
5.17/5.32	c 5	23 (70%) CSP integer variables are encoded (552 clauses, 5928 bytes)
5.17/5.32	c 5	26 (80%) CSP integer variables are encoded (624 clauses, 6720 bytes)
5.17/5.32	c 5	29 (90%) CSP integer variables are encoded (696 clauses, 7512 bytes)
5.17/5.33	c 5	32 (100%) CSP integer variables are encoded (768 clauses, 8304 bytes)
5.46/5.61	c 6	2 (10%) CSP clauses are encoded (9712 clauses, 262159 bytes)
5.56/5.73	c 6	3 (20%) CSP clauses are encoded (14184 clauses, 390950 bytes)
5.66/5.83	c 6	4 (30%) CSP clauses are encoded (18656 clauses, 519856 bytes)
5.76/5.94	c 6	5 (40%) CSP clauses are encoded (23128 clauses, 657064 bytes)
5.86/6.05	c 6	6 (50%) CSP clauses are encoded (27600 clauses, 794272 bytes)
6.07/6.27	c 6	8 (60%) CSP clauses are encoded (36544 clauses, 1068688 bytes)
276.70/279.42	c 280	9 (70%) CSP clauses are encoded (290178 clauses, 13084669 bytes)
544.49/550.25	c 550	10 (80%) CSP clauses are encoded (543812 clauses, 27250515 bytes)
804.92/815.85	c 816	11 (90%) CSP clauses are encoded (797446 clauses, 41416361 bytes)
1061.68/1076.59	c 1077	12 (100%) CSP clauses are encoded (1051080 clauses, 55582207 bytes)
1061.68/1076.59	c 1077	12 CSP clauses encoded
1061.68/1076.59	c 1077	Writing map file : HOME/temp.map
1061.68/1076.59	c 1077	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1061.68/1076.59	c 1077	SAT : 800 SAT variables, 1051080 SAT clauses, 55582207 bytes
1061.68/1076.59	c 1077	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1061.77/1076.66	c 1077	SOLVING HOME/temp.cnf
1061.77/1076.66	c 1077	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1061.77/1076.67	c 1077	This is MiniSat 2.0 beta
1061.77/1076.67	c 1077	WARNING: for repeatability, setting FPU to use double precision
1061.77/1076.67	c 1077	============================[ Problem Statistics ]=============================
1061.77/1076.67	c 1077	|                                                                             |
1061.77/1076.67	c 1077	|  Number of variables:  800                                                  |
1061.77/1076.67	c 1077	|  Number of clauses:    1051080                                              |
1063.11/1078.07	c 1078	|  Parsing time:         1.23         s                                       |
1063.20/1078.16	c 1078	============================[ Search Statistics ]==============================
1063.20/1078.16	c 1078	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1063.20/1078.16	c 1078	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1063.20/1078.16	c 1078	===============================================================================
1063.20/1078.16	c 1078	|         0 |     800  1051080 12292220 |   350360        0    nan |  0.000 % |
1063.41/1078.35	c 1079	|       100 |     800  1051080 12292220 |   385396      100      5 |  0.000 % |
1063.50/1078.43	c 1079	|       250 |     800  1051080 12292220 |   423935      250      6 |  0.000 % |
1064.10/1079.02	c 1079	|       476 |     800  1051080 12292220 |   466329      476      8 |  0.001 % |
1064.98/1079.93	c 1080	|       813 |     800  1051080 12292220 |   512962      813     11 |  0.002 % |
1065.68/1080.65	c 1081	===============================================================================
1065.68/1080.65	c 1081	restarts              : 5
1065.68/1080.65	c 1081	conflicts             : 1280           (340 /sec)
1065.68/1080.65	c 1081	decisions             : 2007           (1.10 % random) (533 /sec)
1065.68/1080.65	c 1081	propagations          : 65222          (17312 /sec)
1065.68/1080.65	c 1081	conflict literals     : 17237          (20.64 % deleted)
1065.68/1080.65	c 1081	Memory used           : 87.57 MB
1065.68/1080.65	c 1081	CPU time              : 3.76743 s
1065.68/1080.65	c 1081	
1065.68/1080.65	c 1081	SATISFIABLE
1065.68/1080.67	c 1081	DECODING HOME/temp.out WITH HOME/temp.map
1065.68/1080.67	c 1081	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1065.76/1080.76	c 1081	Decoding HOME/temp.out
1065.76/1080.78	s SATISFIABLE
1065.76/1080.78	v 20 19 14 15 8 18 12 4 21 14 24 0 13 19 4 18 4 12 4 13 3 14 13 18 4 18 18 4 20 11 4 4
1065.76/1080.78	c 1081	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1065.76/1080.81	c 1081	CPU 1064.86 (0.04 0.01 1064.82 1.01)
1065.76/1080.81	c 1081	END Fri Jul  4 17:00:27 2008

Verifier Data (download as text)

OK

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-1075913-1215182546/watcher-1075913-1215182546 -o /tmp/evaluation-result-1075913-1215182546/solver-1075913-1215182546 -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-1075913-1215182546.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 2.00 4/74 21269
/proc/meminfo: memFree=1434784/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=12268 CPUtime=0
/proc/21269/stat : 21269 (sugar) R 21267 21269 18900 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1997227464 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21269/statm: 3067 316 241 3 0 167 0

[startup+0.0811201 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 21269
/proc/meminfo: memFree=1434784/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.03
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997227464 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10289 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 21269
/proc/meminfo: memFree=1434784/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.03
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997227464 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301215 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 21269
/proc/meminfo: memFree=1434784/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.03
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997227464 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70126 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 21269
/proc/meminfo: memFree=1434784/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.03
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997227464 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 21291
/proc/meminfo: memFree=1426952/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.84
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 973 9660 0 1 3 0 75 6 16 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=864072 CPUtime=0.57
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 6086 0 1 0 55 2 0 0 18 0 9 0 1997227555 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216018 5297 2532 9 0 210600 0
[pid=21283/tid=21284] ppid=21282 vsize=864072 CPUtime=0.43
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 2446 0 1 0 42 1 0 0 20 0 9 0 1997227556 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4126418147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21285] ppid=21282 vsize=864072 CPUtime=0.09
/proc/21283/task/21285/stat : 21285 (java) S 21282 21269 18900 0 -1 64 2636 0 0 0 9 0 0 0 16 0 9 0 1997227557 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21286] ppid=21282 vsize=864072 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=864072 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997227557 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=864072 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=864072 CPUtime=0.03
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 307 0 0 0 3 0 0 0 18 0 9 0 1997227559 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=864072 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 884809728 5297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=864072 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 884809728 5297 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) 883028

[startup+3.10251 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 21291
/proc/meminfo: memFree=1405064/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.84
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 973 9660 0 1 3 0 75 6 15 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=865380 CPUtime=2.16
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 16339 0 1 0 207 9 0 0 18 0 9 0 1997227555 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216345 14722 2540 9 0 210920 0
[pid=21283/tid=21284] ppid=21282 vsize=865380 CPUtime=1.06
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 2842 0 1 0 105 1 0 0 25 0 9 0 1997227556 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21285] ppid=21282 vsize=865380 CPUtime=1.01
/proc/21283/task/21285/stat : 21285 (java) R 21282 21269 18900 0 -1 64 12484 0 0 0 95 6 0 0 17 0 9 0 1997227557 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21286] ppid=21282 vsize=865380 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=865380 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997227557 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=865380 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=865380 CPUtime=0.05
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1997227559 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=865380 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 886149120 14722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=865380 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 886149120 14722 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) 884336

[startup+6.30285 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1343944/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.85
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 974 9660 0 1 3 1 75 6 15 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=864488 CPUtime=5.32
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 26937 0 1 0 518 14 0 0 18 0 9 0 1997227555 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216122 24139 2564 9 0 210669 0
[pid=21283/tid=21284] ppid=21282 vsize=864488 CPUtime=2.55
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 3709 0 1 0 252 3 0 0 25 0 9 0 1997227556 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4126539602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21285] ppid=21282 vsize=864488 CPUtime=2.66
/proc/21283/task/21285/stat : 21285 (java) S 21282 21269 18900 0 -1 64 22192 0 0 0 256 10 0 0 16 0 9 0 1997227557 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21286] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997227557 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=864488 CPUtime=0.08
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 1997227559 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 885235712 24139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883444

[startup+12.7015 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 21291
/proc/meminfo: memFree=1339656/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.85
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 974 9660 0 1 3 1 75 6 15 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=864488 CPUtime=11.65
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 27605 0 1 0 1150 15 0 0 18 0 9 0 1997227555 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216122 24774 2564 9 0 210669 0
[pid=21283/tid=21284] ppid=21282 vsize=864488 CPUtime=8.74
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 3742 0 1 0 871 3 0 0 25 0 9 0 1997227556 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4126560128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21285] ppid=21282 vsize=864488 CPUtime=2.81
/proc/21283/task/21285/stat : 21285 (java) S 21282 21269 18900 0 -1 64 22827 0 0 0 270 11 0 0 16 0 9 0 1997227557 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21286] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997227557 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=864488 CPUtime=0.08
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 1997227559 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 885235712 24774 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) 883444

[startup+25.5028 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 21291
/proc/meminfo: memFree=1338632/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.85
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 974 9660 0 1 3 1 75 6 15 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=864488 CPUtime=24.33
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 27605 0 1 0 2418 15 0 0 18 0 9 0 1997227555 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216122 24774 2564 9 0 210669 0
[pid=21283/tid=21284] ppid=21282 vsize=864488 CPUtime=21.41
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 3742 0 1 0 2138 3 0 0 25 0 9 0 1997227556 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4126560175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21285] ppid=21282 vsize=864488 CPUtime=2.81
/proc/21283/task/21285/stat : 21285 (java) S 21282 21269 18900 0 -1 64 22827 0 0 0 270 11 0 0 16 0 9 0 1997227557 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21286] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997227557 885235712 24774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=21283/tid=21287] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=864488 CPUtime=0.09
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 987.8
Current children cumulated vsize (KiB) 883444

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 21349
/proc/meminfo: memFree=1607592/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.85
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 974 9660 0 1 3 1 75 6 16 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=864488 CPUtime=1046.63
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 54278 0 1 0 104600 63 0 0 18 0 9 0 1997227555 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216122 33544 2564 9 0 210669 0
[pid=21283/tid=21284] ppid=21282 vsize=864488 CPUtime=1039.68
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 4361 0 1 0 103934 34 0 0 25 0 9 0 1997227556 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21283/tid=21285] ppid=21282 vsize=864488 CPUtime=6.82
/proc/21283/task/21285/stat : 21285 (java) S 21282 21269 18900 0 -1 64 48875 0 0 0 655 27 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21283/tid=21286] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=864488 CPUtime=0.09
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1047.48
Current children cumulated vsize (KiB) 883444

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

[startup+1068.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 21349
/proc/meminfo: memFree=1607592/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.85
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 974 9660 0 1 3 1 75 6 16 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=864488 CPUtime=1053.03
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 54278 0 1 0 105240 63 0 0 18 0 9 0 1997227555 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216122 33544 2564 9 0 210669 0
[pid=21283/tid=21284] ppid=21282 vsize=864488 CPUtime=1046.08
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 4361 0 1 0 104574 34 0 0 25 0 9 0 1997227556 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21283/tid=21285] ppid=21282 vsize=864488 CPUtime=6.82
/proc/21283/task/21285/stat : 21285 (java) S 21282 21269 18900 0 -1 64 48875 0 0 0 655 27 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21283/tid=21286] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=864488 CPUtime=0.09
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.88
Current children cumulated vsize (KiB) 883444

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 21349
/proc/meminfo: memFree=1607528/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=0.85
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 974 9660 0 1 3 1 75 6 16 0 1 0 1997227464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 797 370 3 0 500 0
[pid=21282] ppid=21269 vsize=5356 CPUtime=0
/proc/21282/stat : 21282 (sh) S 21269 21269 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997227554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21282/statm: 1339 233 193 169 0 50 0
[pid=21283] ppid=21282 vsize=864488 CPUtime=1059.43
/proc/21283/stat : 21283 (java) S 21282 21269 18900 0 -1 0 54278 0 1 0 105880 63 0 0 18 0 9 0 1997227555 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21283/statm: 216122 33544 2564 9 0 210669 0
[pid=21283/tid=21284] ppid=21282 vsize=864488 CPUtime=1052.48
/proc/21283/task/21284/stat : 21284 (java) R 21282 21269 18900 0 -1 64 4361 0 1 0 105214 34 0 0 25 0 9 0 1997227556 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4126560122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21283/tid=21285] ppid=21282 vsize=864488 CPUtime=6.82
/proc/21283/task/21285/stat : 21285 (java) S 21282 21269 18900 0 -1 64 48875 0 0 0 655 27 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21283/tid=21286] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21286/stat : 21286 (java) S 21282 21269 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21287] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21287/stat : 21287 (java) S 21282 21269 18900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997227557 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21288] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21288/stat : 21288 (java) S 21282 21269 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21289] ppid=21282 vsize=864488 CPUtime=0.09
/proc/21283/task/21289/stat : 21289 (java) S 21282 21269 18900 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21290] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21290/stat : 21290 (java) S 21282 21269 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21283/tid=21291] ppid=21282 vsize=864488 CPUtime=0
/proc/21283/task/21291/stat : 21291 (java) S 21282 21269 18900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997227559 885235712 33544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1060.28
Current children cumulated vsize (KiB) 883444

[startup+1078.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21351
/proc/meminfo: memFree=1650344/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=1061.8
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 1031 64309 0 2 3 1 106096 80 15 0 1 0 1997227464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 798 370 3 0 500 0
[pid=21350] ppid=21269 vsize=5356 CPUtime=0
/proc/21350/stat : 21350 (sh) S 21269 21269 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997335131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21350/statm: 1339 232 193 169 0 50 0
[pid=21351] ppid=21350 vsize=83060 CPUtime=1.61
/proc/21351/stat : 21351 (minisat) R 21350 21269 18900 0 -1 4194304 19789 0 0 0 145 16 0 0 25 0 1 0 1997335131 85053440 19775 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 20765 19775 72 150 0 20612 0
Current children cumulated CPU time (s) 1063.41
Current children cumulated vsize (KiB) 102016

[startup+1079.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21351
/proc/meminfo: memFree=1634728/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=1061.8
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 1031 64309 0 2 3 1 106096 80 15 0 1 0 1997227464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 798 370 3 0 500 0
[pid=21350] ppid=21269 vsize=5356 CPUtime=0
/proc/21350/stat : 21350 (sh) S 21269 21269 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997335131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21350/statm: 1339 232 193 169 0 50 0
[pid=21351] ppid=21350 vsize=89056 CPUtime=3.18
/proc/21351/stat : 21351 (minisat) R 21350 21269 18900 0 -1 4194304 21153 0 0 0 302 16 0 0 25 0 1 0 1997335131 91193344 21139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 22264 21139 75 150 0 22111 0
Current children cumulated CPU time (s) 1064.98
Current children cumulated vsize (KiB) 108012

[startup+1080.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21351
/proc/meminfo: memFree=1632808/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=1061.8
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 1031 64309 0 2 3 1 106096 80 16 0 1 0 1997227464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 798 370 3 0 500 0
[pid=21350] ppid=21269 vsize=5356 CPUtime=0
/proc/21350/stat : 21350 (sh) S 21269 21269 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997335131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21350/statm: 1339 232 193 169 0 50 0
[pid=21351] ppid=21350 vsize=89672 CPUtime=3.59
/proc/21351/stat : 21351 (minisat) R 21350 21269 18900 0 -1 4194304 21294 0 0 0 342 17 0 0 25 0 1 0 1997335131 91824128 21280 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 22418 21280 75 150 0 22265 0
Current children cumulated CPU time (s) 1065.39
Current children cumulated vsize (KiB) 108628

[startup+1080.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21351
/proc/meminfo: memFree=1632808/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=1065.76
/proc/21269/stat : 21269 (sugar) S 21267 21269 18900 0 -1 4194304 1070 85906 0 2 3 1 106473 99 16 0 1 0 1997227464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21269/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1065.76
Current children cumulated vsize (KiB) 13600

[startup+1080.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21351
/proc/meminfo: memFree=1632808/2055920 swapFree=4180396/4192956
[pid=21269] ppid=21267 vsize=13600 CPUtime=1065.89
/proc/21269/stat : 21269 (sugar) R 21267 21269 18900 0 -1 4194304 1117 89521 0 3 4 2 106482 101 16 0 1 0 1997227464 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21269/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1065.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1080.83
CPU time (s): 1065.92
CPU user time (s): 1064.86
CPU system time (s): 1.05884
CPU usage (%): 98.6203
Max. virtual memory (cumulated for all children) (KiB): 897260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1064.86
system time used= 1.05884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90668
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28417
involuntary context switches= 55111

runsolver used 1.24781 second user time and 3.73743 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 16:42:26
IDJOB=1075913
IDBENCH=56551
IDSOLVER=346
FILE ID=node44/1075913-1215182546
PBS_JOBID= 7881502
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg4-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-1075913-1215182546/watcher-1075913-1215182546 -o /tmp/evaluation-result-1075913-1215182546/solver-1075913-1215182546 -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-1075913-1215182546.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d0c9e082e533940732de8cf42d70b3e
RANDOM SEED=1833037087

node44.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.213
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.213
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:       1435264 kB
Buffers:         36384 kB
Cached:         261124 kB
SwapCached:       6316 kB
Active:         517268 kB
Inactive:        39832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435264 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         266904 kB
Slab:            48376 kB
Committed_AS:  3751748 kB
PageTables:       2348 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= 66524 MiB
End job on node44 at 2008-07-04 17:00:27