Trace number 2073711

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 1682.21 1683.06

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle17.xml
MD5SUM986ce178ce14d067dc534143840d5d5c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.464928
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 02:34:44 2009
0.06/0.07	c 0	PID 17873
0.06/0.08	c 0	HOST node27.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2073711-1247358884.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073711-1247358884.xml' 'HOME/temp.csp'
0.06/0.94	c 1	1 domains, 180 variables, 6 predicates, 5 relations, 1420 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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.93/1.04	c 1	Parsing HOME/temp.csp
1.52/1.65	c 2	parsed 1612 expressions
1.52/1.66	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.66	c 2	Converting to clausal form CSP
1.52/1.68	c 2	converted 162 (10%) expressions
3.02/3.19	c 3	converted 323 (20%) expressions
3.23/3.33	c 3	converted 484 (30%) expressions
3.23/3.36	c 3	converted 645 (40%) expressions
3.23/3.37	c 3	converted 806 (50%) expressions
3.53/3.62	c 3	converted 968 (60%) expressions
3.53/3.63	c 4	converted 1129 (70%) expressions
3.62/3.77	c 4	converted 1290 (80%) expressions
7.52/7.61	c 7	converted 1451 (90%) expressions
7.52/7.62	c 7	converted 1612 (100%) expressions
7.52/7.62	c 7	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
7.52/7.62	c 7	Heap : 150 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.52/7.62	c 7	Propagation in CSP
7.52/7.64	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.52/7.64	c 8	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
7.52/7.64	c 8	Heap : 150 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.52/7.64	c 8	Simplifing CSP by introducing new Boolean variables
7.63/7.74	c 8	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
7.63/7.74	c 8	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.63/8.77	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.63/8.79	c 9	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
8.63/8.79	c 9	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
8.63/8.79	c 9	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
8.63/8.79	c 9	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
8.63/8.80	c 9	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
8.63/8.80	c 9	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
8.63/8.80	c 9	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
8.63/8.80	c 9	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
8.63/8.80	c 9	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
8.63/8.80	c 9	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
41.31/41.45	c 41	1027 (10%) CSP clauses are encoded (498697 clauses, 20039718 bytes)
41.40/41.51	c 41	2054 (20%) CSP clauses are encoded (521724 clauses, 20441000 bytes)
41.40/41.55	c 41	3081 (30%) CSP clauses are encoded (544751 clauses, 20846644 bytes)
85.08/85.20	c 85	4108 (40%) CSP clauses are encoded (720879 clauses, 29043877 bytes)
85.08/85.26	c 85	5134 (50%) CSP clauses are encoded (743880 clauses, 29473138 bytes)
85.18/85.30	c 85	6161 (60%) CSP clauses are encoded (766932 clauses, 29903333 bytes)
105.28/105.50	c 105	7188 (70%) CSP clauses are encoded (866497 clauses, 34384133 bytes)
1287.46/1288.16	c 1288	8215 (80%) CSP clauses are encoded (2801605 clauses, 142252903 bytes)
1287.56/1288.21	c 1288	9242 (90%) CSP clauses are encoded (2825782 clauses, 142725017 bytes)
1287.56/1288.26	c 1288	10268 (100%) CSP clauses are encoded (2850708 clauses, 143204503 bytes)
1287.56/1288.26	c 1288	10268 CSP clauses encoded
1287.56/1288.26	c 1288	Writing map file : HOME/temp.map
1287.56/1288.26	c 1288	Heap : 220 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1287.56/1288.26	c 1288	SAT : 13348 SAT variables, 2850708 SAT clauses, 143204503 bytes
1287.56/1288.26	c 1288	Heap : 220 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1287.62/1288.35	c 1288	SOLVING HOME/temp.cnf
1287.62/1288.35	c 1288	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1287.62/1288.36	c 1288	This is MiniSat 2.0 beta
1287.62/1288.36	c 1288	WARNING: for repeatability, setting FPU to use double precision
1287.62/1288.36	c 1288	============================[ Problem Statistics ]=============================
1287.62/1288.36	c 1288	|                                                                             |
1287.62/1288.36	c 1288	|  Number of variables:  13348                                                |
1287.62/1288.36	c 1288	|  Number of clauses:    2850708                                              |
1290.63/1291.34	c 1291	|  Parsing time:         2.67         s                                       |
1290.82/1291.53	c 1291	============================[ Search Statistics ]==============================
1290.82/1291.53	c 1291	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1290.82/1291.53	c 1291	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1290.82/1291.53	c 1291	===============================================================================
1290.82/1291.53	c 1291	|         0 |   13348  2850708 26192408 |   950236        0    nan |  0.000 % |
1291.04/1291.79	c 1292	|       101 |   13348  2850708 26192408 |  1045259      101     11 |  0.000 % |
1291.23/1291.92	c 1292	|       251 |   13348  2850708 26192408 |  1149785      251      9 |  0.000 % |
1291.33/1292.08	c 1292	|       476 |   13348  2850708 26192408 |  1264764      476      9 |  0.000 % |
1291.83/1292.55	c 1292	|       814 |   13348  2850708 26192408 |  1391240      814      8 |  0.000 % |
1292.02/1292.76	c 1293	|      1321 |   13348  2850708 26192408 |  1530364     1321      8 |  0.000 % |
1292.32/1293.04	c 1293	|      2081 |   13348  2850708 26192408 |  1683401     2081      9 |  0.000 % |
1293.43/1294.18	c 1294	|      3220 |   13348  2850708 26192408 |  1851741     3220     10 |  0.000 % |
1294.23/1295.00	c 1295	|      4928 |   13348  2850708 26192408 |  2036915     4928      9 |  0.000 % |
1295.73/1296.43	c 1296	|      7490 |   13348  2850708 26192408 |  2240606     7490      9 |  0.000 % |
1298.13/1298.81	c 1299	|     11334 |   13348  2850708 26192408 |  2464667    11334     10 |  0.000 % |
1302.23/1302.98	c 1303	|     17101 |   13348  2850708 26192408 |  2711134    17101     11 |  0.000 % |
1306.63/1307.37	c 1307	|     25751 |   13348  2850708 26192408 |  2982247    25751     11 |  0.000 % |
1314.33/1315.05	c 1315	|     38725 |   13348  2850708 26192408 |  3280472    38725     11 |  0.000 % |
1325.83/1326.59	c 1326	|     58186 |   13348  2850708 26192408 |  3608519    58186     11 |  0.000 % |
1344.92/1345.61	c 1345	|     87378 |   13348  2850708 26192408 |  3969371    87378     12 |  0.000 % |
1373.51/1374.26	c 1374	|    131167 |   13348  2850708 26192408 |  4366308   131167     12 |  0.000 % |
1419.09/1419.82	c 1420	|    196851 |   13348  2850708 26192408 |  4802939   196851     12 |  0.000 % |
1484.47/1485.20	c 1485	|    295377 |   13348  2850708 26192408 |  5283233   295377     12 |  0.000 % |
1610.80/1611.68	c 1612	|    443166 |   13348  2850708 26192408 |  5811556   443166     13 |  0.000 % |
1681.79/1682.66	c 1683	===============================================================================
1681.79/1682.66	c 1683	restarts              : 20
1681.79/1682.66	c 1683	conflicts             : 527343         (1340 /sec)
1681.79/1682.66	c 1683	decisions             : 720002         (1.63 % random) (1829 /sec)
1681.79/1682.66	c 1683	propagations          : 15388635       (39092 /sec)
1681.79/1682.66	c 1683	conflict literals     : 7008515        (21.79 % deleted)
1681.79/1682.66	c 1683	Memory used           : 272.93 MB
1681.79/1682.66	c 1683	CPU time              : 393.653 s
1681.79/1682.66	c 1683	
1681.79/1682.67	c 1683	SATISFIABLE
1681.88/1682.71	c 1683	DECODING HOME/temp.out WITH HOME/temp.map
1681.88/1682.71	c 1683	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'
1681.88/1682.80	c 1683	Decoding HOME/temp.out
1682.06/1682.92	s SATISFIABLE
1682.06/1682.93	v 18 14 21 15 14 19 21 8 25 22 4 13 20 15 14 0 12 24 20 18 4 8 17 4 18 19 20 19 19 4 17 11 11 0 13 4 17 14 21 20 11 13 0 21 0 11 14 13 18 14 17 17 24 14 1 0 18 22 8 21 4 19 22 0 19 0 3 24 19 0 24 4 0 17 18 19 24 11 8 25 4 4 21 0 18 20 4 4 2 20 14 13 4 18 15 24 4 17 6 19 22 8 13 19 20 1 20 17 4 18 24 20 6 0 18 19 20 19 20 12 14 17 0 19 24 20 18 20 17 18 20 18 4 19 7 4 17 18 8 21 4 18 14 17 21 8 4 19 14 19 14 20 25 11 4 18 24 4 0 24 20 15 0 22 11 4 12 20 4 4 13 3 8 4 12 0 0 18 4 13
1682.06/1682.94	c 1683	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1682.06/1682.99	c 1683	CPU 1682.12 (0.06 0.02 1679.84 2.2)
1682.06/1682.99	c 1683	END Sun Jul 12 03:02:47 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-2073711-1247358884/watcher-2073711-1247358884 -o /tmp/evaluation-result-2073711-1247358884/solver-2073711-1247358884 -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-2073711-1247358884.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: 1.88 1.97 1.99 4/81 17873
/proc/meminfo: memFree=1749248/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=2552 CPUtime=0
/proc/17873/stat : 17873 (sugar) R 17871 17873 16518 0 -1 4194304 48 0 0 0 0 0 0 0 20 0 1 0 22954640 2613248 33 996147200 4194304 4206940 548682068608 18446744073709551615 233586095497 0 0 4096 0 0 0 0 17 1 0 0
/proc/17873/statm: 638 33 26 3 0 5 0

