Trace number 2071192

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 1456.99 1458.87

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-06.xml
MD5SUMd2c75117203ce693890442ed53c8d908
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 benchmark1.19282
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints2528
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2400
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 00:57:02 2009
0.05/0.08	c 0	PID 20499
0.05/0.08	c 0	HOST node67.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2071192-1247353021.xml TO HOME/temp.csp
0.05/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-2071192-1247353021.xml' 'HOME/temp.csp'
0.07/0.99	c 0	1 domains, 287 variables, 9 predicates, 8 relations, 2528 constraints
0.95/1.03	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.03	c 0	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.96/1.11	c 1	Parsing HOME/temp.csp
0.96/1.41	c 1	parsed 2833 expressions
0.96/1.41	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.41	c 1	Converting to clausal form CSP
0.96/1.45	c 1	converted 284 (10%) expressions
2.70/2.89	c 2	converted 567 (20%) expressions
2.80/2.93	c 2	converted 850 (30%) expressions
3.20/3.39	c 3	converted 1134 (40%) expressions
3.29/3.44	c 3	converted 1417 (50%) expressions
3.39/3.50	c 3	converted 1700 (60%) expressions
3.39/3.54	c 3	converted 1984 (70%) expressions
3.39/3.59	c 3	converted 2267 (80%) expressions
3.49/3.69	c 3	converted 2550 (90%) expressions
3.69/3.84	c 3	converted 2833 (100%) expressions
3.69/3.84	c 3	CSP : 287 integers, 0 booleans, 2528 clauses, largest domain size 26
3.69/3.84	c 3	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.84	c 3	Propagation in CSP
3.69/3.85	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.69/3.85	c 3	CSP : 287 integers, 0 booleans, 2528 clauses, largest domain size 26
3.69/3.85	c 3	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.86	c 3	Simplifing CSP by introducing new Boolean variables
3.79/3.97	c 3	CSP : 287 integers, 18696 booleans, 21224 clauses, largest domain size 26
3.79/3.97	c 3	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.18/4.37	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.18/4.40	c 4	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
4.28/4.41	c 4	58 (20%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
4.28/4.41	c 4	87 (30%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
4.28/4.41	c 4	115 (40%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
4.28/4.41	c 4	144 (50%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
4.28/4.41	c 4	173 (60%) CSP integer variables are encoded (4152 clauses, 51913 bytes)
4.28/4.41	c 4	201 (70%) CSP integer variables are encoded (4824 clauses, 60649 bytes)
4.28/4.41	c 4	230 (80%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
4.28/4.41	c 4	259 (90%) CSP integer variables are encoded (6216 clauses, 78745 bytes)
4.28/4.42	c 4	287 (100%) CSP integer variables are encoded (6888 clauses, 87481 bytes)
25.06/25.43	c 25	2123 (10%) CSP clauses are encoded (600014 clauses, 22327188 bytes)
43.77/44.33	c 44	4245 (20%) CSP clauses are encoded (801520 clauses, 31490264 bytes)
43.87/44.43	c 44	6368 (30%) CSP clauses are encoded (850818 clauses, 32406680 bytes)
49.91/50.52	c 50	8490 (40%) CSP clauses are encoded (937439 clauses, 35498388 bytes)
50.01/50.61	c 50	10612 (50%) CSP clauses are encoded (986711 clauses, 36421052 bytes)
50.10/50.71	c 50	12735 (60%) CSP clauses are encoded (1036009 clauses, 37388212 bytes)
55.75/56.43	c 56	14857 (70%) CSP clauses are encoded (1122655 clauses, 40662726 bytes)
61.19/61.99	c 61	16980 (80%) CSP clauses are encoded (1209302 clauses, 43937290 bytes)
70.80/71.65	c 71	19102 (90%) CSP clauses are encoded (1326541 clauses, 49409497 bytes)
83.38/84.36	c 84	21224 (100%) CSP clauses are encoded (1488932 clauses, 58727306 bytes)
83.38/84.36	c 84	21224 CSP clauses encoded
83.38/84.36	c 84	Writing map file : HOME/temp.map
83.38/84.38	c 84	Heap : 102 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
83.38/84.38	c 84	SAT : 25871 SAT variables, 1488932 SAT clauses, 58727306 bytes
83.38/84.38	c 84	Heap : 102 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
83.46/84.42	c 84	SOLVING HOME/temp.cnf
83.46/84.42	c 84	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
83.46/84.42	c 84	This is MiniSat 2.0 beta
83.46/84.42	c 84	WARNING: for repeatability, setting FPU to use double precision
83.46/84.42	c 84	============================[ Problem Statistics ]=============================
83.46/84.42	c 84	|                                                                             |
83.46/84.43	c 84	|  Number of variables:  25871                                                |
83.46/84.43	c 84	|  Number of clauses:    1488932                                              |
84.75/85.75	c 85	|  Parsing time:         1.16         s                                       |
84.85/85.84	c 85	============================[ Search Statistics ]==============================
84.85/85.84	c 85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
84.85/85.84	c 85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
84.85/85.84	c 85	===============================================================================
84.85/85.84	c 85	|         0 |   25871  1488932 10218258 |   496310        0    nan |  0.000 % |
84.94/85.90	c 85	|       101 |   25871  1488932 10218258 |   545941      100     10 |  0.004 % |
84.94/85.93	c 85	|       251 |   25870  1488932 10218258 |   600535      250     10 |  0.004 % |
84.94/85.99	c 85	|       476 |   25869  1488932 10218258 |   660589      474     10 |  0.008 % |
85.04/86.02	c 85	|       815 |   25868  1488932 10218258 |   726648      812      9 |  0.012 % |
85.15/86.12	c 86	|      1321 |   25868  1488932 10218258 |   799313     1318      9 |  0.012 % |
85.35/86.31	c 86	|      2080 |   25867  1488932 10218258 |   879244     2076      9 |  0.015 % |
85.55/86.58	c 86	|      3219 |   25867  1488932 10218258 |   967169     3215      9 |  0.015 % |
85.84/86.89	c 86	|      4927 |   25866  1488932 10218258 |  1063885     4922      9 |  0.019 % |
86.33/87.31	c 87	|      7491 |   25866  1488932 10218258 |  1170274     7486      9 |  0.019 % |
86.73/87.76	c 87	|     11335 |   25866  1488932 10218258 |  1287302    11330     10 |  0.019 % |
87.52/88.51	c 88	|     17101 |   25866  1488932 10218258 |  1416032    17096     10 |  0.019 % |
89.40/90.40	c 90	|     25751 |   25866  1488932 10218258 |  1557635    25746     10 |  0.019 % |
90.89/92.00	c 91	|     38725 |   25866  1488932 10218258 |  1713399    38720     11 |  0.019 % |
94.26/95.36	c 95	|     58186 |   25866  1488932 10218258 |  1884738    58181     11 |  0.019 % |
101.39/102.56	c 102	|     87378 |   25865  1488932 10218258 |  2073212    87372     11 |  0.023 % |
113.87/115.14	c 115	|    131169 |   25861  1488932 10218258 |  2280534   131159     12 |  0.039 % |
135.07/136.49	c 136	|    196853 |   25858  1487380 10211245 |  2508587   196454     12 |  0.050 % |
163.06/164.44	c 164	|    295380 |   25855  1487380 10211245 |  2759446   294978     12 |  0.062 % |
222.33/223.79	c 223	|    443169 |   25853  1487380 10211245 |  3035390   442765     13 |  0.070 % |
340.08/341.57	c 341	|    664852 |   25847  1486716 10209154 |  3338929   664430     14 |  0.093 % |
598.38/599.90	c 599	|    997377 |   25843  1485881 10206076 |  3672822   996927     15 |  0.108 % |
1154.15/1155.96	c 1155	|   1496165 |   25841  1485284 10202266 |  4040105  1495705     16 |  0.116 % |
1456.64/1458.51	c 1458	===============================================================================
1456.64/1458.51	c 1458	restarts              : 23
1456.64/1458.51	c 1458	conflicts             : 1727353        (1259 /sec)
1456.64/1458.51	c 1458	decisions             : 2389542        (1.82 % random) (1741 /sec)
1456.64/1458.51	c 1458	propagations          : 123856562      (90241 /sec)
1456.64/1458.51	c 1458	conflict literals     : 28804018       (27.95 % deleted)
1456.64/1458.51	c 1458	Memory used           : 274.20 MB
1456.64/1458.51	c 1458	CPU time              : 1372.5 s
1456.64/1458.51	c 1458	
1456.64/1458.52	c 1458	SATISFIABLE
1456.64/1458.56	c 1458	DECODING HOME/temp.out WITH HOME/temp.map
1456.64/1458.56	c 1458	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'
1456.72/1458.65	c 1458	Decoding HOME/temp.out
1456.72/1458.78	s SATISFIABLE
1456.72/1458.79	v 0 19 14 12 18 0 13 18 22 0 11 4 21 14 18 18 22 7 14 0 2 11 0 24 14 11 0 21 20 17 18 0 13 0 25 8 14 11 8 13 12 4 19 4 11 4 22 3 19 4 13 15 24 17 14 19 4 2 7 13 8 2 19 4 4 13 0 13 18 14 0 15 1 20 18 4 18 14 13 24 23 5 14 14 19 13 14 19 4 0 13 4 13 19 17 20 12 2 0 13 13 0 11 4 3 18 8 21 0 18 0 19 18 7 17 20 6 24 4 13 18 19 4 13 2 8 11 0 11 8 0 18 6 4 12 12 0 13 2 0 17 24 8 4 11 3 11 20 23 4 22 0 19 4 17 12 14 17 4 11 17 14 18 19 17 20 12 8 8 8 2 0 3 4 19 22 8 19 17 0 18 0 13 13 4 10 4 24 4 18 18 0 12 1 0 18 8 11 6 20 19 19 20 17 0 11 22 0 23 24 8 3 4 0 11 7 4 17 1 22 0 17 0 13 8 18 19 4 17 4 14 18 2 14 15 24 19 13 19 12 0 18 19 17 14 11 11 0 1 11 4 8 14 22 0 0 11 14 4 20 18 0 5 18 14 20 17 14 21 8 3 14 15 20 18 18 0 13 4 12 4 18 18 13 0 19 14
1456.72/1458.80	c 1458	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1456.72/1458.84	c 1458	CPU 1456.94 (0.06 0.02 1455.45 1.41)
1456.72/1458.84	c 1458	END Sun Jul 12 01:21:20 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-2071192-1247353021/watcher-2071192-1247353021 -o /tmp/evaluation-result-2071192-1247353021/solver-2071192-1247353021 -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-2071192-1247353021.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.92 1.99 1.99 4/74 20499
/proc/meminfo: memFree=1479768/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=12268 CPUtime=0
/proc/20499/stat : 20499 (sugar) R 20497 20499 18646 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22364877 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20499/statm: 3067 316 241 3 0 167 0

[startup+0.071085 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 20499
/proc/meminfo: memFree=1479768/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16344 CPUtime=0.05
/proc/20499/stat : 20499 (sugar) R 20497 20499 18646 0 -1 4194304 1004 0 0 0 4 1 0 0 18 0 1 0 22364877 16736256 972 996147200 4194304 4206940 548682068608 18446744073709551615 271651819779 0 0 4224 0 0 0 0 17 1 0 0
/proc/20499/statm: 4086 972 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101089 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 20499
/proc/meminfo: memFree=1479768/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.07
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301106 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 20499
/proc/meminfo: memFree=1479768/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.07
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701148 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 20499
/proc/meminfo: memFree=1479768/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.07
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50123 s]
/proc/loadavg: 1.92 1.99 1.99 2/85 20511
/proc/meminfo: memFree=1460800/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.96
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1309 7509 0 1 5 2 84 5 16 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 16868

[startup+3.1024 s]
/proc/loadavg: 1.92 1.99 1.99 3/85 20521
/proc/meminfo: memFree=1445184/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.96
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1309 7509 0 1 5 2 84 5 16 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
[pid=20512] ppid=20499 vsize=5356 CPUtime=0
/proc/20512/stat : 20512 (sh) S 20499 20499 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22364980 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20512/statm: 1339 233 193 169 0 50 0
[pid=20513] ppid=20512 vsize=868512 CPUtime=2.04
/proc/20513/stat : 20513 (java) S 20512 20499 18646 0 -1 0 16899 0 1 0 196 8 0 0 18 0 9 0 22364980 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20513/statm: 217128 16113 2566 9 0 211633 0
[pid=20513/tid=20514] ppid=20512 vsize=868512 CPUtime=0.9
/proc/20513/task/20514/stat : 20514 (java) R 20512 20499 18646 0 -1 64 2923 0 1 0 88 2 0 0 23 0 9 0 22364981 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20515] ppid=20512 vsize=868512 CPUtime=0.96
/proc/20513/task/20515/stat : 20515 (java) R 20512 20499 18646 0 -1 64 11805 0 0 0 92 4 0 0 17 0 9 0 22364982 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 104189954 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20516] ppid=20512 vsize=868512 CPUtime=0
/proc/20513/task/20516/stat : 20516 (java) S 20512 20499 18646 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22364982 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20517] ppid=20512 vsize=868512 CPUtime=0
/proc/20513/task/20517/stat : 20517 (java) S 20512 20499 18646 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22364982 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20518] ppid=20512 vsize=868512 CPUtime=0
/proc/20513/task/20518/stat : 20518 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22364984 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20519] ppid=20512 vsize=868512 CPUtime=0.15
/proc/20513/task/20519/stat : 20519 (java) S 20512 20499 18646 0 -1 64 1468 0 0 0 15 0 0 0 16 0 9 0 22364985 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20520] ppid=20512 vsize=868512 CPUtime=0
/proc/20513/task/20520/stat : 20520 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22364985 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20521] ppid=20512 vsize=868512 CPUtime=0
/proc/20513/task/20521/stat : 20521 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22364985 889356288 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890736

