Trace number 2079376

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+minisatUNSAT 147.326 148.152

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-12_ext.xml
MD5SUM5382d16035fc6bfdaa42e998302ae420
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.617905
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 05:08:00 2009
0.05/0.07	c 0	PID 23221
0.05/0.07	c 0	HOST node85.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2079376-1247368080.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079376-1247368080.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.30/0.40	c 0	Parsing HOME/temp.csp
0.30/0.56	c 1	parsed 132 expressions
0.30/0.58	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.58	c 1	Converting to clausal form CSP
0.30/0.60	c 1	converted 14 (10%) expressions
0.30/0.60	c 1	converted 27 (20%) expressions
0.30/0.60	c 1	converted 40 (30%) expressions
0.30/0.60	c 1	converted 53 (40%) expressions
0.30/0.60	c 1	converted 66 (50%) expressions
0.30/0.60	c 1	converted 80 (60%) expressions
0.30/0.60	c 1	converted 93 (70%) expressions
0.30/0.60	c 1	converted 106 (80%) expressions
0.95/1.05	c 1	converted 119 (90%) expressions
1.25/1.36	c 1	converted 132 (100%) expressions
1.25/1.36	c 1	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
1.25/1.36	c 1	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.36	c 1	Propagation in CSP
1.25/1.36	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.36	c 1	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
1.25/1.36	c 1	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.37	c 1	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
1.25/1.37	c 1	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.48	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.50	c 1	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.45/1.50	c 1	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.45/1.51	c 1	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.45/1.51	c 1	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.45/1.51	c 1	54 (50%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.45/1.51	c 1	65 (60%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
1.45/1.51	c 1	76 (70%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
1.45/1.51	c 1	87 (80%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
1.45/1.51	c 1	98 (90%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
1.45/1.51	c 1	108 (100%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
18.56/18.74	c 19	3 (10%) CSP clauses are encoded (120036 clauses, 6789331 bytes)
30.09/30.30	c 30	5 (20%) CSP clauses are encoded (198332 clauses, 11466819 bytes)
41.64/41.95	c 42	7 (30%) CSP clauses are encoded (276628 clauses, 16289963 bytes)
52.97/53.36	c 53	9 (40%) CSP clauses are encoded (354924 clauses, 21113107 bytes)
64.52/64.98	c 65	11 (50%) CSP clauses are encoded (433220 clauses, 25936251 bytes)
71.18/71.69	c 72	13 (60%) CSP clauses are encoded (484872 clauses, 29082686 bytes)
73.17/73.65	c 74	15 (70%) CSP clauses are encoded (509880 clauses, 30764984 bytes)
75.15/75.60	c 76	17 (80%) CSP clauses are encoded (534888 clauses, 32714459 bytes)
77.04/77.56	c 78	19 (90%) CSP clauses are encoded (559896 clauses, 34757647 bytes)
79.14/79.68	c 80	21 (100%) CSP clauses are encoded (584904 clauses, 36800835 bytes)
79.14/79.68	c 80	21 CSP clauses encoded
79.14/79.68	c 80	Writing map file : HOME/temp.map
79.14/79.68	c 80	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
79.14/79.68	c 80	SAT : 2700 SAT variables, 584904 SAT clauses, 36800835 bytes
79.14/79.68	c 80	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
79.22/79.73	c 80	SOLVING HOME/temp.cnf
79.22/79.73	c 80	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
79.22/79.73	c 80	This is MiniSat 2.0 beta
79.22/79.73	c 80	WARNING: for repeatability, setting FPU to use double precision
79.22/79.73	c 80	============================[ Problem Statistics ]=============================
79.22/79.73	c 80	|                                                                             |
79.22/79.74	c 80	|  Number of variables:  2700                                                 |
79.22/79.74	c 80	|  Number of clauses:    584904                                               |
80.01/80.51	c 80	|  Parsing time:         0.69         s                                       |
80.01/80.59	c 81	============================[ Search Statistics ]==============================
80.01/80.59	c 81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
80.01/80.59	c 81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
80.01/80.59	c 81	===============================================================================
80.01/80.59	c 81	|         0 |    2673   580930  7130641 |   193643        0    nan |  0.000 % |
80.11/80.60	c 81	|       101 |    2671   580930  7130641 |   213007       99      7 |  1.074 % |
80.11/80.62	c 81	|       251 |    2671   580930  7130641 |   234308      249      8 |  1.074 % |
80.11/80.63	c 81	|       476 |    2671   580930  7130641 |   257739      474      8 |  1.074 % |
80.11/80.65	c 81	|       814 |    2671   580930  7130641 |   283513      812      8 |  1.074 % |
80.20/80.70	c 81	|      1320 |    2670   580930  7130641 |   311864     1317      9 |  1.111 % |
80.20/80.78	c 81	|      2079 |    2670   580930  7130641 |   343050     2076      9 |  1.111 % |
80.30/80.88	c 81	|      3220 |    2670   580930  7130641 |   377356     3217      9 |  1.111 % |
80.39/80.98	c 81	|      4929 |    2670   580930  7130641 |   415091     4926      9 |  1.111 % |
80.69/81.28	c 81	|      7491 |    2670   580930  7130641 |   456600     7488      9 |  1.111 % |
81.09/81.60	c 82	|     11337 |    2670   580930  7130641 |   502260    11334      9 |  1.111 % |
81.60/82.18	c 82	|     17104 |    2669   580930  7130641 |   552487    17100      9 |  1.149 % |
88.56/89.14	c 89	|     25753 |    2668   580930  7130641 |   607735    25748     10 |  1.186 % |
108.46/109.14	c 109	|     38729 |    2665   580930  7130641 |   668509    38722     11 |  1.445 % |
135.63/136.45	c 136	|     58190 |    2664   580930  7130641 |   735360    58182     12 |  1.482 % |
147.06/147.99	c 148	===============================================================================
147.06/147.99	c 148	restarts              : 15
147.06/147.99	c 148	conflicts             : 64629          (953 /sec)
147.06/147.99	c 148	decisions             : 87024          (1.76 % random) (1283 /sec)
147.06/147.99	c 148	propagations          : 4629308        (68271 /sec)
147.06/147.99	c 148	conflict literals     : 745668         (24.91 % deleted)
147.06/147.99	c 148	Memory used           : 59.54 MB
147.06/147.99	c 148	CPU time              : 67.8077 s
147.06/147.99	c 148	
147.06/147.99	c 148	UNSATISFIABLE
147.16/148.00	c 148	DECODING HOME/temp.out WITH HOME/temp.map
147.16/148.00	c 148	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'
147.16/148.08	c 148	Decoding HOME/temp.out
147.18/148.10	s UNSATISFIABLE
147.18/148.11	c 148	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
147.18/148.14	c 148	CPU 147.28 (0.05 0.02 146.56 0.65)
147.18/148.14	c 148	END Sun Jul 12 05:10:28 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079376-1247368080/watcher-2079376-1247368080 -o /tmp/evaluation-result-2079376-1247368080/solver-2079376-1247368080 -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-2079376-1247368080.xml 

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.07 4/83 23221
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=12272 CPUtime=0
/proc/23221/stat : 23221 (sugar) R 23219 23221 20253 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23873317 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 1 0 0
/proc/23221/statm: 3068 328 246 3 0 168 0

[startup+0.058843 s]
/proc/loadavg: 2.04 2.05 2.07 4/83 23221
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16212 CPUtime=0.05
/proc/23221/stat : 23221 (sugar) R 23219 23221 20253 0 -1 4194304 978 0 0 0 4 1 0 0 18 0 1 0 23873317 16601088 946 996147200 4194304 4206940 548682068608 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 1 0 0
/proc/23221/statm: 4053 947 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.10185 s]
/proc/loadavg: 2.04 2.05 2.07 4/83 23221
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.06
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301872 s]
/proc/loadavg: 2.04 2.05 2.07 4/83 23221
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.06
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701924 s]
/proc/loadavg: 2.04 2.05 2.07 4/83 23221
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.3
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1309 4715 0 1 5 1 21 3 15 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.503 s]
/proc/loadavg: 2.03 2.05 2.07 4/94 23243
/proc/meminfo: memFree=1616712/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.3
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1310 4715 0 1 5 1 21 3 15 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
[pid=23234] ppid=23221 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23221 23221 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23873351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23234/statm: 1339 233 193 169 0 50 0
[pid=23235] ppid=23234 vsize=864472 CPUtime=1.15
/proc/23235/stat : 23235 (java) S 23234 23221 20253 0 -1 0 11947 0 1 0 111 4 0 0 20 0 9 0 23873351 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23235/statm: 216118 11196 2590 9 0 210595 0
[pid=23235/tid=23236] ppid=23234 vsize=864472 CPUtime=0.45
/proc/23235/task/23236/stat : 23236 (java) R 23234 23221 20253 0 -1 64 2985 0 1 0 44 1 0 0 25 0 9 0 23873352 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4125979679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23237] ppid=23234 vsize=864472 CPUtime=0.63
/proc/23235/task/23237/stat : 23237 (java) S 23234 23221 20253 0 -1 64 7946 0 0 0 61 2 0 0 18 0 9 0 23873353 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23238] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23238/stat : 23238 (java) S 23234 23221 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23873353 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23239] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23239/stat : 23239 (java) S 23234 23221 20253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23873353 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23240] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23240/stat : 23240 (java) S 23234 23221 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23241] ppid=23234 vsize=864472 CPUtime=0.05
/proc/23235/task/23241/stat : 23241 (java) S 23234 23221 20253 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 23873355 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23242] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23242/stat : 23242 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23243] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23243/stat : 23243 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23873355 885219328 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886696