[startup+0.0742309 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17873
/proc/meminfo: memFree=1749248/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16608 CPUtime=0.06
/proc/17873/stat : 17873 (sugar) R 17871 17873 16518 0 -1 4194304 1074 0 0 0 5 1 0 0 20 0 1 0 22954640 17006592 1042 996147200 4194304 4206940 548682068608 18446744073709551615 233588558438 0 0 4224 0 0 0 0 17 0 0 0
/proc/17873/statm: 4152 1042 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101237 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17873
/proc/meminfo: memFree=1749248/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.06
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301269 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17873
/proc/meminfo: memFree=1749248/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.06
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701349 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17873
/proc/meminfo: memFree=1749248/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.06
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 1.88 1.97 1.99 3/88 17891
/proc/meminfo: memFree=1742408/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.91
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1309 9425 0 1 5 1 78 7 15 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
[pid=17886] ppid=17873 vsize=5356 CPUtime=0
/proc/17886/stat : 17886 (sh) S 17873 17873 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954737 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17886/statm: 1339 233 193 169 0 50 0
[pid=17887] ppid=17886 vsize=862284 CPUtime=0.52
/proc/17887/stat : 17887 (java) S 17886 17873 16518 0 -1 0 6371 0 1 0 48 4 0 0 18 0 9 0 22954737 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17887/statm: 215571 5480 2158 9 0 210484 0
[pid=17887/tid=17888] ppid=17886 vsize=862284 CPUtime=0.3
/proc/17887/task/17888/stat : 17888 (java) R 17886 17873 16518 0 -1 64 2018 0 1 0 29 1 0 0 21 0 9 0 22954738 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4126422208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17889] ppid=17886 vsize=862284 CPUtime=0.16
/proc/17887/task/17889/stat : 17889 (java) S 17886 17873 16518 0 -1 64 3347 0 0 0 15 1 0 0 16 0 9 0 22954739 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17890] ppid=17886 vsize=862284 CPUtime=0
/proc/17887/task/17890/stat : 17890 (java) S 17886 17873 16518 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954739 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17891] ppid=17886 vsize=862284 CPUtime=0
/proc/17887/task/17891/stat : 17891 (java) S 17886 17873 16518 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22954739 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884508

