Trace number 1079173

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.13+minisatUNSAT 21.3158 21.6998

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-13_ext.xml
MD5SUMa17fdd23f35596290d118ced5b4d6ced
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul  5 00:10:27 2008
0.00/0.14	c 0	PID 25035
0.00/0.14	c 0	HOST node7.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1079173-1215209427.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079173-1215209427.xml' 'HOME/temp.csp'
0.04/0.43	c 0	1 domains, 156 variables, 0 predicates, 2 relations, 25 constraints
0.04/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.34/0.54	c 0	Parsing HOME/temp.csp
0.34/0.70	c 1	parsed 184 expressions
0.34/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.75	c 1	Converting to clausal form CSP
0.34/0.77	c 1	converted 19 (10%) expressions
0.34/0.77	c 1	converted 37 (20%) expressions
0.34/0.77	c 1	converted 56 (30%) expressions
0.34/0.77	c 1	converted 74 (40%) expressions
0.34/0.77	c 1	converted 92 (50%) expressions
0.34/0.77	c 1	converted 111 (60%) expressions
0.34/0.77	c 1	converted 129 (70%) expressions
0.34/0.77	c 1	converted 148 (80%) expressions
0.34/0.97	c 1	converted 166 (90%) expressions
0.95/1.14	c 1	converted 184 (100%) expressions
0.95/1.14	c 1	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
0.95/1.14	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.14	c 1	Propagation in CSP
0.95/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.14	c 1	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
0.95/1.14	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.14	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.14	c 1	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
0.95/1.14	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.22	c 1	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.05/1.23	c 1	32 (20%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.05/1.23	c 1	47 (30%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.05/1.23	c 1	63 (40%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.05/1.23	c 1	78 (50%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
1.05/1.23	c 1	94 (60%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
1.05/1.23	c 1	110 (70%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1.05/1.23	c 1	125 (80%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
1.05/1.24	c 1	141 (90%) CSP integer variables are encoded (3384 clauses, 41929 bytes)
1.05/1.24	c 1	156 (100%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
3.91/4.14	c 4	3 (10%) CSP clauses are encoded (41256 clauses, 2789813 bytes)
5.80/6.10	c 6	5 (20%) CSP clauses are encoded (66264 clauses, 4665985 bytes)
8.76/9.01	c 9	8 (30%) CSP clauses are encoded (103776 clauses, 7516450 bytes)
10.55/10.88	c 11	10 (40%) CSP clauses are encoded (128784 clauses, 9416760 bytes)
13.43/13.76	c 14	13 (50%) CSP clauses are encoded (166296 clauses, 12267225 bytes)
14.22/14.54	c 14	15 (60%) CSP clauses are encoded (179794 clauses, 13165435 bytes)
15.40/15.79	c 16	18 (70%) CSP clauses are encoded (200041 clauses, 14790045 bytes)
16.21/16.58	c 16	20 (80%) CSP clauses are encoded (213539 clauses, 15950213 bytes)
17.39/17.75	c 18	23 (90%) CSP clauses are encoded (233786 clauses, 17690465 bytes)
18.18/18.53	c 18	25 (100%) CSP clauses are encoded (247284 clauses, 18850633 bytes)
18.18/18.53	c 18	25 CSP clauses encoded
18.18/18.53	c 18	Writing map file : HOME/temp.map
18.18/18.53	c 18	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.18/18.53	c 18	SAT : 3900 SAT variables, 247284 SAT clauses, 18850633 bytes
18.18/18.53	c 18	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.18/18.55	c 18	SOLVING HOME/temp.cnf
18.18/18.55	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.18/18.55	c 18	This is MiniSat 2.0 beta
18.18/18.55	c 18	WARNING: for repeatability, setting FPU to use double precision
18.18/18.55	c 18	============================[ Problem Statistics ]=============================
18.18/18.55	c 18	|                                                                             |
18.18/18.55	c 18	|  Number of variables:  3900                                                 |
18.18/18.55	c 18	|  Number of clauses:    247284                                               |
18.57/18.96	c 19	|  Parsing time:         0.36         s                                       |
18.57/18.99	c 19	============================[ Search Statistics ]==============================
18.57/18.99	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.57/18.99	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.57/18.99	c 19	===============================================================================
18.57/18.99	c 19	|         0 |    3828   245081  3547782 |    81693        0    nan |  0.000 % |
18.66/19.03	c 19	|       100 |    3823   245081  3547782 |    89863       95      4 |  1.975 % |
18.66/19.05	c 19	|       251 |    3823   245081  3547782 |    98849      246      5 |  1.974 % |
18.66/19.07	c 19	|       477 |    3823   245081  3547782 |   108734      471      6 |  2.000 % |
18.66/19.09	c 19	|       814 |    3822   245081  3547782 |   119607      808      7 |  2.000 % |
18.76/19.13	c 19	|      1321 |    3822   245081  3547782 |   131568     1315      7 |  2.000 % |
18.76/19.16	c 19	|      2081 |    3822   245081  3547782 |   144725     2075      8 |  2.000 % |
18.87/19.24	c 19	|      3220 |    3821   245081  3547782 |   159197     3213      8 |  2.026 % |
18.97/19.33	c 19	|      4929 |    3821   245081  3547782 |   175117     4922      8 |  2.026 % |
19.16/19.51	c 19	|      7492 |    3821   245081  3547782 |   192629     7485      9 |  2.026 % |
19.56/19.96	c 20	|     11337 |    3821   245081  3547782 |   211892    11330      9 |  2.026 % |
21.14/21.51	c 21	===============================================================================
21.14/21.51	c 21	restarts              : 11
21.14/21.51	c 21	conflicts             : 13631          (4737 /sec)
21.14/21.51	c 21	decisions             : 20680          (1.76 % random) (7187 /sec)
21.14/21.51	c 21	propagations          : 592300         (205834 /sec)
21.14/21.51	c 21	conflict literals     : 122085         (26.69 % deleted)
21.14/21.51	c 21	Memory used           : 26.54 MB
21.14/21.51	c 21	CPU time              : 2.87756 s
21.14/21.51	c 21	
21.14/21.51	c 21	UNSATISFIABLE
21.14/21.51	c 21	DECODING HOME/temp.out WITH HOME/temp.map
21.14/21.51	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.17/21.60	c 22	Decoding HOME/temp.out
21.17/21.63	s UNSATISFIABLE
21.17/21.64	c 22	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.17/21.69	c 22	CPU 20.9 (0.04 0.01 20.86 0.38)
21.17/21.69	c 22	END Sat Jul  5 00:10:49 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079173-1215209427/watcher-1079173-1215209427 -o /tmp/evaluation-result-1079173-1215209427/solver-1079173-1215209427 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1079173-1215209427.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.06 2.01 4/81 25035
/proc/meminfo: memFree=1803040/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=18572 CPUtime=0
/proc/25035/stat : 25035 (runsolver) D 25033 25035 23867 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999917858 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 244671114535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25035/statm: 4643 292 257 25 0 2626 0

[startup+0.018122 s]
/proc/loadavg: 2.10 2.06 2.01 4/81 25035
/proc/meminfo: memFree=1803040/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=124 CPUtime=0
/proc/25035/stat : 25035 (sugar) D 25033 25035 23867 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 1999917858 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 244668495337 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25035/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101134 s]
/proc/loadavg: 2.10 2.06 2.01 4/81 25035
/proc/meminfo: memFree=1803040/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=12412 CPUtime=0
/proc/25035/stat : 25035 (sugar) R 25033 25035 23867 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 1999917858 12709888 390 996147200 4194304 4206940 548682068608 18446744073709551615 244690833641 0 0 4224 0 0 0 0 17 1 0 0
/proc/25035/statm: 3103 390 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301154 s]
/proc/loadavg: 2.10 2.06 2.01 4/81 25035
/proc/meminfo: memFree=1803040/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=0.04
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999917858 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701197 s]
/proc/loadavg: 2.10 2.06 2.01 4/81 25035
/proc/meminfo: memFree=1803040/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=0.34
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 973 4307 0 1 3 1 27 3 16 0 1 0 1999917858 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50128 s]
/proc/loadavg: 2.10 2.06 2.01 4/92 25057
/proc/meminfo: memFree=1788488/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=0.34
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 974 4307 0 1 3 1 27 3 15 0 1 0 1999917858 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 797 370 3 0 500 0
[pid=25048] ppid=25035 vsize=5356 CPUtime=0
/proc/25048/stat : 25048 (sh) S 25035 25035 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999917905 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25048/statm: 1339 233 193 169 0 50 0
[pid=25049] ppid=25048 vsize=864464 CPUtime=1
/proc/25049/stat : 25049 (java) S 25048 25035 23867 0 -1 0 8083 0 1 0 97 3 0 0 18 0 9 0 1999917905 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 216116 7336 2563 9 0 210663 0
[pid=25049/tid=25050] ppid=25048 vsize=864464 CPUtime=0.65
/proc/25049/task/25050/stat : 25050 (java) R 25048 25035 23867 0 -1 64 2773 0 1 0 64 1 0 0 19 0 9 0 1999917906 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4126095728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25051] ppid=25048 vsize=864464 CPUtime=0.25
/proc/25049/task/25051/stat : 25051 (java) S 25048 25035 23867 0 -1 64 4273 0 0 0 24 1 0 0 16 0 9 0 1999917907 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25052] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25052/stat : 25052 (java) S 25048 25035 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25053] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25053/stat : 25053 (java) S 25048 25035 23867 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999917907 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999917909 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25048 vsize=864464 CPUtime=0.09
/proc/25049/task/25055/stat : 25055 (java) S 25048 25035 23867 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 1999917909 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25048 25035 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999917909 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999917910 885211136 7336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 883420

[startup+3.10245 s]
/proc/loadavg: 2.10 2.06 2.01 3/92 25057
/proc/meminfo: memFree=1779656/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=0.34
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 974 4307 0 1 3 1 27 3 15 0 1 0 1999917858 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 797 370 3 0 500 0
[pid=25048] ppid=25035 vsize=5356 CPUtime=0
/proc/25048/stat : 25048 (sh) S 25035 25035 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999917905 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25048/statm: 1339 233 193 169 0 50 0
[pid=25049] ppid=25048 vsize=864464 CPUtime=2.59
/proc/25049/stat : 25049 (java) S 25048 25035 23867 0 -1 0 9098 0 1 0 254 5 0 0 18 0 9 0 1999917905 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 216116 8258 2563 9 0 210663 0
[pid=25049/tid=25050] ppid=25048 vsize=864464 CPUtime=2.16
/proc/25049/task/25050/stat : 25050 (java) R 25048 25035 23867 0 -1 64 2866 0 1 0 215 1 0 0 25 0 9 0 1999917906 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4126541295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25051] ppid=25048 vsize=864464 CPUtime=0.31
/proc/25049/task/25051/stat : 25051 (java) S 25048 25035 23867 0 -1 64 5191 0 0 0 29 2 0 0 16 0 9 0 1999917907 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25052] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25052/stat : 25052 (java) S 25048 25035 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25053] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25053/stat : 25053 (java) S 25048 25035 23867 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999917907 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999917909 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25048 vsize=864464 CPUtime=0.09
/proc/25049/task/25055/stat : 25055 (java) S 25048 25035 23867 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1999917909 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25048 25035 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999917909 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999917910 885211136 8258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 883420

