Trace number 2071852

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 357.918 359.745

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-6_ext.xml
MD5SUM7f6583e4b68c1a523eb73180242a388f
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 benchmark1.12483
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
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

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 01:31:48 2009
0.01/0.07	c 0	PID 18268
0.01/0.07	c 0	HOST node76.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2071852-1247355108.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071852-1247355108.xml' 'HOME/temp.csp'
0.06/0.40	c 1	1 domains, 36 variables, 0 predicates, 1 relations, 12 constraints
0.06/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.37/0.51	c 1	Parsing HOME/temp.csp
0.37/0.69	c 1	parsed 50 expressions
0.37/0.70	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.70	c 1	Converting to clausal form CSP
0.37/0.72	c 1	converted 5 (10%) expressions
0.37/0.72	c 1	converted 10 (20%) expressions
0.37/0.72	c 1	converted 15 (30%) expressions
0.37/0.72	c 1	converted 20 (40%) expressions
0.37/0.72	c 1	converted 25 (50%) expressions
0.37/0.72	c 1	converted 30 (60%) expressions
0.37/0.72	c 1	converted 35 (70%) expressions
1.01/1.12	c 2	converted 40 (80%) expressions
1.61/1.78	c 2	converted 45 (90%) expressions
2.40/2.57	c 3	converted 50 (100%) expressions
2.40/2.57	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.40/2.57	c 3	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.57	c 3	Propagation in CSP
2.40/2.57	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.57	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.40/2.57	c 3	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.57	c 3	Simplifing CSP by introducing new Boolean variables
2.40/2.57	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.40/2.57	c 3	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.88	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.88	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
2.70/2.89	c 3	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
2.70/2.89	c 3	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.70/2.89	c 3	15 (40%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.70/2.89	c 3	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.70/2.89	c 3	22 (60%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.70/2.89	c 3	26 (70%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.70/2.90	c 3	29 (80%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.80/2.90	c 3	33 (90%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.80/2.90	c 3	36 (100%) CSP integer variables are encoded (864 clauses, 9360 bytes)
35.03/35.33	c 36	2 (10%) CSP clauses are encoded (153992 clauses, 5834424 bytes)
51.65/52.07	c 52	3 (20%) CSP clauses are encoded (230556 clauses, 9020172 bytes)
67.76/68.23	c 69	4 (30%) CSP clauses are encoded (307120 clauses, 12205920 bytes)
84.58/85.12	c 86	5 (40%) CSP clauses are encoded (383684 clauses, 15392901 bytes)
100.90/101.52	c 102	6 (50%) CSP clauses are encoded (460248 clauses, 18725648 bytes)
133.63/134.48	c 135	8 (60%) CSP clauses are encoded (613376 clauses, 25391142 bytes)
150.74/151.66	c 152	9 (70%) CSP clauses are encoded (689940 clauses, 28723889 bytes)
167.46/168.46	c 169	10 (80%) CSP clauses are encoded (766504 clauses, 32056636 bytes)
183.98/185.04	c 185	11 (90%) CSP clauses are encoded (843068 clauses, 35389383 bytes)
200.29/201.44	c 202	12 (100%) CSP clauses are encoded (919632 clauses, 38722130 bytes)
200.29/201.44	c 202	12 CSP clauses encoded
200.29/201.44	c 202	Writing map file : HOME/temp.map
200.29/201.44	c 202	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
200.29/201.44	c 202	SAT : 900 SAT variables, 919632 SAT clauses, 38722130 bytes
200.29/201.44	c 202	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
200.29/201.47	c 202	SOLVING HOME/temp.cnf
200.29/201.47	c 202	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
200.29/201.47	c 202	This is MiniSat 2.0 beta
200.29/201.47	c 202	WARNING: for repeatability, setting FPU to use double precision
200.29/201.47	c 202	============================[ Problem Statistics ]=============================
200.29/201.47	c 202	|                                                                             |
200.29/201.47	c 202	|  Number of variables:  900                                                  |
200.29/201.47	c 202	|  Number of clauses:    919632                                               |
201.19/202.36	c 203	|  Parsing time:         0.77         s                                       |
201.28/202.42	c 203	============================[ Search Statistics ]==============================
201.28/202.42	c 203	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
201.28/202.42	c 203	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
201.28/202.42	c 203	===============================================================================
201.28/202.42	c 203	|         0 |     900   919632  8436420 |   306544        0    nan |  0.000 % |
201.28/202.46	c 203	|       101 |     900   919632  8436420 |   337198      101      6 |  0.000 % |
201.37/202.51	c 203	|       251 |     900   919632  8436420 |   370918      251      7 |  0.003 % |
201.48/202.60	c 203	|       477 |     900   919632  8436420 |   408010      477      7 |  0.003 % |
201.58/202.71	c 203	|       814 |     900   919632  8436420 |   448811      814      7 |  0.003 % |
201.68/202.84	c 203	|      1320 |     900   919632  8436420 |   493692     1320      8 |  0.003 % |
201.98/203.13	c 204	|      2080 |     900   919632  8436420 |   543061     2080      8 |  0.002 % |
202.67/203.84	c 204	|      3219 |     900   919632  8436420 |   597367     3219     10 |  0.003 % |
205.76/206.99	c 207	|      4928 |     900   919632  8436420 |   657104     4928     13 |  0.000 % |
212.43/213.64	c 214	|      7490 |     900   919632  8436420 |   722814     7490     14 |  0.002 % |
219.30/220.58	c 221	|     11334 |     900   919632  8436420 |   795096    11334     15 |  0.003 % |
223.77/225.08	c 226	|     17101 |     900   919632  8436420 |   874605    17101     14 |  0.001 % |
237.23/238.54	c 239	|     25750 |     900   919632  8436420 |   962066    25750     16 |  0.002 % |
282.61/284.18	c 285	|     38724 |     900   919632  8436420 |  1058273    38724     17 |  0.002 % |
339.05/340.88	c 341	|     58185 |     900   919632  8436420 |  1164100    58185     17 |  0.001 % |
357.68/359.54	c 360	===============================================================================
357.68/359.54	c 360	restarts              : 15
357.68/359.54	c 360	conflicts             : 62571          (398 /sec)
357.68/359.54	c 360	decisions             : 85977          (1.24 % random) (547 /sec)
357.68/359.54	c 360	propagations          : 3698086        (23521 /sec)
357.68/359.54	c 360	conflict literals     : 1083535        (25.57 % deleted)
357.68/359.54	c 360	Memory used           : 77.66 MB
357.68/359.54	c 360	CPU time              : 157.226 s
357.68/359.54	c 360	
357.68/359.54	c 360	SATISFIABLE
357.68/359.56	c 360	DECODING HOME/temp.out WITH HOME/temp.map
357.68/359.56	c 360	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
357.78/359.64	c 360	Decoding HOME/temp.out
357.78/359.66	s SATISFIABLE
357.78/359.66	v 21 8 25 18 11 0 8 17 8 19 8 18 25 8 25 4 11 18 18 19 4 11 0 4 11 8 11 0 2 18 0 18 18 4 18 18
357.78/359.68	c 360	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
357.86/359.73	c 360	CPU 357.86 (0.05 0.01 357.09 0.71)
357.86/359.73	c 360	END Sun Jul 12 01:37:48 2009

Verifier Data

OK

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.27 4/81 18268
/proc/meminfo: memFree=1856784/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=12272 CPUtime=0
/proc/18268/stat : 18268 (sugar) R 18266 18268 17203 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 22576177 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 265691725808 0 0 4224 0 0 0 0 17 0 0 0
/proc/18268/statm: 3068 325 244 3 0 168 0

[startup+0.022222 s]
/proc/loadavg: 2.00 2.01 2.27 4/81 18268
/proc/meminfo: memFree=1856784/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=12808 CPUtime=0.01
/proc/18268/stat : 18268 (sugar) R 18266 18268 17203 0 -1 4194304 574 0 0 0 1 0 0 0 18 0 1 0 22576177 13115392 543 996147200 4194304 4206940 548682068608 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 0 0 0
/proc/18268/statm: 3202 544 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101237 s]
/proc/loadavg: 2.00 2.01 2.27 4/81 18268
/proc/meminfo: memFree=1856784/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.06
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301274 s]
/proc/loadavg: 2.00 2.01 2.27 4/81 18268
/proc/meminfo: memFree=1856784/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.06
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70135 s]
/proc/loadavg: 2.00 2.01 2.27 4/81 18268
/proc/meminfo: memFree=1856784/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1310 7022 0 1 5 1 27 4 16 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.5025 s]
/proc/loadavg: 2.00 2.01 2.27 4/92 18290
/proc/meminfo: memFree=1835768/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1310 7022 0 1 5 1 27 4 15 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
[pid=18281] ppid=18268 vsize=5356 CPUtime=0
/proc/18281/stat : 18281 (sh) S 18268 18268 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22576221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18281/statm: 1339 233 193 169 0 50 0
[pid=18282] ppid=18281 vsize=864352 CPUtime=1.04
/proc/18282/stat : 18282 (java) S 18281 18268 17203 0 -1 0 10874 0 1 0 100 4 0 0 18 0 9 0 22576222 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18282/statm: 216088 9877 2566 9 0 210593 0
[pid=18282/tid=18283] ppid=18281 vsize=864352 CPUtime=0.47
/proc/18282/task/18283/stat : 18283 (java) R 18281 18268 17203 0 -1 64 2945 0 1 0 46 1 0 0 20 0 9 0 22576223 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18284] ppid=18281 vsize=864352 CPUtime=0.5
/proc/18282/task/18284/stat : 18284 (java) R 18281 18268 17203 0 -1 64 6916 0 0 0 48 2 0 0 17 0 9 0 22576224 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 103826294 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18285] ppid=18281 vsize=864352 CPUtime=0
/proc/18282/task/18285/stat : 18285 (java) S 18281 18268 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22576224 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18286] ppid=18281 vsize=864352 CPUtime=0
/proc/18282/task/18286/stat : 18286 (java) S 18281 18268 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22576224 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18287] ppid=18281 vsize=864352 CPUtime=0
/proc/18282/task/18287/stat : 18287 (java) S 18281 18268 17203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22576226 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18288] ppid=18281 vsize=864352 CPUtime=0.04
/proc/18282/task/18288/stat : 18288 (java) S 18281 18268 17203 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 22576226 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18289] ppid=18281 vsize=864352 CPUtime=0
/proc/18282/task/18289/stat : 18289 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22576226 885096448 9877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18290] ppid=18281 vsize=864352 CPUtime=0
/proc/18282/task/18290/stat : 18290 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22576226 885096448 9877 996147200 134512640 134550932 4294955936 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) 886576

