Trace number 2074888

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 85.363 86.3772

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle21.xml
MD5SUMa1a739fb8d99893699a2f45ae725d33e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.151976
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints672
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension64
Number of constraints which are defined in intension608
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:43:14 2009
0.00/0.08	c 0	PID 18708
0.06/0.09	c 0	HOST node18.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2074888-1247359394.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2074888-1247359394.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 128 variables, 5 predicates, 4 relations, 672 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.68/0.80	c 1	Parsing HOME/temp.csp
1.04/1.11	c 1	parsed 810 expressions
1.04/1.12	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.12	c 1	Converting to clausal form CSP
1.04/1.14	c 1	converted 81 (10%) expressions
1.13/1.20	c 1	converted 162 (20%) expressions
1.73/1.83	c 2	converted 243 (30%) expressions
1.92/2.01	c 2	converted 324 (40%) expressions
2.13/2.25	c 2	converted 405 (50%) expressions
2.22/2.34	c 2	converted 486 (60%) expressions
2.31/2.44	c 2	converted 567 (70%) expressions
2.31/2.45	c 2	converted 648 (80%) expressions
2.31/2.46	c 2	converted 729 (90%) expressions
2.31/2.47	c 2	converted 810 (100%) expressions
2.31/2.47	c 2	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
2.31/2.47	c 2	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.31/2.47	c 2	Propagation in CSP
2.31/2.48	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.31/2.48	c 2	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
2.31/2.48	c 2	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.31/2.48	c 2	Simplifing CSP by introducing new Boolean variables
2.42/2.52	c 2	CSP : 128 integers, 4368 booleans, 5040 clauses, largest domain size 26
2.42/2.52	c 2	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.73	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.61/2.74	c 3	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.61/2.74	c 3	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.61/2.74	c 3	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.61/2.75	c 3	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.61/2.75	c 3	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.61/2.75	c 3	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.61/2.75	c 3	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.61/2.75	c 3	103 (80%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
2.61/2.75	c 3	116 (90%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
2.61/2.75	c 3	128 (100%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
15.26/15.55	c 15	504 (10%) CSP clauses are encoded (270430 clauses, 9979197 bytes)
25.84/26.28	c 26	1008 (20%) CSP clauses are encoded (374572 clauses, 14406408 bytes)
25.93/26.31	c 26	1512 (30%) CSP clauses are encoded (385876 clauses, 14617368 bytes)
32.95/33.48	c 33	2016 (40%) CSP clauses are encoded (459097 clauses, 17984533 bytes)
40.36/40.93	c 41	2520 (50%) CSP clauses are encoded (532543 clauses, 21341040 bytes)
40.36/40.96	c 41	3024 (60%) CSP clauses are encoded (544247 clauses, 21543168 bytes)
40.36/40.98	c 41	3528 (70%) CSP clauses are encoded (555951 clauses, 21750704 bytes)
40.46/41.01	c 41	4032 (80%) CSP clauses are encoded (567655 clauses, 21959615 bytes)
40.46/41.03	c 41	4536 (90%) CSP clauses are encoded (579434 clauses, 22176382 bytes)
40.46/41.06	c 41	5040 (100%) CSP clauses are encoded (591488 clauses, 22397476 bytes)
40.46/41.06	c 41	5040 CSP clauses encoded
40.46/41.06	c 41	Writing map file : HOME/temp.map
40.46/41.06	c 41	Heap : 40 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.46/41.06	c 41	SAT : 7568 SAT variables, 591488 SAT clauses, 22397476 bytes
40.46/41.06	c 41	Heap : 40 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.46/41.09	c 41	SOLVING HOME/temp.cnf
40.46/41.09	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.46/41.09	c 41	This is MiniSat 2.0 beta
40.46/41.09	c 41	WARNING: for repeatability, setting FPU to use double precision
40.46/41.09	c 41	============================[ Problem Statistics ]=============================
40.46/41.09	c 41	|                                                                             |
40.46/41.09	c 41	|  Number of variables:  7568                                                 |
40.46/41.09	c 41	|  Number of clauses:    591488                                               |
40.56/41.62	c 41	|  Parsing time:         0.47         s                                       |
40.56/41.65	c 41	============================[ Search Statistics ]==============================
40.56/41.65	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.56/41.65	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.56/41.65	c 41	===============================================================================
40.56/41.65	c 41	|         0 |    7568   591488  4094592 |   197162        0    nan |  0.000 % |
41.16/41.76	c 42	|       100 |    7568   591488  4094592 |   216878      100      9 |  0.000 % |
41.25/41.81	c 42	|       250 |    7568   591488  4094592 |   238566      250      8 |  0.000 % |
41.34/41.91	c 42	|       475 |    7568   591488  4094592 |   262423      475      8 |  0.000 % |
41.44/42.00	c 42	|       812 |    7568   591488  4094592 |   288665      812      8 |  0.000 % |
41.44/42.08	c 42	|      1318 |    7568   591488  4094592 |   317532     1318      9 |  0.000 % |
41.74/42.32	c 42	|      2077 |    7568   591488  4094592 |   349285     2077      9 |  0.000 % |
41.94/42.52	c 42	|      3217 |    7568   591488  4094592 |   384214     3217     10 |  0.000 % |
42.14/42.71	c 43	|      4926 |    7568   591488  4094592 |   422635     4926     10 |  0.000 % |
42.53/43.13	c 43	|      7490 |    7568   591488  4094592 |   464899     7490     10 |  0.000 % |
43.33/43.93	c 44	|     11334 |    7568   591488  4094592 |   511389    11334     10 |  0.000 % |
44.41/45.08	c 45	|     17101 |    7567   591488  4094592 |   562528    17100     11 |  0.013 % |
46.39/47.04	c 47	|     25751 |    7567   591488  4094592 |   618780    25750     11 |  0.013 % |
49.06/49.75	c 50	|     38725 |    7567   591488  4094592 |   680658    38724     11 |  0.013 % |
52.22/52.93	c 53	|     58186 |    7566   591488  4094592 |   748724    58184     11 |  0.026 % |
57.96/58.75	c 59	|     87379 |    7566   591488  4094592 |   823597    87377     12 |  0.026 % |
74.38/75.37	c 75	|    131168 |    7566   591488  4094592 |   905957   131166     13 |  0.026 % |
85.07/86.12	c 86	===============================================================================
85.07/86.12	c 86	restarts              : 17
85.07/86.12	c 86	conflicts             : 159606         (3592 /sec)
85.07/86.12	c 86	decisions             : 244334         (1.58 % random) (5500 /sec)
85.07/86.12	c 86	propagations          : 7629847        (171734 /sec)
85.07/86.12	c 86	conflict literals     : 2066847        (22.31 % deleted)
85.07/86.12	c 86	Memory used           : 54.45 MB
85.07/86.12	c 86	CPU time              : 44.4282 s
85.07/86.12	c 86	
85.07/86.13	c 86	SATISFIABLE
85.07/86.14	c 86	DECODING HOME/temp.out WITH HOME/temp.map
85.07/86.14	c 86	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'
85.13/86.22	c 86	Decoding HOME/temp.out
85.13/86.31	s SATISFIABLE
85.13/86.32	v 16 20 0 3 12 0 3 14 11 4 6 20 17 6 4 20 18 4 25 20 11 20 8 3 4 12 18 7 20 0 17 12 24 25 20 17 8 2 7 2 0 17 4 18 18 18 14 24 4 11 10 0 17 11 4 13 4 18 19 4 18 18 20 4 14 17 4 18 19 14 13 4 18 13 14 17 19 20 17 8 8 19 14 25 4 1 17 0 18 1 20 25 25 4 18 4 24 4 18 11 14 18 25 4 0 11 17 4 13 4 4 22 4 11 20 17 0 14 3 3 18 19 4 13 4 18 15 24
85.13/86.35	c 86	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
85.13/86.37	c 86	CPU 85.34 (0.06 0.02 84.67 0.59)
85.13/86.37	c 86	END Sun Jul 12 02:44:40 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-2074888-1247359394/watcher-2074888-1247359394 -o /tmp/evaluation-result-2074888-1247359394/solver-2074888-1247359394 -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-2074888-1247359394.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.98 1.99 4/81 18708
/proc/meminfo: memFree=1806864/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=12268 CPUtime=0
/proc/18708/stat : 18708 (sugar) R 18706 18708 16353 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23006017 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18708/statm: 3067 316 241 3 0 167 0

[startup+0.08918 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18708
/proc/meminfo: memFree=1806864/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16740 CPUtime=0.06
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23006017 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101987 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18708
/proc/meminfo: memFree=1806864/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.06
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18708
/proc/meminfo: memFree=1806864/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.06
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701034 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18708
/proc/meminfo: memFree=1806864/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.06
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50211 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 18730
/proc/meminfo: memFree=1798072/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.68
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1309 6731 0 1 5 1 57 5 15 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
[pid=18721] ppid=18708 vsize=5356 CPUtime=0
/proc/18721/stat : 18721 (sh) S 18708 18708 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23006089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18721/statm: 1339 233 193 169 0 50 0
[pid=18722] ppid=18721 vsize=864256 CPUtime=0.75
/proc/18722/stat : 18722 (java) S 18721 18708 16353 0 -1 0 7635 0 1 0 71 4 0 0 19 0 9 0 23006090 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18722/statm: 216064 6905 2566 9 0 210569 0
[pid=18722/tid=18723] ppid=18721 vsize=864256 CPUtime=0.48
/proc/18722/task/18723/stat : 18723 (java) R 18721 18708 16353 0 -1 64 2677 0 1 0 47 1 0 0 19 0 9 0 23006091 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18724] ppid=18721 vsize=864256 CPUtime=0.19
/proc/18722/task/18724/stat : 18724 (java) R 18721 18708 16353 0 -1 64 3952 0 0 0 18 1 0 0 16 0 9 0 23006092 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18725] ppid=18721 vsize=864256 CPUtime=0
/proc/18722/task/18725/stat : 18725 (java) S 18721 18708 16353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23006092 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18726] ppid=18721 vsize=864256 CPUtime=0
/proc/18722/task/18726/stat : 18726 (java) S 18721 18708 16353 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23006092 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18727] ppid=18721 vsize=864256 CPUtime=0
/proc/18722/task/18727/stat : 18727 (java) S 18721 18708 16353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23006094 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18728] ppid=18721 vsize=864256 CPUtime=0.04
/proc/18722/task/18728/stat : 18728 (java) S 18721 18708 16353 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 23006094 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18729] ppid=18721 vsize=864256 CPUtime=0
/proc/18722/task/18729/stat : 18729 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23006094 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18730] ppid=18721 vsize=864256 CPUtime=0
/proc/18722/task/18730/stat : 18730 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23006094 884998144 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886480