[startup+6.30272 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 20521
/proc/meminfo: memFree=1389056/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.96
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1310 7509 0 1 5 2 84 5 15 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
[pid=20512] ppid=20499 vsize=5356 CPUtime=0
/proc/20512/stat : 20512 (sh) S 20499 20499 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22364980 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20512/statm: 1339 233 193 169 0 50 0
[pid=20513] ppid=20512 vsize=868708 CPUtime=5.2
/proc/20513/stat : 20513 (java) S 20512 20499 18646 0 -1 0 24591 0 1 0 508 12 0 0 18 0 9 0 22364980 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20513/statm: 217177 23663 2592 9 0 211654 0
[pid=20513/tid=20514] ppid=20512 vsize=868708 CPUtime=3.1
/proc/20513/task/20514/stat : 20514 (java) R 20512 20499 18646 0 -1 64 3642 0 1 0 307 3 0 0 25 0 9 0 22364981 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 102524029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20515] ppid=20512 vsize=868708 CPUtime=1.84
/proc/20513/task/20515/stat : 20515 (java) S 20512 20499 18646 0 -1 64 18728 0 0 0 177 7 0 0 16 0 9 0 22364982 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20516] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20516/stat : 20516 (java) S 20512 20499 18646 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22364982 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20517] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20517/stat : 20517 (java) S 20512 20499 18646 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22364982 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20518] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20518/stat : 20518 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22364984 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20519] ppid=20512 vsize=868708 CPUtime=0.23
/proc/20513/task/20519/stat : 20519 (java) S 20512 20499 18646 0 -1 64 1518 0 0 0 23 0 0 0 15 0 9 0 22364985 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20520] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20520/stat : 20520 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22364985 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20521] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20521/stat : 20521 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22364985 889556992 23663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890932