[startup+6.30279 s]
/proc/loadavg: 2.18 2.07 2.01 3/92 25057
/proc/meminfo: memFree=1769864/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=0.34
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 974 4307 0 1 3 1 27 3 16 0 1 0 1999917858 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 797 370 3 0 500 0
[pid=25048] ppid=25035 vsize=5356 CPUtime=0
/proc/25048/stat : 25048 (sh) S 25035 25035 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999917905 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25048/statm: 1339 233 193 169 0 50 0
[pid=25049] ppid=25048 vsize=864464 CPUtime=5.76
/proc/25049/stat : 25049 (java) S 25048 25035 23867 0 -1 0 10212 0 1 0 566 10 0 0 18 0 9 0 1999917905 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 216116 9153 2563 9 0 210663 0
[pid=25049/tid=25050] ppid=25048 vsize=864464 CPUtime=5.1
/proc/25049/task/25050/stat : 25050 (java) R 25048 25035 23867 0 -1 64 3084 0 1 0 506 4 0 0 25 0 9 0 1999917906 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4126558151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25051] ppid=25048 vsize=864464 CPUtime=0.52
/proc/25049/task/25051/stat : 25051 (java) S 25048 25035 23867 0 -1 64 6086 0 0 0 49 3 0 0 16 0 9 0 1999917907 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25052] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25052/stat : 25052 (java) S 25048 25035 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25053] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25053/stat : 25053 (java) S 25048 25035 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999917909 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25048 vsize=864464 CPUtime=0.09
/proc/25049/task/25055/stat : 25055 (java) S 25048 25035 23867 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 1999917909 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25048 25035 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999917909 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999917910 885211136 9153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 883420