[startup+3.10178 s]
/proc/loadavg: 1.88 1.97 1.99 4/92 17895
/proc/meminfo: memFree=1714856/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.91
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1309 9425 0 1 5 1 78 7 15 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
[pid=17886] ppid=17873 vsize=5356 CPUtime=0
/proc/17886/stat : 17886 (sh) S 17873 17873 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954737 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17886/statm: 1339 233 193 169 0 50 0
[pid=17887] ppid=17886 vsize=864256 CPUtime=2.11
/proc/17887/stat : 17887 (java) S 17886 17873 16518 0 -1 0 16916 0 1 0 201 10 0 0 18 0 9 0 22954737 884998144 15714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17887/statm: 216064 15715 2566 9 0 210569 0
[pid=17887/tid=17888] ppid=17886 vsize=864256 CPUtime=0.99
/proc/17887/task/17888/stat : 17888 (java) R 17886 17873 16518 0 -1 64 3182 0 1 0 97 2 0 0 25 0 9 0 22954738 884998144 15716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17889] ppid=17886 vsize=864256 CPUtime=1.05
/proc/17887/task/17889/stat : 17889 (java) R 17886 17873 16518 0 -1 64 12720 0 0 0 98 7 0 0 17 0 9 0 22954739 884998144 15717 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17890] ppid=17886 vsize=864256 CPUtime=0
/proc/17887/task/17890/stat : 17890 (java) S 17886 17873 16518 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954739 884998144 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17891] ppid=17886 vsize=864256 CPUtime=0
/proc/17887/task/17891/stat : 17891 (java) S 17886 17873 16518 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22954739 884998144 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17892] ppid=17886 vsize=864256 CPUtime=0
/proc/17887/task/17892/stat : 17892 (java) S 17886 17873 16518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22954741 884998144 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17893] ppid=17886 vsize=864256 CPUtime=0.05
/proc/17887/task/17893/stat : 17893 (java) S 17886 17873 16518 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22954741 884998144 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17894] ppid=17886 vsize=864256 CPUtime=0
/proc/17887/task/17894/stat : 17894 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22954741 884998144 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17895] ppid=17886 vsize=864256 CPUtime=0
/proc/17887/task/17895/stat : 17895 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22954741 884998144 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886480