[startup+3.10227 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 18730
/proc/meminfo: memFree=1768760/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.68
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1310 6731 0 1 5 1 57 5 15 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
[pid=18721] ppid=18708 vsize=5356 CPUtime=0
/proc/18721/stat : 18721 (sh) S 18708 18708 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23006089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18721/statm: 1339 233 193 169 0 50 0
[pid=18722] ppid=18721 vsize=868712 CPUtime=2.33
/proc/18722/stat : 18722 (java) S 18721 18708 16353 0 -1 0 14592 0 1 0 223 10 0 0 19 0 9 0 23006090 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18722/statm: 217178 13764 2591 9 0 211655 0
[pid=18722/tid=18723] ppid=18721 vsize=868712 CPUtime=1.19
/proc/18722/task/18723/stat : 18723 (java) R 18721 18708 16353 0 -1 64 3116 0 1 0 117 2 0 0 20 0 9 0 23006091 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4126427658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18724] ppid=18721 vsize=868712 CPUtime=0.92
/proc/18722/task/18724/stat : 18724 (java) S 18721 18708 16353 0 -1 64 9287 0 0 0 87 5 0 0 16 0 9 0 23006092 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18725] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18725/stat : 18725 (java) S 18721 18708 16353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18726] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18726/stat : 18726 (java) S 18721 18708 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18727] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18727/stat : 18727 (java) S 18721 18708 16353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23006094 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18728] ppid=18721 vsize=868712 CPUtime=0.19
/proc/18722/task/18728/stat : 18728 (java) S 18721 18708 16353 0 -1 64 1490 0 0 0 18 1 0 0 15 0 9 0 23006094 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18729] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18729/stat : 18729 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23006094 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18730] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18730/stat : 18730 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23006094 889561088 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890936