[startup+12.7025 s]
/proc/loadavg: 2.24 2.09 2.02 3/92 25057
/proc/meminfo: memFree=1761800/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=0.35
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 974 4307 0 1 4 1 27 3 16 0 1 0 1999917858 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 797 370 3 0 500 0
[pid=25048] ppid=25035 vsize=5356 CPUtime=0
/proc/25048/stat : 25048 (sh) S 25035 25035 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999917905 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25048/statm: 1339 233 193 169 0 50 0
[pid=25049] ppid=25048 vsize=864464 CPUtime=12.09
/proc/25049/stat : 25049 (java) S 25048 25035 23867 0 -1 0 13369 0 1 0 1192 17 0 0 18 0 9 0 1999917905 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 216116 9511 2563 9 0 210663 0
[pid=25049/tid=25050] ppid=25048 vsize=864464 CPUtime=11
/proc/25049/task/25050/stat : 25050 (java) R 25048 25035 23867 0 -1 64 3460 0 1 0 1092 8 0 0 25 0 9 0 1999917906 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25051] ppid=25048 vsize=864464 CPUtime=0.95
/proc/25049/task/25051/stat : 25051 (java) S 25048 25035 23867 0 -1 64 8862 0 0 0 88 7 0 0 16 0 9 0 1999917907 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25052] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25052/stat : 25052 (java) S 25048 25035 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25053] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25053/stat : 25053 (java) S 25048 25035 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999917909 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25048 vsize=864464 CPUtime=0.1
/proc/25049/task/25055/stat : 25055 (java) S 25048 25035 23867 0 -1 64 354 0 0 0 10 0 0 0 17 0 9 0 1999917909 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25048 25035 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999917909 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999917910 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 883420

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