[startup+6.30236 s]
/proc/loadavg: 1.97 1.99 1.99 4/92 17895
/proc/meminfo: memFree=1624808/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.91
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1309 9425 0 1 5 1 78 7 15 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
[pid=17886] ppid=17873 vsize=5356 CPUtime=0
/proc/17886/stat : 17886 (sh) S 17873 17873 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954737 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17886/statm: 1339 233 193 169 0 50 0
[pid=17887] ppid=17886 vsize=868588 CPUtime=5.31
/proc/17887/stat : 17887 (java) S 17886 17873 16518 0 -1 0 45368 0 1 0 506 25 0 0 18 0 9 0 22954737 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17887/statm: 217147 33658 2567 9 0 211652 0
[pid=17887/tid=17888] ppid=17886 vsize=868588 CPUtime=2.11
/proc/17887/task/17888/stat : 17888 (java) R 17886 17873 16518 0 -1 64 3868 0 1 0 208 3 0 0 24 0 9 0 22954738 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4126525689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17889] ppid=17886 vsize=868588 CPUtime=3.02
/proc/17887/task/17889/stat : 17889 (java) S 17886 17873 16518 0 -1 64 39328 0 0 0 282 20 0 0 23 0 9 0 22954739 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17890] ppid=17886 vsize=868588 CPUtime=0
/proc/17887/task/17890/stat : 17890 (java) S 17886 17873 16518 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954739 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17891] ppid=17886 vsize=868588 CPUtime=0
/proc/17887/task/17891/stat : 17891 (java) S 17886 17873 16518 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22954739 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17892] ppid=17886 vsize=868588 CPUtime=0
/proc/17887/task/17892/stat : 17892 (java) S 17886 17873 16518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22954741 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17893] ppid=17886 vsize=868588 CPUtime=0.16
/proc/17887/task/17893/stat : 17893 (java) S 17886 17873 16518 0 -1 64 1470 0 0 0 15 1 0 0 16 0 9 0 22954741 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17894] ppid=17886 vsize=868588 CPUtime=0
/proc/17887/task/17894/stat : 17894 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22954741 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17895] ppid=17886 vsize=868588 CPUtime=0
/proc/17887/task/17895/stat : 17895 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22954741 889434112 33658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890812