[startup+12.7024 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 20521
/proc/meminfo: memFree=1378688/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.96
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1310 7509 0 1 5 2 84 5 15 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
[pid=20512] ppid=20499 vsize=5356 CPUtime=0
/proc/20512/stat : 20512 (sh) S 20499 20499 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22364980 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20512/statm: 1339 233 193 169 0 50 0
[pid=20513] ppid=20512 vsize=868708 CPUtime=11.53
/proc/20513/stat : 20513 (java) S 20512 20499 18646 0 -1 0 24862 0 1 0 1135 18 0 0 18 0 9 0 22364980 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20513/statm: 217177 23850 2592 9 0 211654 0
[pid=20513/tid=20514] ppid=20512 vsize=868708 CPUtime=9.22
/proc/20513/task/20514/stat : 20514 (java) R 20512 20499 18646 0 -1 64 3728 0 1 0 913 9 0 0 25 0 9 0 22364981 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4126952397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20515] ppid=20512 vsize=868708 CPUtime=2.04
/proc/20513/task/20515/stat : 20515 (java) S 20512 20499 18646 0 -1 64 18905 0 0 0 196 8 0 0 16 0 9 0 22364982 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20516] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20516/stat : 20516 (java) S 20512 20499 18646 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22364982 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20517] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20517/stat : 20517 (java) S 20512 20499 18646 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22364982 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20518] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20518/stat : 20518 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22364984 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20519] ppid=20512 vsize=868708 CPUtime=0.24
/proc/20513/task/20519/stat : 20519 (java) S 20512 20499 18646 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 22364985 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20520] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20520/stat : 20520 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22364985 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20521] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20521/stat : 20521 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22364985 889556992 23850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890932