[startup+3.10281 s]
/proc/loadavg: 2.08 2.02 2.28 4/92 18290
/proc/meminfo: memFree=1808376/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1310 7022 0 1 5 1 27 4 15 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
[pid=18281] ppid=18268 vsize=5356 CPUtime=0
/proc/18281/stat : 18281 (sh) S 18268 18268 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22576221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18281/statm: 1339 233 193 169 0 50 0
[pid=18282] ppid=18281 vsize=864464 CPUtime=2.62
/proc/18282/stat : 18282 (java) S 18281 18268 17203 0 -1 0 19594 0 1 0 254 8 0 0 18 0 9 0 22576222 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18282/statm: 216116 18427 2590 9 0 210593 0
[pid=18282/tid=18283] ppid=18281 vsize=864464 CPUtime=1.11
/proc/18282/task/18283/stat : 18283 (java) R 18281 18268 17203 0 -1 64 3435 0 1 0 110 1 0 0 18 0 9 0 22576223 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4126606445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18284] ppid=18281 vsize=864464 CPUtime=1.42
/proc/18282/task/18284/stat : 18284 (java) S 18281 18268 17203 0 -1 64 15125 0 0 0 136 6 0 0 16 0 9 0 22576224 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18285] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18285/stat : 18285 (java) S 18281 18268 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18286] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18286/stat : 18286 (java) S 18281 18268 17203 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18287] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18287/stat : 18287 (java) S 18281 18268 17203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22576226 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18288] ppid=18281 vsize=864464 CPUtime=0.06
/proc/18282/task/18288/stat : 18288 (java) S 18281 18268 17203 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 22576226 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18289] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18289/stat : 18289 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22576226 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18290] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18290/stat : 18290 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22576226 885211136 18427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886688