[startup+12.7015 s]
/proc/loadavg: 1.97 1.99 1.99 3/92 17895
/proc/meminfo: memFree=1563176/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.91
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1310 9425 0 1 5 1 78 7 16 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
[pid=17886] ppid=17873 vsize=5356 CPUtime=0
/proc/17886/stat : 17886 (sh) S 17873 17873 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954737 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17886/statm: 1339 233 193 169 0 50 0
[pid=17887] ppid=17886 vsize=868700 CPUtime=11.71
/proc/17887/stat : 17887 (java) S 17886 17873 16518 0 -1 0 67611 0 1 0 1132 39 0 0 18 0 9 0 22954737 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17887/statm: 217175 46565 2592 9 0 211652 0
[pid=17887/tid=17888] ppid=17886 vsize=868700 CPUtime=6.59
/proc/17887/task/17888/stat : 17888 (java) R 17886 17873 16518 0 -1 64 4696 0 1 0 652 7 0 0 25 0 9 0 22954738 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17889] ppid=17886 vsize=868700 CPUtime=4.88
/proc/17887/task/17889/stat : 17889 (java) S 17886 17873 16518 0 -1 64 60711 0 0 0 458 30 0 0 16 0 9 0 22954739 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17890] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17890/stat : 17890 (java) S 17886 17873 16518 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954739 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17891] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17891/stat : 17891 (java) S 17886 17873 16518 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954739 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17892] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17892/stat : 17892 (java) S 17886 17873 16518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22954741 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17893] ppid=17886 vsize=868700 CPUtime=0.21
/proc/17887/task/17893/stat : 17893 (java) S 17886 17873 16518 0 -1 64 1502 0 0 0 20 1 0 0 16 0 9 0 22954741 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17894] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17894/stat : 17894 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22954741 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17895] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17895/stat : 17895 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22954741 889548800 46565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890924

[startup+25.5028 s]
/proc/loadavg: 1.98 1.99 1.99 3/92 17895
/proc/meminfo: memFree=1554792/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=0.91
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1310 9425 0 1 5 1 78 7 16 0 1 0 22954640 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1111 409 3 0 796 0
[pid=17886] ppid=17873 vsize=5356 CPUtime=0
/proc/17886/stat : 17886 (sh) S 17873 17873 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954737 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17886/statm: 1339 233 193 169 0 50 0
[pid=17887] ppid=17886 vsize=868700 CPUtime=24.5
/proc/17887/stat : 17887 (java) S 17886 17873 16518 0 -1 0 68233 0 1 0 2406 44 0 0 18 0 9 0 22954737 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17887/statm: 217175 47157 2592 9 0 211652 0
[pid=17887/tid=17888] ppid=17886 vsize=868700 CPUtime=19.14
/proc/17887/task/17888/stat : 17888 (java) R 17886 17873 16518 0 -1 64 4728 0 1 0 1903 11 0 0 25 0 9 0 22954738 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4126922469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17889] ppid=17886 vsize=868700 CPUtime=5.11
/proc/17887/task/17889/stat : 17889 (java) S 17886 17873 16518 0 -1 64 61298 0 0 0 480 31 0 0 17 0 9 0 22954739 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17890] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17890/stat : 17890 (java) S 17886 17873 16518 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954739 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17891] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17891/stat : 17891 (java) S 17886 17873 16518 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954739 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17892] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17892/stat : 17892 (java) S 17886 17873 16518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22954741 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17893] ppid=17886 vsize=868700 CPUtime=0.22
/proc/17887/task/17893/stat : 17893 (java) S 17886 17873 16518 0 -1 64 1505 0 0 0 21 1 0 0 16 0 9 0 22954741 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17894] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17894/stat : 17894 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22954741 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17887/tid=17895] ppid=17886 vsize=868700 CPUtime=0
/proc/17887/task/17895/stat : 17895 (java) S 17886 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22954741 889548800 47157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41

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