[startup+25.5017 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 20521
/proc/meminfo: memFree=1353088/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.96
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1310 7509 0 1 5 2 84 5 16 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
[pid=20512] ppid=20499 vsize=5356 CPUtime=0
/proc/20512/stat : 20512 (sh) S 20499 20499 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22364980 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20512/statm: 1339 233 193 169 0 50 0
[pid=20513] ppid=20512 vsize=868708 CPUtime=24.2
/proc/20513/stat : 20513 (java) S 20512 20499 18646 0 -1 0 28998 0 1 0 2392 28 0 0 18 0 9 0 22364980 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20513/statm: 217177 27868 2592 9 0 211654 0
[pid=20513/tid=20514] ppid=20512 vsize=868708 CPUtime=21.45
/proc/20513/task/20514/stat : 20514 (java) R 20512 20499 18646 0 -1 64 3846 0 1 0 2129 16 0 0 25 0 9 0 22364981 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4126501381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20515] ppid=20512 vsize=868708 CPUtime=2.46
/proc/20513/task/20515/stat : 20515 (java) S 20512 20499 18646 0 -1 64 22916 0 0 0 236 10 0 0 16 0 9 0 22364982 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20516] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20516/stat : 20516 (java) S 20512 20499 18646 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22364982 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20517] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20517/stat : 20517 (java) S 20512 20499 18646 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22364982 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20518] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20518/stat : 20518 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22364984 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20519] ppid=20512 vsize=868708 CPUtime=0.26
/proc/20513/task/20519/stat : 20519 (java) S 20512 20499 18646 0 -1 64 1533 0 0 0 26 0 0 0 16 0 9 0 22364985 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20520] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20520/stat : 20520 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22364985 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20513/tid=20521] ppid=20512 vsize=868708 CPUtime=0
/proc/20513/task/20521/stat : 20521 (java) S 20512 20499 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22364985 889556992 27868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890932

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 20521
/proc/meminfo: memFree=1317632/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=0.96
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1310 7509 0 1 5 2 84 5 15 0 1 0 22364877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20499/statm: 4217 1111 409 3 0 796 0
[pid=20512] ppid=20499 vsize=5356 CPUtime=0
/proc/20512/stat : 20512 (sh) S 20499 20499 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22364980 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20512/statm: 1339 233 193 169 0 50 0
[pid=20513] ppid=20512 vsize=868708 CPUtime=49.54
/proc/20513/stat : 20513 (java) S 20512 20499 18646 0 -1 0 43358 0 1 0 4910 44 0 0 18 0 9 0 22364980 889556992 33105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20513/statm: 217177 33105 2592 9 0 211654 0

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