[startup+6.30242 s]
/proc/loadavg: 2.08 2.02 2.28 3/92 18290
/proc/meminfo: memFree=1789112/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1310 7022 0 1 5 1 27 4 15 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
[pid=18281] ppid=18268 vsize=5356 CPUtime=0
/proc/18281/stat : 18281 (sh) S 18268 18268 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22576221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18281/statm: 1339 233 193 169 0 50 0
[pid=18282] ppid=18281 vsize=864464 CPUtime=5.81
/proc/18282/stat : 18282 (java) S 18281 18268 17203 0 -1 0 19695 0 1 0 572 9 0 0 18 0 9 0 22576222 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18282/statm: 216116 18519 2590 9 0 210593 0
[pid=18282/tid=18283] ppid=18281 vsize=864464 CPUtime=4.26
/proc/18282/task/18283/stat : 18283 (java) R 18281 18268 17203 0 -1 64 3444 0 1 0 425 1 0 0 25 0 9 0 22576223 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4126587265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18284] ppid=18281 vsize=864464 CPUtime=1.45
/proc/18282/task/18284/stat : 18284 (java) S 18281 18268 17203 0 -1 64 15217 0 0 0 139 6 0 0 16 0 9 0 22576224 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18285] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18285/stat : 18285 (java) S 18281 18268 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18286] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18286/stat : 18286 (java) S 18281 18268 17203 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18287] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18287/stat : 18287 (java) S 18281 18268 17203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22576226 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18288] ppid=18281 vsize=864464 CPUtime=0.06
/proc/18282/task/18288/stat : 18288 (java) S 18281 18268 17203 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 22576226 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18289] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18289/stat : 18289 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22576226 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18290] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18290/stat : 18290 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22576226 885211136 18519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886688

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.27 3/92 18290
/proc/meminfo: memFree=1785208/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1310 7022 0 1 5 1 27 4 15 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
[pid=18281] ppid=18268 vsize=5356 CPUtime=0
/proc/18281/stat : 18281 (sh) S 18268 18268 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22576221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18281/statm: 1339 233 193 169 0 50 0
[pid=18282] ppid=18281 vsize=864464 CPUtime=12.18
/proc/18282/stat : 18282 (java) S 18281 18268 17203 0 -1 0 20810 0 1 0 1209 9 0 0 18 0 9 0 22576222 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18282/statm: 216116 19618 2590 9 0 210593 0
[pid=18282/tid=18283] ppid=18281 vsize=864464 CPUtime=10.56
/proc/18282/task/18283/stat : 18283 (java) R 18281 18268 17203 0 -1 64 3460 0 1 0 1055 1 0 0 25 0 9 0 22576223 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4126587156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18284] ppid=18281 vsize=864464 CPUtime=1.53
/proc/18282/task/18284/stat : 18284 (java) S 18281 18268 17203 0 -1 64 16316 0 0 0 146 7 0 0 16 0 9 0 22576224 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18285] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18285/stat : 18285 (java) S 18281 18268 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18286] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18286/stat : 18286 (java) S 18281 18268 17203 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18287] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18287/stat : 18287 (java) S 18281 18268 17203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22576226 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18288] ppid=18281 vsize=864464 CPUtime=0.06
/proc/18282/task/18288/stat : 18288 (java) S 18281 18268 17203 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 22576226 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18289] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18289/stat : 18289 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22576226 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18290] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18290/stat : 18290 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22576226 885211136 19618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886688