[startup+15.9028 s]
/proc/loadavg: 2.22 2.09 2.02 3/92 25057
/proc/meminfo: memFree=1758216/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=0.35
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 974 4307 0 1 4 1 27 3 16 0 1 0 1999917858 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 797 370 3 0 500 0
[pid=25048] ppid=25035 vsize=5356 CPUtime=0
/proc/25048/stat : 25048 (sh) S 25035 25035 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999917905 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25048/statm: 1339 233 193 169 0 50 0
[pid=25049] ppid=25048 vsize=864464 CPUtime=15.26
/proc/25049/stat : 25049 (java) S 25048 25035 23867 0 -1 0 14825 0 1 0 1504 22 0 0 18 0 9 0 1999917905 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 216116 9511 2563 9 0 210663 0
[pid=25049/tid=25050] ppid=25048 vsize=864464 CPUtime=13.92
/proc/25049/task/25050/stat : 25050 (java) R 25048 25035 23867 0 -1 64 3708 0 1 0 1381 11 0 0 25 0 9 0 1999917906 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 103214581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25051] ppid=25048 vsize=864464 CPUtime=1.2
/proc/25049/task/25051/stat : 25051 (java) S 25048 25035 23867 0 -1 64 10070 0 0 0 111 9 0 0 16 0 9 0 1999917907 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25052] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25052/stat : 25052 (java) S 25048 25035 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25053] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25053/stat : 25053 (java) S 25048 25035 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999917907 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999917909 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25048 vsize=864464 CPUtime=0.1
/proc/25049/task/25055/stat : 25055 (java) S 25048 25035 23867 0 -1 64 354 0 0 0 10 0 0 0 17 0 9 0 1999917909 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25048 25035 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999917909 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25048 vsize=864464 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25048 25035 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999917910 885211136 9511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 883420

[startup+19.1011 s]
/proc/loadavg: 2.20 2.09 2.02 3/84 25059
/proc/meminfo: memFree=1777864/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=18.24
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 1031 19655 0 2 4 1 1788 31 15 0 1 0 1999917858 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 798 370 3 0 500 0
[pid=25058] ppid=25035 vsize=5356 CPUtime=0
/proc/25058/stat : 25058 (sh) S 25035 25035 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999919713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25058/statm: 1339 232 193 169 0 50 0
[pid=25059] ppid=25058 vsize=23836 CPUtime=0.52
/proc/25059/stat : 25059 (minisat) R 25058 25035 23867 0 -1 4194304 5804 0 0 0 49 3 0 0 24 0 1 0 1999919714 24408064 5790 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/25059/statm: 5959 5790 75 150 0 5806 0
Current children cumulated CPU time (s) 18.76
Current children cumulated vsize (KiB) 42792

