Trace number 2070081

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 56.4274 57.1323

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-16_ext.xml
MD5SUMe5944fe7c1fd6c3c32381a9f4eaddce5
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.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
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:23:53 2009
0.05/0.08	c 0	PID 14225
0.05/0.08	c 0	HOST node48.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2070081-1247351033.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-2070081-1247351033.xml' 'HOME/temp.csp'
0.06/0.45	c 1	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.59	c 1	Parsing HOME/temp.csp
0.43/0.67	c 1	parsed 240 expressions
0.43/0.68	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.68	c 1	Converting to clausal form CSP
0.43/0.70	c 1	converted 24 (10%) expressions
0.43/0.70	c 1	converted 48 (20%) expressions
0.43/0.70	c 1	converted 72 (30%) expressions
0.43/0.70	c 1	converted 96 (40%) expressions
0.43/0.71	c 1	converted 120 (50%) expressions
0.43/0.71	c 1	converted 144 (60%) expressions
0.43/0.71	c 1	converted 168 (70%) expressions
0.43/0.71	c 1	converted 192 (80%) expressions
0.43/0.87	c 1	converted 216 (90%) expressions
1.09/1.24	c 1	converted 240 (100%) expressions
1.09/1.24	c 1	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
1.09/1.24	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.24	c 1	Propagation in CSP
1.09/1.24	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.24	c 1	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
1.09/1.24	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.09/1.25	c 1	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
1.09/1.25	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.38	c 1	21 (10%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.19/1.39	c 1	42 (20%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.19/1.39	c 1	63 (30%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.19/1.39	c 1	84 (40%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
1.19/1.39	c 1	104 (50%) CSP integer variables are encoded (2496 clauses, 30385 bytes)
1.19/1.39	c 1	125 (60%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
1.19/1.39	c 1	146 (70%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
1.19/1.39	c 1	167 (80%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
1.19/1.40	c 1	188 (90%) CSP integer variables are encoded (4512 clauses, 56593 bytes)
1.19/1.40	c 1	208 (100%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
9.80/10.06	c 10	3 (10%) CSP clauses are encoded (77343 clauses, 6002472 bytes)
18.32/18.69	c 19	6 (20%) CSP clauses are encoded (149694 clauses, 12056674 bytes)
27.03/27.42	c 27	9 (30%) CSP clauses are encoded (222045 clauses, 18202813 bytes)
35.54/36.06	c 36	12 (40%) CSP clauses are encoded (294396 clauses, 24440110 bytes)
44.15/44.75	c 45	15 (50%) CSP clauses are encoded (366747 clauses, 30677407 bytes)
47.31/47.98	c 48	18 (60%) CSP clauses are encoded (397842 clauses, 33300265 bytes)
47.91/48.53	c 49	21 (70%) CSP clauses are encoded (408309 clauses, 34298928 bytes)
48.40/49.09	c 49	24 (80%) CSP clauses are encoded (418776 clauses, 35343807 bytes)
48.99/49.65	c 50	27 (90%) CSP clauses are encoded (429243 clauses, 36388686 bytes)
49.39/50.01	c 50	29 (100%) CSP clauses are encoded (436221 clauses, 37085272 bytes)
49.39/50.01	c 50	29 CSP clauses encoded
49.39/50.01	c 50	Writing map file : HOME/temp.map
49.39/50.02	c 50	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.39/50.02	c 50	SAT : 5200 SAT variables, 436221 SAT clauses, 37085272 bytes
49.39/50.02	c 50	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.39/50.06	c 50	SOLVING HOME/temp.cnf
49.39/50.06	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.39/50.07	c 50	This is MiniSat 2.0 beta
49.39/50.07	c 50	WARNING: for repeatability, setting FPU to use double precision
49.39/50.07	c 50	============================[ Problem Statistics ]=============================
49.39/50.07	c 50	|                                                                             |
49.39/50.07	c 50	|  Number of variables:  5200                                                 |
49.39/50.07	c 50	|  Number of clauses:    436221                                               |
50.17/50.87	c 51	|  Parsing time:         0.71         s                                       |
50.27/50.94	c 51	============================[ Search Statistics ]==============================
50.27/50.94	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.27/50.94	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.27/50.94	c 51	===============================================================================
50.27/50.94	c 51	|         0 |    5120   430653  6867720 |   143551        0    nan |  0.000 % |
50.27/50.96	c 51	|       102 |    5115   430653  6867720 |   157906       99      7 |  1.654 % |
50.27/50.97	c 51	|       253 |    5115   430653  6867720 |   173696      250      7 |  1.654 % |
50.27/51.00	c 51	|       478 |    5113   430653  6867720 |   191066      474      7 |  1.692 % |
50.36/51.03	c 51	|       815 |    5112   430653  6867720 |   210173      810      7 |  1.731 % |
50.36/51.06	c 51	|      1321 |    5111   430653  6867720 |   231190     1315      7 |  1.808 % |
50.46/51.14	c 51	|      2081 |    5109   430653  6867720 |   254309     2074      7 |  1.846 % |
50.55/51.23	c 51	|      3221 |    5109   430653  6867720 |   279740     3214      8 |  1.846 % |
50.65/51.39	c 51	|      4930 |    5109   430653  6867720 |   307714     4923      9 |  1.846 % |
50.95/51.65	c 52	|      7495 |    5108   430653  6867720 |   338485     7487      9 |  1.885 % |
51.35/52.02	c 52	|     11339 |    5108   430653  6867720 |   372334    11331      9 |  1.885 % |
52.14/52.84	c 53	|     17106 |    5107   430653  6867720 |   409567    17097     10 |  1.923 % |
53.23/53.92	c 54	|     25755 |    5106   430653  6867720 |   450524    25745     10 |  1.962 % |
56.20/56.92	c 57	===============================================================================
56.20/56.92	c 57	restarts              : 13
56.20/56.92	c 57	conflicts             : 37065          (5561 /sec)
56.20/56.92	c 57	decisions             : 52061          (1.87 % random) (7811 /sec)
56.20/56.92	c 57	propagations          : 1665612        (249905 /sec)
56.20/56.92	c 57	conflict literals     : 371453         (27.37 % deleted)
56.20/56.92	c 57	Memory used           : 48.57 MB
56.20/56.92	c 57	CPU time              : 6.66499 s
56.20/56.92	c 57	
56.20/56.92	c 57	UNSATISFIABLE
56.20/56.93	c 57	DECODING HOME/temp.out WITH HOME/temp.map
56.20/56.93	c 57	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'
56.25/57.01	c 57	Decoding HOME/temp.out
56.25/57.05	s UNSATISFIABLE
56.25/57.06	c 57	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.38/57.12	c 57	CPU 56.39 (0.06 0.02 55.61 0.7)
56.38/57.12	c 57	END Sun Jul 12 00:24:50 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-2070081-1247351033/watcher-2070081-1247351033 -o /tmp/evaluation-result-2070081-1247351033/solver-2070081-1247351033 -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-2070081-1247351033.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.87 2.04 2.01 4/80 14225
/proc/meminfo: memFree=326432/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=18576 CPUtime=0
/proc/14225/stat : 14225 (runsolver) R 14223 14225 14110 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22167457 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14225/statm: 4644 284 249 26 0 2626 0

[startup+0.070992 s]
/proc/loadavg: 1.87 2.04 2.01 4/80 14225
/proc/meminfo: memFree=326432/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16344 CPUtime=0.05
/proc/14225/stat : 14225 (sugar) R 14223 14225 14110 0 -1 4194304 988 0 0 0 4 1 0 0 18 0 1 0 22167457 16736256 956 996147200 4194304 4206940 548682068608 18446744073709551615 255553029954 0 0 4224 0 0 0 0 17 1 0 0
/proc/14225/statm: 4086 956 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102435 s]
/proc/loadavg: 1.87 2.04 2.01 4/80 14225
/proc/meminfo: memFree=326432/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.06
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302012 s]
/proc/loadavg: 1.87 2.04 2.01 4/80 14225
/proc/meminfo: memFree=326432/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.06
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701051 s]
/proc/loadavg: 1.87 2.04 2.01 4/80 14225
/proc/meminfo: memFree=326432/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.43
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1309 4461 0 1 5 2 33 3 16 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 1.88 2.04 2.01 4/91 14247
/proc/meminfo: memFree=305672/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.43
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1310 4461 0 1 5 2 33 3 15 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22167508 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=864436 CPUtime=0.96
/proc/14239/stat : 14239 (java) S 14238 14225 14110 0 -1 0 10192 0 1 0 89 7 0 0 19 0 9 0 22167508 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 216109 9438 2590 9 0 210586 0
[pid=14239/tid=14240] ppid=14238 vsize=864436 CPUtime=0.41
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 14110 0 -1 64 2899 0 1 0 39 2 0 0 19 0 9 0 22167509 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 104272459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=864436 CPUtime=0.44
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 14110 0 -1 64 6267 0 0 0 42 2 0 0 16 0 9 0 22167511 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22167514 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=864436 CPUtime=0.07
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 14110 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 22167514 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22167514 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22167514 885182464 9438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886660

[startup+3.10227 s]
/proc/loadavg: 1.88 2.04 2.01 3/91 14247
/proc/meminfo: memFree=293896/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.43
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1310 4461 0 1 5 2 33 3 15 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22167508 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=864436 CPUtime=2.54
/proc/14239/stat : 14239 (java) S 14238 14225 14110 0 -1 0 10936 0 1 0 247 7 0 0 19 0 9 0 22167508 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 216109 10149 2590 9 0 210586 0
[pid=14239/tid=14240] ppid=14238 vsize=864436 CPUtime=1.94
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 14110 0 -1 64 2932 0 1 0 192 2 0 0 25 0 9 0 22167509 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4126522424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=864436 CPUtime=0.49
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 14110 0 -1 64 6977 0 0 0 46 3 0 0 16 0 9 0 22167511 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22167514 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=864436 CPUtime=0.08
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 14110 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22167514 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22167514 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22167514 885182464 10149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886660

[startup+6.30257 s]
/proc/loadavg: 1.89 2.04 2.01 3/91 14247
/proc/meminfo: memFree=287560/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.43
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1310 4461 0 1 5 2 33 3 15 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22167508 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=864436 CPUtime=5.71
/proc/14239/stat : 14239 (java) S 14238 14225 14110 0 -1 0 12174 0 1 0 561 10 0 0 19 0 9 0 22167508 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 216109 11300 2590 9 0 210586 0
[pid=14239/tid=14240] ppid=14238 vsize=864436 CPUtime=5
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 14110 0 -1 64 3019 0 1 0 497 3 0 0 25 0 9 0 22167509 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4126581972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=864436 CPUtime=0.6
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 14110 0 -1 64 8125 0 0 0 55 5 0 0 16 0 9 0 22167511 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22167514 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=864436 CPUtime=0.08
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 14110 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22167514 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22167514 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22167514 885182464 11300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886660

[startup+12.7022 s]
/proc/loadavg: 1.90 2.04 2.00 3/91 14247
/proc/meminfo: memFree=275656/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.43
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1310 4461 0 1 5 2 33 3 16 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22167508 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=864436 CPUtime=12.05
/proc/14239/stat : 14239 (java) S 14238 14225 14110 0 -1 0 14974 0 1 0 1189 16 0 0 19 0 9 0 22167508 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 216109 12770 2590 9 0 210586 0
[pid=14239/tid=14240] ppid=14238 vsize=864436 CPUtime=11.03
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 14110 0 -1 64 3179 0 1 0 1096 7 0 0 25 0 9 0 22167509 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=864436 CPUtime=0.89
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 14110 0 -1 64 10764 0 0 0 82 7 0 0 16 0 9 0 22167511 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22167512 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22167514 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=864436 CPUtime=0.09
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 14110 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 22167514 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22167514 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=864436 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22167514 885182464 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886660

[startup+25.5014 s]
/proc/loadavg: 1.92 2.03 2.00 3/91 14247
/proc/meminfo: memFree=263496/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.43
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1310 4461 0 1 5 2 33 3 16 0 1 0 22167457 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22167508 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=864460 CPUtime=24.72
/proc/14239/stat : 14239 (java) S 14238 14225 14110 0 -1 0 17082 0 1 0 2444 28 0 0 19 0 9 0 22167508 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 216115 13342 2590 9 0 210592 0
[pid=14239/tid=14240] ppid=14238 vsize=864460 CPUtime=23.21
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 14110 0 -1 64 3499 0 1 0 2306 15 0 0 25 0 9 0 22167509 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4126582081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=864460 CPUtime=1.38
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 14110 0 -1 64 12548 0 0 0 127 11 0 0 16 0 9 0 22167511 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=864460 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22167512 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=864460 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22167512 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=864460 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22167514 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=864460 CPUtime=0.09
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 14110 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 22167514 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=864460 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22167514 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=864460 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22167514 885207040 13342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 886684

[startup+51.1018 s]
/proc/loadavg: 1.86 2.01 2.00 3/83 14249
/proc/meminfo: memFree=263688/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=49.45
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1376 25671 0 2 6 2 4883 54 15 0 1 0 22167457 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22172464 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=42092 CPUtime=1.01
/proc/14249/stat : 14249 (minisat) R 14248 14225 14110 0 -1 4194304 10418 0 0 0 92 9 0 0 25 0 1 0 22172464 43102208 10404 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 10523 10404 74 150 0 10370 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 64316

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

[startup+54.3011 s]
/proc/loadavg: 1.86 2.01 2.00 3/83 14249
/proc/meminfo: memFree=240456/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=49.45
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1376 25671 0 2 6 2 4883 54 16 0 1 0 22167457 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22172464 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=46948 CPUtime=4.17
/proc/14249/stat : 14249 (minisat) R 14248 14225 14110 0 -1 4194304 11615 0 0 0 407 10 0 0 25 0 1 0 22172464 48074752 11601 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 11737 11601 75 150 0 11584 0
Current children cumulated CPU time (s) 53.62
Current children cumulated vsize (KiB) 69172

[startup+55.9022 s]
/proc/loadavg: 1.86 2.01 2.00 3/83 14249
/proc/meminfo: memFree=239752/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=49.45
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1376 25671 0 2 6 2 4883 54 16 0 1 0 22167457 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22172464 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=48672 CPUtime=5.76
/proc/14249/stat : 14249 (minisat) R 14248 14225 14110 0 -1 4194304 12024 0 0 0 565 11 0 0 25 0 1 0 22172464 49840128 12010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 12168 12010 75 150 0 12015 0
Current children cumulated CPU time (s) 55.21
Current children cumulated vsize (KiB) 70896

[startup+56.7023 s]
/proc/loadavg: 1.88 2.01 2.00 3/83 14249
/proc/meminfo: memFree=238216/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=49.45
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1376 25671 0 2 6 2 4883 54 16 0 1 0 22167457 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22172464 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=49604 CPUtime=6.55
/proc/14249/stat : 14249 (minisat) R 14248 14225 14110 0 -1 4194304 12270 0 0 0 644 11 0 0 25 0 1 0 22172464 50794496 12256 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 12401 12256 75 150 0 12248 0
Current children cumulated CPU time (s) 56
Current children cumulated vsize (KiB) 71828

[startup+57.1023 s]
/proc/loadavg: 1.88 2.01 2.00 2/91 14259
/proc/meminfo: memFree=280904/2055920 swapFree=4192952/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=56.25
/proc/14225/stat : 14225 (sugar) S 14223 14225 14110 0 -1 4194304 1449 38255 0 2 6 2 5550 67 15 0 1 0 22167457 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14250] ppid=14225 vsize=5356 CPUtime=0
/proc/14250/stat : 14250 (sh) S 14225 14225 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22173150 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14250/statm: 1339 233 193 169 0 50 0
[pid=14251] ppid=14250 vsize=864156 CPUtime=0.13
/proc/14251/stat : 14251 (java) S 14250 14225 14110 0 -1 0 3486 0 1 0 11 2 0 0 18 0 9 0 22173151 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14251/statm: 216039 2952 1695 9 0 210544 0
[pid=14251/tid=14252] ppid=14250 vsize=864156 CPUtime=0.1
/proc/14251/task/14252/stat : 14252 (java) S 14250 14225 14110 0 -1 64 2515 0 1 0 9 1 0 0 18 0 9 0 22173152 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14251/tid=14253] ppid=14250 vsize=864156 CPUtime=0
/proc/14251/task/14253/stat : 14253 (java) S 14250 14225 14110 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 22173153 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14251/tid=14254] ppid=14250 vsize=864156 CPUtime=0
/proc/14251/task/14254/stat : 14254 (java) S 14250 14225 14110 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22173154 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14251/tid=14255] ppid=14250 vsize=864156 CPUtime=0
/proc/14251/task/14255/stat : 14255 (java) S 14250 14225 14110 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22173154 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14251/tid=14256] ppid=14250 vsize=864156 CPUtime=0
/proc/14251/task/14256/stat : 14256 (java) S 14250 14225 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22173156 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14251/tid=14257] ppid=14250 vsize=864156 CPUtime=0.01
/proc/14251/task/14257/stat : 14257 (java) S 14250 14225 14110 0 -1 64 275 0 0 0 1 0 0 0 19 0 9 0 22173156 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14251/tid=14258] ppid=14250 vsize=864156 CPUtime=0
/proc/14251/task/14258/stat : 14258 (java) S 14250 14225 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22173156 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14251/tid=14259] ppid=14250 vsize=864156 CPUtime=0
/proc/14251/task/14259/stat : 14259 (java) S 14250 14225 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22173156 884895744 2952 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.38
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 57.1323
CPU time (s): 56.4274
CPU user time (s): 55.6825
CPU system time (s): 0.744886
CPU usage (%): 98.7663
Max. virtual memory (cumulated for all children) (KiB): 889252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.6825
system time used= 0.744886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43569
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= 13381
involuntary context switches= 15399

runsolver used 0.077988 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 00:23:53
IDJOB=2070081
IDBENCH=55132
IDSOLVER=739
FILE ID=node48/2070081-1247351033
PBS_JOBID= 9506952
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-16_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-2070081-1247351033/watcher-2070081-1247351033 -o /tmp/evaluation-result-2070081-1247351033/solver-2070081-1247351033 -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-2070081-1247351033.xml

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

MD5SUM BENCH= e5944fe7c1fd6c3c32381a9f4eaddce5
RANDOM SEED=1914080917

node48.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.237
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.237
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:        326912 kB
Buffers:         59232 kB
Cached:         879572 kB
SwapCached:          4 kB
Active:         787880 kB
Inactive:       888324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        326912 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:         757864 kB
Slab:            36460 kB
Committed_AS:   915400 kB
PageTables:       3244 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= 66448 MiB
End job on node48 at 2009-07-12 00:24:50