[startup+3.10219 s]
/proc/loadavg: 2.03 2.05 2.07 3/94 23243
/proc/meminfo: memFree=1600648/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.3
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1310 4715 0 1 5 1 21 3 15 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
[pid=23234] ppid=23221 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23221 23221 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23873351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23234/statm: 1339 233 193 169 0 50 0
[pid=23235] ppid=23234 vsize=864472 CPUtime=2.74
/proc/23235/stat : 23235 (java) S 23234 23221 20253 0 -1 0 12580 0 1 0 269 5 0 0 20 0 9 0 23873351 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23235/statm: 216118 11804 2590 9 0 210595 0
[pid=23235/tid=23236] ppid=23234 vsize=864472 CPUtime=1.98
/proc/23235/task/23236/stat : 23236 (java) R 23234 23221 20253 0 -1 64 3095 0 1 0 196 2 0 0 25 0 9 0 23873352 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4126577130 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23237] ppid=23234 vsize=864472 CPUtime=0.66
/proc/23235/task/23237/stat : 23237 (java) S 23234 23221 20253 0 -1 64 8451 0 0 0 64 2 0 0 16 0 9 0 23873353 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23238] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23238/stat : 23238 (java) S 23234 23221 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23873353 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23239] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23239/stat : 23239 (java) S 23234 23221 20253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23873353 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23240] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23240/stat : 23240 (java) S 23234 23221 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23241] ppid=23234 vsize=864472 CPUtime=0.08
/proc/23235/task/23241/stat : 23241 (java) S 23234 23221 20253 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23873355 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23242] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23242/stat : 23242 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23243] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23243/stat : 23243 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23873355 885219328 11804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886696