[startup+6.30257 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 18730
/proc/meminfo: memFree=1748472/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.68
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1310 6731 0 1 5 1 57 5 15 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
[pid=18721] ppid=18708 vsize=5356 CPUtime=0
/proc/18721/stat : 18721 (sh) S 18708 18708 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23006089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18721/statm: 1339 233 193 169 0 50 0
[pid=18722] ppid=18721 vsize=868712 CPUtime=5.49
/proc/18722/stat : 18722 (java) S 18721 18708 16353 0 -1 0 16455 0 1 0 535 14 0 0 19 0 9 0 23006090 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18722/statm: 217178 15539 2591 9 0 211655 0
[pid=18722/tid=18723] ppid=18721 vsize=868712 CPUtime=4.17
/proc/18722/task/18723/stat : 18723 (java) R 18721 18708 16353 0 -1 64 3205 0 1 0 412 5 0 0 25 0 9 0 23006091 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18724] ppid=18721 vsize=868712 CPUtime=1.08
/proc/18722/task/18724/stat : 18724 (java) S 18721 18708 16353 0 -1 64 11055 0 0 0 102 6 0 0 16 0 9 0 23006092 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18725] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18725/stat : 18725 (java) S 18721 18708 16353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18726] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18726/stat : 18726 (java) S 18721 18708 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18727] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18727/stat : 18727 (java) S 18721 18708 16353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23006094 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18728] ppid=18721 vsize=868712 CPUtime=0.2
/proc/18722/task/18728/stat : 18728 (java) S 18721 18708 16353 0 -1 64 1496 0 0 0 19 1 0 0 15 0 9 0 23006094 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18729] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18729/stat : 18729 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23006094 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18730] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18730/stat : 18730 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23006094 889561088 15539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890936

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 18730
/proc/meminfo: memFree=1733240/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.68
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1310 6731 0 1 5 1 57 5 15 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
[pid=18721] ppid=18708 vsize=5356 CPUtime=0
/proc/18721/stat : 18721 (sh) S 18708 18708 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23006089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18721/statm: 1339 233 193 169 0 50 0
[pid=18722] ppid=18721 vsize=868712 CPUtime=11.81
/proc/18722/stat : 18722 (java) S 18721 18708 16353 0 -1 0 18962 0 1 0 1161 20 0 0 19 0 9 0 23006090 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18722/statm: 217178 17941 2591 9 0 211655 0
[pid=18722/tid=18723] ppid=18721 vsize=868712 CPUtime=10.26
/proc/18722/task/18723/stat : 18723 (java) R 18721 18708 16353 0 -1 64 3312 0 1 0 1018 8 0 0 25 0 9 0 23006091 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4125952176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18724] ppid=18721 vsize=868712 CPUtime=1.31
/proc/18722/task/18724/stat : 18724 (java) S 18721 18708 16353 0 -1 64 13452 0 0 0 123 8 0 0 16 0 9 0 23006092 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18725] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18725/stat : 18725 (java) S 18721 18708 16353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18726] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18726/stat : 18726 (java) S 18721 18708 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18727] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18727/stat : 18727 (java) S 18721 18708 16353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23006094 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18728] ppid=18721 vsize=868712 CPUtime=0.21
/proc/18722/task/18728/stat : 18728 (java) S 18721 18708 16353 0 -1 64 1499 0 0 0 20 1 0 0 16 0 9 0 23006094 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18729] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18729/stat : 18729 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23006094 889561088 17941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18730] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18730/stat : 18730 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23006094 889561088 17941 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) 890936

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 18730
/proc/meminfo: memFree=1727544/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=0.68
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1310 6731 0 1 5 1 57 5 16 0 1 0 23006017 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1111 409 3 0 796 0
[pid=18721] ppid=18708 vsize=5356 CPUtime=0
/proc/18721/stat : 18721 (sh) S 18708 18708 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23006089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18721/statm: 1339 233 193 169 0 50 0
[pid=18722] ppid=18721 vsize=868712 CPUtime=24.46
/proc/18722/stat : 18722 (java) S 18721 18708 16353 0 -1 0 23180 0 1 0 2419 27 0 0 19 0 9 0 23006090 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18722/statm: 217178 18189 2591 9 0 211655 0
[pid=18722/tid=18723] ppid=18721 vsize=868712 CPUtime=22.38
/proc/18722/task/18723/stat : 18723 (java) R 18721 18708 16353 0 -1 64 3435 0 1 0 2226 12 0 0 25 0 9 0 23006091 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4126824050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18724] ppid=18721 vsize=868712 CPUtime=1.82
/proc/18722/task/18724/stat : 18724 (java) S 18721 18708 16353 0 -1 64 17543 0 0 0 170 12 0 0 16 0 9 0 23006092 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18725] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18725/stat : 18725 (java) S 18721 18708 16353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18726] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18726/stat : 18726 (java) S 18721 18708 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23006092 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18727] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18727/stat : 18727 (java) S 18721 18708 16353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23006094 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18728] ppid=18721 vsize=868712 CPUtime=0.22
/proc/18722/task/18728/stat : 18728 (java) S 18721 18708 16353 0 -1 64 1503 0 0 0 21 1 0 0 17 0 9 0 23006094 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18729] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18729/stat : 18729 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23006094 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18722/tid=18730] ppid=18721 vsize=868712 CPUtime=0
/proc/18722/task/18730/stat : 18730 (java) S 18721 18708 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23006094 889561088 18189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890936

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 18732
/proc/meminfo: memFree=1737656/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=40.56
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1376 35529 0 2 6 2 4005 43 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
[pid=18731] ppid=18708 vsize=5356 CPUtime=0
/proc/18731/stat : 18731 (sh) S 18708 18708 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23010126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18731/statm: 1339 232 193 169 0 50 0
[pid=18732] ppid=18731 vsize=44800 CPUtime=9.89
/proc/18732/stat : 18732 (minisat) R 18731 18708 16353 0 -1 4194304 10991 0 0 0 981 8 0 0 25 0 1 0 23010126 45875200 10977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18732/statm: 11200 10977 76 150 0 11047 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 67024

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