[startup+20.7013 s]
/proc/loadavg: 2.20 2.09 2.02 3/84 25059
/proc/meminfo: memFree=1756680/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=18.24
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 1031 19655 0 2 4 1 1788 31 15 0 1 0 1999917858 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 798 370 3 0 500 0
[pid=25058] ppid=25035 vsize=5356 CPUtime=0
/proc/25058/stat : 25058 (sh) S 25035 25035 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999919713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25058/statm: 1339 232 193 169 0 50 0
[pid=25059] ppid=25058 vsize=26896 CPUtime=2.11
/proc/25059/stat : 25059 (minisat) R 25058 25035 23867 0 -1 4194304 6582 0 0 0 207 4 0 0 25 0 1 0 1999919714 27541504 6568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25059/statm: 6724 6568 76 150 0 6571 0
Current children cumulated CPU time (s) 20.35
Current children cumulated vsize (KiB) 45852

[startup+21.1013 s]
/proc/loadavg: 2.20 2.09 2.02 3/84 25059
/proc/meminfo: memFree=1755464/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=18.24
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 1031 19655 0 2 4 1 1788 31 15 0 1 0 1999917858 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 798 370 3 0 500 0
[pid=25058] ppid=25035 vsize=5356 CPUtime=0
/proc/25058/stat : 25058 (sh) S 25035 25035 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999919713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25058/statm: 1339 232 193 169 0 50 0
[pid=25059] ppid=25058 vsize=27028 CPUtime=2.5
/proc/25059/stat : 25059 (minisat) R 25058 25035 23867 0 -1 4194304 6615 0 0 0 246 4 0 0 25 0 1 0 1999919714 27676672 6601 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 1 0 0
/proc/25059/statm: 6757 6601 76 150 0 6604 0
Current children cumulated CPU time (s) 20.74
Current children cumulated vsize (KiB) 45984

[startup+21.5014 s]
/proc/loadavg: 2.20 2.09 2.02 3/84 25059
/proc/meminfo: memFree=1755464/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=18.24
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 1031 19655 0 2 4 1 1788 31 15 0 1 0 1999917858 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 798 370 3 0 500 0
[pid=25058] ppid=25035 vsize=5356 CPUtime=0
/proc/25058/stat : 25058 (sh) S 25035 25035 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999919713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25058/statm: 1339 232 193 169 0 50 0
[pid=25059] ppid=25058 vsize=27168 CPUtime=2.9
/proc/25059/stat : 25059 (minisat) R 25058 25035 23867 0 -1 4194304 6639 0 0 0 286 4 0 0 25 0 1 0 1999919714 27820032 6625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25059/statm: 6792 6625 76 150 0 6639 0
Current children cumulated CPU time (s) 21.14
Current children cumulated vsize (KiB) 46124

[startup+21.6014 s]
/proc/loadavg: 2.20 2.09 2.02 3/84 25059
/proc/meminfo: memFree=1755464/2055920 swapFree=4180056/4192956
[pid=25035] ppid=25033 vsize=13600 CPUtime=21.17
/proc/25035/stat : 25035 (sugar) S 25033 25035 23867 0 -1 4194304 1070 26588 0 2 4 1 2076 36 17 0 1 0 1999917858 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25035/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 21.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 21.6998
CPU time (s): 21.3158
CPU user time (s): 20.9048
CPU system time (s): 0.410937
CPU usage (%): 98.23
Max. virtual memory (cumulated for all children) (KiB): 885988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.9048
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31394
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= 9486
involuntary context switches= 10134

runsolver used 0.026995 second user time and 0.083987 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 00:10:27
IDJOB=1079173
IDBENCH=56865
IDSOLVER=346
FILE ID=node7/1079173-1215209427
PBS_JOBID= 7881694
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg12-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079173-1215209427/watcher-1079173-1215209427 -o /tmp/evaluation-result-1079173-1215209427/solver-1079173-1215209427 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1079173-1215209427.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a17fdd23f35596290d118ced5b4d6ced
RANDOM SEED=202225754

node7.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.236
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.236
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:       1803520 kB
Buffers:         16940 kB
Cached:         130528 kB
SwapCached:       7300 kB
Active:         157680 kB
Inactive:        42836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803520 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          66540 kB
Slab:            37036 kB
Committed_AS:  4204876 kB
PageTables:       2004 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= 66516 MiB
End job on node7 at 2008-07-05 00:10:49