[startup+6.30155 s]
/proc/loadavg: 2.03 2.05 2.07 3/94 23243
/proc/meminfo: memFree=1597640/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.3
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1310 4715 0 1 5 1 21 3 15 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
[pid=23234] ppid=23221 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23221 23221 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23873351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23234/statm: 1339 233 193 169 0 50 0
[pid=23235] ppid=23234 vsize=864472 CPUtime=5.93
/proc/23235/stat : 23235 (java) S 23234 23221 20253 0 -1 0 13416 0 1 0 587 6 0 0 20 0 9 0 23873351 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23235/statm: 216118 12610 2590 9 0 210595 0
[pid=23235/tid=23236] ppid=23234 vsize=864472 CPUtime=5.11
/proc/23235/task/23236/stat : 23236 (java) R 23234 23221 20253 0 -1 64 3125 0 1 0 509 2 0 0 25 0 9 0 23873352 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23237] ppid=23234 vsize=864472 CPUtime=0.7
/proc/23235/task/23237/stat : 23237 (java) S 23234 23221 20253 0 -1 64 9257 0 0 0 68 2 0 0 16 0 9 0 23873353 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23238] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23238/stat : 23238 (java) S 23234 23221 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23873353 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23239] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23239/stat : 23239 (java) S 23234 23221 20253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23873353 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23240] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23240/stat : 23240 (java) S 23234 23221 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23241] ppid=23234 vsize=864472 CPUtime=0.08
/proc/23235/task/23241/stat : 23241 (java) S 23234 23221 20253 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23873355 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23242] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23242/stat : 23242 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23243] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23243/stat : 23243 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23873355 885219328 12610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 886696