[startup+25.5021 s]
/proc/loadavg: 2.06 2.02 2.27 3/92 18290
/proc/meminfo: memFree=1772408/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=0.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1310 7022 0 1 5 1 27 4 15 0 1 0 22576177 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1111 409 3 0 796 0
[pid=18281] ppid=18268 vsize=5356 CPUtime=0
/proc/18281/stat : 18281 (sh) S 18268 18268 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22576221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18281/statm: 1339 233 193 169 0 50 0
[pid=18282] ppid=18281 vsize=864464 CPUtime=24.91
/proc/18282/stat : 18282 (java) S 18281 18268 17203 0 -1 0 23180 0 1 0 2479 12 0 0 18 0 9 0 22576222 885211136 21942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18282/statm: 216116 21942 2590 9 0 210593 0
[pid=18282/tid=18283] ppid=18281 vsize=864464 CPUtime=23.17
/proc/18282/task/18283/stat : 18283 (java) R 18281 18268 17203 0 -1 64 3506 0 1 0 2314 3 0 0 25 0 9 0 22576223 885211136 21942 996147200 134512640 134550932 4294955936 18446744073709551615 4126587226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18284] ppid=18281 vsize=864464 CPUtime=1.64
/proc/18282/task/18284/stat : 18284 (java) S 18281 18268 17203 0 -1 64 18636 0 0 0 157 7 0 0 16 0 9 0 22576224 885211136 21942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18285] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18285/stat : 18285 (java) S 18281 18268 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 21942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18286] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18286/stat : 18286 (java) S 18281 18268 17203 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22576224 885211136 21942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18287] ppid=18281 vsize=864464 CPUtime=0

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