[startup+63.9021 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 18732
/proc/meminfo: memFree=1732472/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=40.56
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1376 35529 0 2 6 2 4005 43 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
[pid=18731] ppid=18708 vsize=5356 CPUtime=0
/proc/18731/stat : 18731 (sh) S 18708 18708 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23010126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18731/statm: 1339 232 193 169 0 50 0
[pid=18732] ppid=18731 vsize=49888 CPUtime=22.54
/proc/18732/stat : 18732 (minisat) R 18731 18708 16353 0 -1 4194304 12214 0 0 0 2245 9 0 0 25 0 1 0 23010126 51085312 12200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18732/statm: 12472 12200 76 150 0 12319 0
Current children cumulated CPU time (s) 63.1
Current children cumulated vsize (KiB) 72112

[startup+76.7023 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 18732
/proc/meminfo: memFree=1729336/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=40.56
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1376 35529 0 2 6 2 4005 43 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
[pid=18731] ppid=18708 vsize=5356 CPUtime=0
/proc/18731/stat : 18731 (sh) S 18708 18708 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23010126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18731/statm: 1339 232 193 169 0 50 0
[pid=18732] ppid=18731 vsize=53080 CPUtime=35.21
/proc/18732/stat : 18732 (minisat) R 18731 18708 16353 0 -1 4194304 13040 0 0 0 3512 9 0 0 25 0 1 0 23010126 54353920 13026 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18732/statm: 13270 13026 76 150 0 13117 0
Current children cumulated CPU time (s) 75.77
Current children cumulated vsize (KiB) 75304

[startup+83.1019 s]
/proc/loadavg: 1.98 1.98 1.99 4/84 18732
/proc/meminfo: memFree=1727928/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=40.56
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1376 35529 0 2 6 2 4005 43 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
[pid=18731] ppid=18708 vsize=5356 CPUtime=0
/proc/18731/stat : 18731 (sh) S 18708 18708 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23010126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18731/statm: 1339 232 193 169 0 50 0
[pid=18732] ppid=18731 vsize=54824 CPUtime=41.54
/proc/18732/stat : 18732 (minisat) R 18731 18708 16353 0 -1 4194304 13416 0 0 0 4144 10 0 0 25 0 1 0 23010126 56139776 13402 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/18732/statm: 13706 13402 76 150 0 13553 0
Current children cumulated CPU time (s) 82.1
Current children cumulated vsize (KiB) 77048

[startup+84.7109 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 18732
/proc/meminfo: memFree=1727352/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=40.56
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1376 35529 0 2 6 2 4005 43 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
[pid=18731] ppid=18708 vsize=5356 CPUtime=0
/proc/18731/stat : 18731 (sh) S 18708 18708 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23010126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18731/statm: 1339 232 193 169 0 50 0
[pid=18732] ppid=18731 vsize=55088 CPUtime=43.12
/proc/18732/stat : 18732 (minisat) R 18731 18708 16353 0 -1 4194304 13502 0 0 0 4302 10 0 0 25 0 1 0 23010126 56410112 13488 996147200 134512640 135127466 4294956256 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/18732/statm: 13772 13488 76 150 0 13619 0
Current children cumulated CPU time (s) 83.68
Current children cumulated vsize (KiB) 77312

[startup+85.5012 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 18732
/proc/meminfo: memFree=1727352/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=40.56
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1376 35529 0 2 6 2 4005 43 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
[pid=18731] ppid=18708 vsize=5356 CPUtime=0
/proc/18731/stat : 18731 (sh) S 18708 18708 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23010126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18731/statm: 1339 232 193 169 0 50 0
[pid=18732] ppid=18731 vsize=55484 CPUtime=43.92
/proc/18732/stat : 18732 (minisat) R 18731 18708 16353 0 -1 4194304 13602 0 0 0 4381 11 0 0 25 0 1 0 23010126 56815616 13588 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/18732/statm: 13871 13588 76 150 0 13718 0
Current children cumulated CPU time (s) 84.48
Current children cumulated vsize (KiB) 77708

[startup+85.9012 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 18732
/proc/meminfo: memFree=1726840/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=40.56
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1376 35529 0 2 6 2 4005 43 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
[pid=18731] ppid=18708 vsize=5356 CPUtime=0
/proc/18731/stat : 18731 (sh) S 18708 18708 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23010126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18731/statm: 1339 232 193 169 0 50 0
[pid=18732] ppid=18731 vsize=55616 CPUtime=44.31
/proc/18732/stat : 18732 (minisat) R 18731 18708 16353 0 -1 4194304 13651 0 0 0 4420 11 0 0 25 0 1 0 23010126 56950784 13637 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18732/statm: 13904 13637 76 150 0 13751 0
Current children cumulated CPU time (s) 84.87
Current children cumulated vsize (KiB) 77840

[startup+86.3012 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 18732
/proc/meminfo: memFree=1726840/2055920 swapFree=4192812/4192956
[pid=18708] ppid=18706 vsize=16868 CPUtime=85.13
/proc/18708/stat : 18708 (sugar) S 18706 18708 16353 0 -1 4194304 1448 49493 0 2 6 2 8449 56 16 0 1 0 23006017 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18708/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 85.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 86.3772
CPU time (s): 85.363
CPU user time (s): 84.7361
CPU system time (s): 0.626904
CPU usage (%): 98.8259
Max. virtual memory (cumulated for all children) (KiB): 901184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.7361
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54818
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= 7256
involuntary context switches= 10094

runsolver used 0.140978 second user time and 0.350946 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 02:43:14
IDJOB=2074888
IDBENCH=56149
IDSOLVER=739
FILE ID=node18/2074888-1247359394
PBS_JOBID= 9506943
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle21.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-2074888-1247359394/watcher-2074888-1247359394 -o /tmp/evaluation-result-2074888-1247359394/solver-2074888-1247359394 -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-2074888-1247359394.xml

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

MD5SUM BENCH= a1a739fb8d99893699a2f45ae725d33e
RANDOM SEED=169180466

node18.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.243
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.243
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:       1807344 kB
Buffers:         21492 kB
Cached:          93632 kB
SwapCached:          0 kB
Active:         163272 kB
Inactive:        34704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:         103348 kB
Slab:            35632 kB
Committed_AS:   254720 kB
PageTables:       1944 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= 66296 MiB
End job on node18 at 2009-07-12 02:44:40