[startup+12.7023 s]
/proc/loadavg: 2.03 2.05 2.07 3/94 23243
/proc/meminfo: memFree=1588936/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.3
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1310 4715 0 1 5 1 21 3 15 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
[pid=23234] ppid=23221 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23221 23221 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23873351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23234/statm: 1339 233 193 169 0 50 0
[pid=23235] ppid=23234 vsize=864472 CPUtime=12.29
/proc/23235/stat : 23235 (java) S 23234 23221 20253 0 -1 0 14801 0 1 0 1221 8 0 0 20 0 9 0 23873351 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23235/statm: 216118 13921 2590 9 0 210595 0
[pid=23235/tid=23236] ppid=23234 vsize=864472 CPUtime=11.38
/proc/23235/task/23236/stat : 23236 (java) R 23234 23221 20253 0 -1 64 3199 0 1 0 1135 3 0 0 25 0 9 0 23873352 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4126576556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23237] ppid=23234 vsize=864472 CPUtime=0.8
/proc/23235/task/23237/stat : 23237 (java) S 23234 23221 20253 0 -1 64 10565 0 0 0 76 4 0 0 16 0 9 0 23873353 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23238] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23238/stat : 23238 (java) S 23234 23221 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23873353 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23239] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23239/stat : 23239 (java) S 23234 23221 20253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23873353 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23240] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23240/stat : 23240 (java) S 23234 23221 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23241] ppid=23234 vsize=864472 CPUtime=0.08
/proc/23235/task/23241/stat : 23241 (java) S 23234 23221 20253 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23873355 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23242] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23242/stat : 23242 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23243] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23243/stat : 23243 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23873355 885219328 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 886696

[startup+25.5017 s]
/proc/loadavg: 2.02 2.04 2.07 3/94 23243
/proc/meminfo: memFree=1574728/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.3
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1310 4715 0 1 5 1 21 3 16 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
[pid=23234] ppid=23221 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23221 23221 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23873351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23234/statm: 1339 233 193 169 0 50 0
[pid=23235] ppid=23234 vsize=864472 CPUtime=25.02
/proc/23235/stat : 23235 (java) S 23234 23221 20253 0 -1 0 19328 0 1 0 2485 17 0 0 20 0 9 0 23873351 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23235/statm: 216118 15770 2590 9 0 210595 0
[pid=23235/tid=23236] ppid=23234 vsize=864472 CPUtime=23.72
/proc/23235/task/23236/stat : 23236 (java) R 23234 23221 20253 0 -1 64 3384 0 1 0 2364 8 0 0 25 0 9 0 23873352 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23237] ppid=23234 vsize=864472 CPUtime=1.18
/proc/23235/task/23237/stat : 23237 (java) S 23234 23221 20253 0 -1 64 14901 0 0 0 110 8 0 0 16 0 9 0 23873353 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23238] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23238/stat : 23238 (java) S 23234 23221 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23873353 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23239] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23239/stat : 23239 (java) S 23234 23221 20253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23873353 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23240] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23240/stat : 23240 (java) S 23234 23221 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23241] ppid=23234 vsize=864472 CPUtime=0.09
/proc/23235/task/23241/stat : 23241 (java) S 23234 23221 20253 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23873355 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23242] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23242/stat : 23242 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23243] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23243/stat : 23243 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23873355 885219328 15770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 886696