[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=261120 CPUtime=253.84
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 63281 0 0 0 25339 45 0 0 25 0 1 0 23083476 267386880 63267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 65280 63267 76 150 0 65127 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 283344

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/86 17980
/proc/meminfo: memFree=1337648/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=268568 CPUtime=313.8
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 65194 0 0 0 31333 47 0 0 25 0 1 0 23083476 275013632 65180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 67142 65180 76 150 0 66989 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 290792

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.97 4/86 17980
/proc/meminfo: memFree=1329712/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=276828 CPUtime=373.79
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 67063 0 0 0 37330 49 0 0 25 0 1 0 23083476 283471872 67049 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 69207 67049 76 150 0 69054 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 299052

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

[startup+1663.9 s]
/proc/loadavg: 2.00 1.97 1.97 3/86 17980
/proc/meminfo: memFree=1329648/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=277112 CPUtime=375.38
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 67109 0 0 0 37489 49 0 0 25 0 1 0 23083476 283762688 67095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 69278 67095 76 150 0 69125 0
Current children cumulated CPU time (s) 1663.09
Current children cumulated vsize (KiB) 299336

[startup+1676.71 s]
/proc/loadavg: 2.00 1.97 1.97 3/86 17980
/proc/meminfo: memFree=1327792/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=278952 CPUtime=388.18
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 67567 0 0 0 38769 49 0 0 25 0 1 0 23083476 285646848 67553 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 69738 67553 76 150 0 69585 0
Current children cumulated CPU time (s) 1675.89
Current children cumulated vsize (KiB) 301176

[startup+1679.9 s]
/proc/loadavg: 2.00 1.97 1.97 3/86 17980
/proc/meminfo: memFree=1327344/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=279216 CPUtime=391.37
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 67640 0 0 0 39088 49 0 0 25 0 1 0 23083476 285917184 67626 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 69804 67626 76 150 0 69651 0
Current children cumulated CPU time (s) 1679.08
Current children cumulated vsize (KiB) 301440

[startup+1681.5 s]
/proc/loadavg: 2.00 1.97 1.97 3/86 17980
/proc/meminfo: memFree=1327280/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=279348 CPUtime=392.97
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 67682 0 0 0 39248 49 0 0 25 0 1 0 23083476 286052352 67668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 69837 67668 76 150 0 69684 0
Current children cumulated CPU time (s) 1680.68
Current children cumulated vsize (KiB) 301572

[startup+1682.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/86 17980
/proc/meminfo: memFree=1327152/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=279348 CPUtime=393.77
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194304 67697 0 0 0 39328 49 0 0 25 0 1 0 23083476 286052352 67683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 69837 67683 76 150 0 69684 0
Current children cumulated CPU time (s) 1681.48
Current children cumulated vsize (KiB) 301572

[startup+1682.7 s]
/proc/loadavg: 2.00 1.97 1.97 3/86 17980
/proc/meminfo: memFree=1327152/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1287.71
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1376 128307 0 2 6 2 128600 163 16 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17973] ppid=17873 vsize=5356 CPUtime=0
/proc/17973/stat : 17973 (sh) S 17873 17873 16518 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23083475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17973/statm: 1339 232 193 169 0 50 0
[pid=17974] ppid=17973 vsize=0 CPUtime=394.17
/proc/17974/stat : 17974 (minisat) R 17973 17873 16518 0 -1 4194308 67727 0 0 0 39365 52 0 0 25 0 1 0 23083476 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1681.88
Current children cumulated vsize (KiB) 22224

[startup+1682.9 s]
/proc/loadavg: 2.00 1.97 1.97 4/94 17990
/proc/meminfo: memFree=1593072/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1681.9
/proc/17873/stat : 17873 (sugar) S 17871 17873 16518 0 -1 4194304 1448 196319 0 2 6 2 167965 217 15 0 1 0 22954640 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17873/statm: 4217 1113 409 3 0 796 0
[pid=17981] ppid=17873 vsize=5356 CPUtime=0
/proc/17981/stat : 17981 (sh) S 17873 17873 16518 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23122911 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17981/statm: 1339 233 193 169 0 50 0
[pid=17982] ppid=17981 vsize=862156 CPUtime=0.16
/proc/17982/stat : 17982 (java) S 17981 17873 16518 0 -1 0 2959 0 1 0 15 1 0 0 19 0 9 0 23122912 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17982/statm: 215539 2430 1261 9 0 210452 0
[pid=17982/tid=17983] ppid=17981 vsize=862156 CPUtime=0.12
/proc/17982/task/17983/stat : 17983 (java) R 17981 17873 16518 0 -1 64 1979 0 1 0 12 0 0 0 25 0 9 0 23122913 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4125963246 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17982/tid=17984] ppid=17981 vsize=862156 CPUtime=0
/proc/17982/task/17984/stat : 17984 (java) S 17981 17873 16518 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 23122914 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17982/tid=17985] ppid=17981 vsize=862156 CPUtime=0
/proc/17982/task/17985/stat : 17985 (java) S 17981 17873 16518 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 23122915 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17982/tid=17986] ppid=17981 vsize=862156 CPUtime=0
/proc/17982/task/17986/stat : 17986 (java) S 17981 17873 16518 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 23122915 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17982/tid=17987] ppid=17981 vsize=862156 CPUtime=0
/proc/17982/task/17987/stat : 17987 (java) S 17981 17873 16518 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23122917 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17982/tid=17988] ppid=17981 vsize=862156 CPUtime=0.02
/proc/17982/task/17988/stat : 17988 (java) R 17981 17873 16518 0 -1 64 285 0 0 0 2 0 0 0 22 0 9 0 23122917 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 11154396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17982/tid=17989] ppid=17981 vsize=862156 CPUtime=0
/proc/17982/task/17989/stat : 17989 (java) S 17981 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23122917 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17982/tid=17990] ppid=17981 vsize=862156 CPUtime=0
/proc/17982/task/17990/stat : 17990 (java) S 17981 17873 16518 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23122917 882847744 2430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.06
Current children cumulated vsize (KiB) 884380