[pid=18282/tid=18287] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18287/stat : 18287 (java) S 18281 18268 17203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22576226 885211136 29224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18288] ppid=18281 vsize=864464 CPUtime=0.08
/proc/18282/task/18288/stat : 18288 (java) S 18281 18268 17203 0 -1 64 346 0 0 0 8 0 0 0 17 0 9 0 22576226 885211136 29224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18289] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18289/stat : 18289 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22576226 885211136 29224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18282/tid=18290] ppid=18281 vsize=864464 CPUtime=0
/proc/18282/task/18290/stat : 18290 (java) S 18281 18268 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22576226 885211136 29224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 886688

[startup+222.302 s]
/proc/loadavg: 2.01 2.02 2.22 3/84 18292
/proc/meminfo: memFree=1744704/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=71612 CPUtime=20.72
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 17481 0 0 0 2061 11 0 0 25 0 1 0 22596325 73330688 17467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 17903 17467 75 150 0 17750 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 93836

[startup+282.303 s]
/proc/loadavg: 2.00 2.01 2.20 3/84 18292
/proc/meminfo: memFree=1740544/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=75928 CPUtime=80.45
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 18519 0 0 0 8033 12 0 0 25 0 1 0 22596325 77750272 18505 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 18982 18505 75 150 0 18829 0
Current children cumulated CPU time (s) 280.82
Current children cumulated vsize (KiB) 98152

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.18 3/84 18292
/proc/meminfo: memFree=1737728/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=78716 CPUtime=140.17
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 19201 0 0 0 14005 12 0 0 25 0 1 0 22596325 80605184 19187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 19679 19187 75 150 0 19526 0
Current children cumulated CPU time (s) 340.54
Current children cumulated vsize (KiB) 100940

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

[startup+345.502 s]
/proc/loadavg: 2.00 2.01 2.18 3/84 18292
/proc/meminfo: memFree=1737664/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=78852 CPUtime=143.36
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 19226 0 0 0 14324 12 0 0 25 0 1 0 22596325 80744448 19212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 19713 19212 75 150 0 19560 0
Current children cumulated CPU time (s) 343.73
Current children cumulated vsize (KiB) 101076

[startup+351.902 s]
/proc/loadavg: 2.00 2.01 2.18 3/84 18292
/proc/meminfo: memFree=1737408/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=78988 CPUtime=149.73
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 19274 0 0 0 14961 12 0 0 25 0 1 0 22596325 80883712 19260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 19747 19260 75 150 0 19594 0
Current children cumulated CPU time (s) 350.1
Current children cumulated vsize (KiB) 101212

[startup+355.102 s]
/proc/loadavg: 2.00 2.01 2.18 3/84 18292
/proc/meminfo: memFree=1737344/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=79124 CPUtime=152.92
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 19299 0 0 0 15280 12 0 0 25 0 1 0 22596325 81022976 19285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 19781 19285 75 150 0 19628 0
Current children cumulated CPU time (s) 353.29
Current children cumulated vsize (KiB) 101348

[startup+358.302 s]
/proc/loadavg: 2.00 2.01 2.18 3/84 18292
/proc/meminfo: memFree=1737280/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=79384 CPUtime=156.11
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 19338 0 0 0 15598 13 0 0 25 0 1 0 22596325 81289216 19324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 19846 19324 75 150 0 19693 0
Current children cumulated CPU time (s) 356.48
Current children cumulated vsize (KiB) 101608