[startup+51.1016 s]
/proc/loadavg: 2.01 2.04 2.06 3/94 23243
/proc/meminfo: memFree=1561736/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=0.3
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1310 4715 0 1 5 1 21 3 16 0 1 0 23873317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23221/statm: 4217 1111 409 3 0 796 0
[pid=23234] ppid=23221 vsize=5356 CPUtime=0
/proc/23234/stat : 23234 (sh) S 23221 23221 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23873351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23234/statm: 1339 233 193 169 0 50 0
[pid=23235] ppid=23234 vsize=864472 CPUtime=50.49
/proc/23235/stat : 23235 (java) S 23234 23221 20253 0 -1 0 23051 0 1 0 5021 28 0 0 20 0 9 0 23873351 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23235/statm: 216118 16647 2590 9 0 210595 0
[pid=23235/tid=23236] ppid=23234 vsize=864472 CPUtime=48.61
/proc/23235/task/23236/stat : 23236 (java) R 23234 23221 20253 0 -1 64 3677 0 1 0 4846 15 0 0 25 0 9 0 23873352 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4126576504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23237] ppid=23234 vsize=864472 CPUtime=1.76
/proc/23235/task/23237/stat : 23237 (java) S 23234 23221 20253 0 -1 64 18331 0 0 0 165 11 0 0 16 0 9 0 23873353 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23238] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23238/stat : 23238 (java) S 23234 23221 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23873353 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23239] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23239/stat : 23239 (java) S 23234 23221 20253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23873353 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23240] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23240/stat : 23240 (java) S 23234 23221 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23241] ppid=23234 vsize=864472 CPUtime=0.09
/proc/23235/task/23241/stat : 23241 (java) S 23234 23221 20253 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23873355 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23242] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23242/stat : 23242 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23873355 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23235/tid=23243] ppid=23234 vsize=864472 CPUtime=0
/proc/23235/task/23243/stat : 23243 (java) S 23234 23221 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23873355 885219328 16647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 886696

[startup+102.306 s]
/proc/loadavg: 2.06 2.05 2.06 3/86 23245
/proc/meminfo: memFree=1543688/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=79.25
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1376 34734 0 2 5 2 7868 50 16 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
[pid=23244] ppid=23221 vsize=5356 CPUtime=0
/proc/23244/stat : 23244 (sh) S 23221 23221 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23881291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23244/statm: 1339 232 193 169 0 50 0
[pid=23245] ppid=23244 vsize=57968 CPUtime=22.45
/proc/23245/stat : 23245 (minisat) R 23244 23221 20253 0 -1 4194304 14219 0 0 0 2235 10 0 0 25 0 1 0 23881291 59359232 14205 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/23245/statm: 14492 14205 75 150 0 14339 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 80192

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

[startup+127.901 s]
/proc/loadavg: 2.04 2.04 2.06 3/86 23245
/proc/meminfo: memFree=1541832/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=79.25
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1376 34734 0 2 5 2 7868 50 16 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
[pid=23244] ppid=23221 vsize=5356 CPUtime=0
/proc/23244/stat : 23244 (sh) S 23221 23221 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23881291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23244/statm: 1339 232 193 169 0 50 0
[pid=23245] ppid=23244 vsize=59920 CPUtime=47.92
/proc/23245/stat : 23245 (minisat) R 23244 23221 20253 0 -1 4194304 14706 0 0 0 4782 10 0 0 25 0 1 0 23881291 61358080 14692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23245/statm: 14980 14692 75 150 0 14827 0
Current children cumulated CPU time (s) 127.17
Current children cumulated vsize (KiB) 82144

[startup+140.703 s]
/proc/loadavg: 2.10 2.06 2.07 3/86 23245
/proc/meminfo: memFree=1541128/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=79.25
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1376 34734 0 2 5 2 7868 50 16 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
[pid=23244] ppid=23221 vsize=5356 CPUtime=0
/proc/23244/stat : 23244 (sh) S 23221 23221 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23881291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23244/statm: 1339 232 193 169 0 50 0
[pid=23245] ppid=23244 vsize=60580 CPUtime=60.66
/proc/23245/stat : 23245 (minisat) R 23244 23221 20253 0 -1 4194304 14884 0 0 0 6056 10 0 0 25 0 1 0 23881291 62033920 14870 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23245/statm: 15145 14870 75 150 0 14992 0
Current children cumulated CPU time (s) 139.91
Current children cumulated vsize (KiB) 82804

[startup+143.901 s]
/proc/loadavg: 2.10 2.05 2.06 3/86 23245
/proc/meminfo: memFree=1541000/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=79.25
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1376 34734 0 2 5 2 7868 50 16 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
[pid=23244] ppid=23221 vsize=5356 CPUtime=0
/proc/23244/stat : 23244 (sh) S 23221 23221 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23881291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23244/statm: 1339 232 193 169 0 50 0
[pid=23245] ppid=23244 vsize=60832 CPUtime=63.84
/proc/23245/stat : 23245 (minisat) R 23244 23221 20253 0 -1 4194304 14918 0 0 0 6374 10 0 0 25 0 1 0 23881291 62291968 14904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23245/statm: 15208 14904 75 150 0 15055 0
Current children cumulated CPU time (s) 143.09
Current children cumulated vsize (KiB) 83056