[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1309376/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=259852 CPUtime=1157.02
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 64309 0 0 0 115643 59 0 0 25 0 1 0 22373319 266088448 64295 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 64963 64295 76 150 0 64810 0
Current children cumulated CPU time (s) 1240.52
Current children cumulated vsize (KiB) 282076

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1305344/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=266800 CPUtime=1217.01
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 65302 0 0 0 121640 61 0 0 25 0 1 0 22373319 273203200 65288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 66700 65288 76 150 0 66547 0
Current children cumulated CPU time (s) 1300.51
Current children cumulated vsize (KiB) 289024

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1299776/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=272076 CPUtime=1276.98
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 66669 0 0 0 127636 62 0 0 25 0 1 0 22373319 278605824 66655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 68019 66655 76 150 0 67866 0
Current children cumulated CPU time (s) 1360.48
Current children cumulated vsize (KiB) 294300

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1294144/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=277572 CPUtime=1336.96
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 68058 0 0 0 133632 64 0 0 25 0 1 0 22373319 284233728 68044 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 69393 68044 76 150 0 69240 0
Current children cumulated CPU time (s) 1420.46
Current children cumulated vsize (KiB) 299796

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

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1293248/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=278364 CPUtime=1348.15
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 68282 0 0 0 134751 64 0 0 25 0 1 0 22373319 285044736 68268 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 69591 68268 76 150 0 69438 0
Current children cumulated CPU time (s) 1431.65
Current children cumulated vsize (KiB) 300588

[startup+1446.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1292224/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=279444 CPUtime=1360.94
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 68550 0 0 0 136030 64 0 0 25 0 1 0 22373319 286150656 68536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 69861 68536 76 150 0 69708 0
Current children cumulated CPU time (s) 1444.44
Current children cumulated vsize (KiB) 301668

[startup+1452.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1291456/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=280152 CPUtime=1367.34
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 68752 0 0 0 136670 64 0 0 25 0 1 0 22373319 286875648 68738 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 70038 68738 76 150 0 69885 0
Current children cumulated CPU time (s) 1450.84
Current children cumulated vsize (KiB) 302376

[startup+1455.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1291072/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=280548 CPUtime=1370.54
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 68833 0 0 0 136989 65 0 0 25 0 1 0 22373319 287281152 68819 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 70137 68819 76 150 0 69984 0
Current children cumulated CPU time (s) 1454.04
Current children cumulated vsize (KiB) 302772

[startup+1457.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1290880/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=280776 CPUtime=1372.14
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 68875 0 0 0 137149 65 0 0 25 0 1 0 22373319 287514624 68861 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 70194 68861 76 150 0 70041 0
Current children cumulated CPU time (s) 1455.64
Current children cumulated vsize (KiB) 303000

[startup+1458.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1290880/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=83.5
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1376 51444 0 2 6 2 8274 68 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
[pid=20522] ppid=20499 vsize=5356 CPUtime=0
/proc/20522/stat : 20522 (sh) S 20499 20499 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22373319 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20522/statm: 1339 232 193 169 0 50 0
[pid=20523] ppid=20522 vsize=280776 CPUtime=1372.94
/proc/20523/stat : 20523 (minisat) R 20522 20499 18646 0 -1 4194304 68884 0 0 0 137229 65 0 0 25 0 1 0 22373319 287514624 68870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20523/statm: 70194 68870 76 150 0 70041 0
Current children cumulated CPU time (s) 1456.44
Current children cumulated vsize (KiB) 303000

[startup+1458.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1290752/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=1456.72
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1448 120647 0 2 6 2 145525 139 16 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1456.72
Current children cumulated vsize (KiB) 16868

[startup+1458.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20586
/proc/meminfo: memFree=1290752/2055920 swapFree=4192956/4192956
[pid=20499] ppid=20497 vsize=16868 CPUtime=1456.72
/proc/20499/stat : 20499 (sugar) S 20497 20499 18646 0 -1 4194304 1450 120647 0 2 6 2 145525 139 15 0 1 0 22364877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20499/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1456.72
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1458.87
CPU time (s): 1456.99
CPU user time (s): 1455.52
CPU system time (s): 1.47678
CPU usage (%): 99.8715
Max. virtual memory (cumulated for all children) (KiB): 911420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1455.52
system time used= 1.47677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126074
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= 9799
involuntary context switches= 16753

runsolver used 1.71874 second user time and 4.94925 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 00:57:01
IDJOB=2071192
IDBENCH=55447
IDSOLVER=739
FILE ID=node67/2071192-1247353021
PBS_JOBID= 9506839
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-06.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-2071192-1247353021/watcher-2071192-1247353021 -o /tmp/evaluation-result-2071192-1247353021/solver-2071192-1247353021 -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-2071192-1247353021.xml

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

MD5SUM BENCH= d2c75117203ce693890442ed53c8d908
RANDOM SEED=1992199124

node67.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.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	: 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.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:       1480248 kB
Buffers:         57140 kB
Cached:         335356 kB
SwapCached:          0 kB
Active:         268200 kB
Inactive:       244020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:         130924 kB
Slab:            48420 kB
Committed_AS:   276388 kB
PageTables:       2080 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= 66484 MiB
End job on node67 at 2009-07-12 01:21:20