[startup+359.102 s]
/proc/loadavg: 2.00 2.01 2.18 3/84 18292
/proc/meminfo: memFree=1737152/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=79384 CPUtime=156.91
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 19343 0 0 0 15678 13 0 0 25 0 1 0 22596325 81289216 19329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 19846 19329 75 150 0 19693 0
Current children cumulated CPU time (s) 357.28
Current children cumulated vsize (KiB) 101608

[startup+359.501 s]
/proc/loadavg: 2.00 2.01 2.18 3/84 18292
/proc/meminfo: memFree=1737152/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=200.37
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1374 53971 0 2 5 1 19977 54 16 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18291] ppid=18268 vsize=5356 CPUtime=0
/proc/18291/stat : 18291 (sh) S 18268 18268 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22596324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18291/statm: 1339 232 193 169 0 50 0
[pid=18292] ppid=18291 vsize=79520 CPUtime=157.31
/proc/18292/stat : 18292 (minisat) R 18291 18268 17203 0 -1 4194304 19350 0 0 0 15718 13 0 0 25 0 1 0 22596325 81428480 19336 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18292/statm: 19880 19336 75 150 0 19727 0
Current children cumulated CPU time (s) 357.68
Current children cumulated vsize (KiB) 101744

[startup+359.706 s]
/proc/loadavg: 2.00 2.01 2.18 3/88 18298
/proc/meminfo: memFree=1811808/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=16868 CPUtime=357.75
/proc/18268/stat : 18268 (sugar) S 18266 18268 17203 0 -1 4194304 1447 73616 0 2 5 1 35700 69 15 0 1 0 22576177 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18268/statm: 4217 1112 409 3 0 796 0
[pid=18293] ppid=18268 vsize=5356 CPUtime=0
/proc/18293/stat : 18293 (sh) S 18268 18268 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22612133 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18293/statm: 1339 233 193 169 0 50 0
[pid=18294] ppid=18293 vsize=864152 CPUtime=0.11
/proc/18294/stat : 18294 (java) S 18293 18268 17203 0 -1 0 3454 0 1 0 9 2 0 0 19 0 9 0 22612134 884891648 2920 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 216038 2920 1700 9 0 210543 0
[pid=18294/tid=18295] ppid=18293 vsize=864152 CPUtime=0.08
/proc/18294/task/18295/stat : 18295 (java) S 18293 18268 17203 0 -1 64 2469 0 1 0 7 1 0 0 25 0 9 0 22612135 884891648 2920 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18294/tid=18296] ppid=18293 vsize=864152 CPUtime=0
/proc/18294/task/18296/stat : 18296 (java) S 18293 18268 17203 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 22612136 884891648 2920 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18294/tid=18297] ppid=18293 vsize=864152 CPUtime=0
/proc/18294/task/18297/stat : 18297 (java) S 18293 18268 17203 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 22612136 884891648 2920 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18294/tid=18298] ppid=18293 vsize=864152 CPUtime=0
/proc/18294/task/18298/stat : 18298 (java) S 18293 18268 17203 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 22612136 884891648 2920 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 357.86
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 359.745
CPU time (s): 357.918
CPU user time (s): 357.158
CPU system time (s): 0.759884
CPU usage (%): 99.4921
Max. virtual memory (cumulated for all children) (KiB): 897444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.158
system time used= 0.759884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78896
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= 11236
involuntary context switches= 15139

runsolver used 0.413937 second user time and 1.18482 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 01:31:48
IDJOB=2071852
IDBENCH=55542
IDSOLVER=739
FILE ID=node76/2071852-1247355108
PBS_JOBID= 9506828
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg6-6_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071852-1247355108/watcher-2071852-1247355108 -o /tmp/evaluation-result-2071852-1247355108/solver-2071852-1247355108 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071852-1247355108.xml

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

MD5SUM BENCH= 7f6583e4b68c1a523eb73180242a388f
RANDOM SEED=169947925

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1857264 kB
Buffers:          7152 kB
Cached:          48948 kB
SwapCached:          0 kB
Active:         130604 kB
Inactive:        15676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:         108048 kB
Slab:            37556 kB
Committed_AS:   898332 kB
PageTables:       1996 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= 66376 MiB
End job on node76 at 2009-07-12 01:37:48