[startup+145.501 s]
/proc/loadavg: 2.10 2.05 2.06 3/86 23245
/proc/meminfo: memFree=1540936/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=79.25
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1376 34734 0 2 5 2 7868 50 16 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
[pid=23244] ppid=23221 vsize=5356 CPUtime=0
/proc/23244/stat : 23244 (sh) S 23221 23221 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23881291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23244/statm: 1339 232 193 169 0 50 0
[pid=23245] ppid=23244 vsize=60968 CPUtime=65.43
/proc/23245/stat : 23245 (minisat) R 23244 23221 20253 0 -1 4194304 14938 0 0 0 6533 10 0 0 25 0 1 0 23881291 62431232 14924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23245/statm: 15242 14924 75 150 0 15089 0
Current children cumulated CPU time (s) 144.68
Current children cumulated vsize (KiB) 83192

[startup+147.102 s]
/proc/loadavg: 2.09 2.05 2.06 3/86 23245
/proc/meminfo: memFree=1540872/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=79.25
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1376 34734 0 2 5 2 7868 50 16 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
[pid=23244] ppid=23221 vsize=5356 CPUtime=0
/proc/23244/stat : 23244 (sh) S 23221 23221 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23881291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23244/statm: 1339 232 193 169 0 50 0
[pid=23245] ppid=23244 vsize=60968 CPUtime=67.02
/proc/23245/stat : 23245 (minisat) R 23244 23221 20253 0 -1 4194304 14960 0 0 0 6692 10 0 0 25 0 1 0 23881291 62431232 14946 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23245/statm: 15242 14946 75 150 0 15089 0
Current children cumulated CPU time (s) 146.27
Current children cumulated vsize (KiB) 83192

[startup+147.903 s]
/proc/loadavg: 2.09 2.05 2.06 3/86 23245
/proc/meminfo: memFree=1540808/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=79.25
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1376 34734 0 2 5 2 7868 50 16 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
[pid=23244] ppid=23221 vsize=5356 CPUtime=0
/proc/23244/stat : 23244 (sh) S 23221 23221 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23881291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23244/statm: 1339 232 193 169 0 50 0
[pid=23245] ppid=23244 vsize=60968 CPUtime=67.81
/proc/23245/stat : 23245 (minisat) R 23244 23221 20253 0 -1 4194304 14968 0 0 0 6771 10 0 0 25 0 1 0 23881291 62431232 14954 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/23245/statm: 15242 14954 75 150 0 15089 0
Current children cumulated CPU time (s) 147.06
Current children cumulated vsize (KiB) 83192

[startup+148.102 s]
/proc/loadavg: 2.09 2.05 2.06 3/86 23245
/proc/meminfo: memFree=1540808/2055920 swapFree=4192812/4192956
[pid=23221] ppid=23219 vsize=16868 CPUtime=147.18
/proc/23221/stat : 23221 (sugar) S 23219 23221 20253 0 -1 4194304 1448 49996 0 2 5 2 14649 62 15 0 1 0 23873317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23221/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 147.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 148.152
CPU time (s): 147.326
CPU user time (s): 146.628
CPU system time (s): 0.697893
CPU usage (%): 99.4421
Max. virtual memory (cumulated for all children) (KiB): 892076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.628
system time used= 0.697893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55215
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= 12271
involuntary context switches= 14840

runsolver used 0.177972 second user time and 0.52092 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 05:08:00
IDJOB=2079376
IDBENCH=56891
IDSOLVER=739
FILE ID=node85/2079376-1247368080
PBS_JOBID= 9507101
Free space on /tmp= 126552 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079376-1247368080/watcher-2079376-1247368080 -o /tmp/evaluation-result-2079376-1247368080/solver-2079376-1247368080 -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-2079376-1247368080.xml

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

MD5SUM BENCH= 5382d16035fc6bfdaa42e998302ae420
RANDOM SEED=1862161966

node85.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1641088 kB
Buffers:         31352 kB
Cached:         158368 kB
SwapCached:          0 kB
Active:         280604 kB
Inactive:        67248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:         178496 kB
Slab:            52004 kB
Committed_AS:   404752 kB
PageTables:       2096 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= 126552 MiB
End job on node85 at 2009-07-12 05:10:28