[startup+1683.01 s]
/proc/loadavg: 2.00 1.97 1.97 4/94 17990
/proc/meminfo: memFree=1593072/2055920 swapFree=4192812/4192956
[pid=17873] ppid=17871 vsize=16868 CPUtime=1682.14
/proc/17873/stat : 17873 (sugar) R 17871 17873 16518 0 -1 4194304 1478 200121 0 3 6 4 167984 220 16 0 1 0 22954640 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17873/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1682.14
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1683.06
CPU time (s): 1682.21
CPU user time (s): 1679.91
CPU system time (s): 2.30065
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 916536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1679.91
system time used= 2.30065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201659
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= 34850
involuntary context switches= 33048

runsolver used 2.58361 second user time and 5.85311 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 02:34:44
IDJOB=2073711
IDBENCH=56005
IDSOLVER=739
FILE ID=node27/2073711-1247358884
PBS_JOBID= 9506816
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle17.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-2073711-1247358884/watcher-2073711-1247358884 -o /tmp/evaluation-result-2073711-1247358884/solver-2073711-1247358884 -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-2073711-1247358884.xml

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

MD5SUM BENCH= 986ce178ce14d067dc534143840d5d5c
RANDOM SEED=975856145

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1749664 kB
Buffers:         44748 kB
Cached:          98528 kB
SwapCached:          0 kB
Active:         201892 kB
Inactive:        53500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:         132408 kB
Slab:            35872 kB
Committed_AS:   328112 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node27 at 2009-07-12 03:02:47