Trace number 2069949

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 11.6992 11.917

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-18_ext.xml
MD5SUM5600facac51c4f6cb4a3f961a5e43210
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.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints33
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension33
Number of constraints which are defined in intension0
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 00:21:58 2009
0.00/0.08	c 0	PID 19894
0.00/0.08	c 0	HOST node67.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2069949-1247350918.xml TO HOME/temp.csp
0.00/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-2069949-1247350918.xml' 'HOME/temp.csp'
0.06/0.33	c 0	1 domains, 270 variables, 0 predicates, 2 relations, 33 constraints
0.06/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.33/0.44	c 0	Parsing HOME/temp.csp
0.33/0.49	c 0	parsed 306 expressions
0.33/0.50	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.50	c 0	Converting to clausal form CSP
0.33/0.53	c 0	converted 31 (10%) expressions
0.33/0.53	c 0	converted 62 (20%) expressions
0.33/0.53	c 0	converted 92 (30%) expressions
0.33/0.53	c 0	converted 123 (40%) expressions
0.33/0.53	c 0	converted 153 (50%) expressions
0.33/0.53	c 0	converted 184 (60%) expressions
0.33/0.53	c 0	converted 215 (70%) expressions
0.33/0.53	c 0	converted 245 (80%) expressions
0.33/0.56	c 0	converted 276 (90%) expressions
0.33/0.74	c 1	converted 306 (100%) expressions
0.33/0.75	c 1	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
0.33/0.75	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.75	c 1	Propagation in CSP
0.33/0.75	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/0.75	c 1	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
0.33/0.75	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.75	c 1	Simplifing CSP by introducing new Boolean variables
0.33/0.75	c 1	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
0.33/0.75	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.80	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.33/0.82	c 1	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.33/0.82	c 1	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
0.33/0.82	c 1	81 (30%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
0.33/0.82	c 1	108 (40%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
0.33/0.83	c 1	135 (50%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
0.33/0.83	c 1	162 (60%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
0.33/0.83	c 1	189 (70%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
0.33/0.83	c 1	216 (80%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
0.33/0.83	c 1	243 (90%) CSP integer variables are encoded (5832 clauses, 73753 bytes)
0.33/0.83	c 1	270 (100%) CSP integer variables are encoded (6480 clauses, 82177 bytes)
2.93/3.04	c 3	4 (10%) CSP clauses are encoded (38900 clauses, 2983652 bytes)
4.49/4.60	c 5	7 (20%) CSP clauses are encoded (63215 clauses, 5257007 bytes)
6.08/6.22	c 6	10 (30%) CSP clauses are encoded (87530 clauses, 7530362 bytes)
8.16/8.34	c 8	14 (40%) CSP clauses are encoded (119950 clauses, 10561502 bytes)
9.73/9.95	c 10	17 (50%) CSP clauses are encoded (144265 clauses, 12834857 bytes)
10.33/10.54	c 10	20 (60%) CSP clauses are encoded (154228 clauses, 13746560 bytes)
10.53/10.71	c 11	24 (70%) CSP clauses are encoded (157944 clauses, 14132891 bytes)
10.62/10.84	c 11	27 (80%) CSP clauses are encoded (160731 clauses, 14427767 bytes)
10.72/10.96	c 11	30 (90%) CSP clauses are encoded (163518 clauses, 14722643 bytes)
10.92/11.15	c 11	33 (100%) CSP clauses are encoded (166305 clauses, 15017519 bytes)
10.92/11.15	c 11	33 CSP clauses encoded
10.92/11.15	c 11	Writing map file : HOME/temp.map
10.92/11.16	c 11	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.92/11.16	c 11	SAT : 6750 SAT variables, 166305 SAT clauses, 15017519 bytes
10.92/11.16	c 11	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.98/11.21	c 11	SOLVING HOME/temp.cnf
10.98/11.21	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.98/11.22	c 11	This is MiniSat 2.0 beta
10.98/11.22	c 11	WARNING: for repeatability, setting FPU to use double precision
10.98/11.22	c 11	============================[ Problem Statistics ]=============================
10.98/11.22	c 11	|                                                                             |
10.98/11.22	c 11	|  Number of variables:  6750                                                 |
10.98/11.22	c 11	|  Number of clauses:    166305                                               |
11.00/11.54	c 11	|  Parsing time:         0.29         s                                       |
11.00/11.56	c 11	============================[ Search Statistics ]==============================
11.00/11.56	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.00/11.56	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.00/11.56	c 11	===============================================================================
11.00/11.56	c 11	|         0 |    6592   162096  2713267 |    54032        0    nan |  0.000 % |
11.00/11.58	c 11	|       102 |    6567   162096  2713267 |    59435       94      7 |  2.815 % |
11.00/11.59	c 11	|       254 |    6567   162096  2713267 |    65378      245      7 |  2.889 % |
11.00/11.61	c 12	|       480 |    6566   162096  2713267 |    71916      470      7 |  2.978 % |
11.00/11.63	c 12	|       817 |    6565   162096  2713267 |    79108      806      7 |  3.067 % |
11.00/11.67	c 12	|      1323 |    6562   162096  2713267 |    87019     1311      7 |  3.230 % |
11.00/11.72	c 12	|      2084 |    6544   162096  2713267 |    95720     2071      7 |  3.319 % |
11.00/11.73	c 12	===============================================================================
11.00/11.73	c 12	restarts              : 7
11.00/11.73	c 12	conflicts             : 2257           (4713 /sec)
11.00/11.73	c 12	decisions             : 4384           (1.80 % random) (9154 /sec)
11.00/11.73	c 12	propagations          : 188574         (393743 /sec)
11.00/11.73	c 12	conflict literals     : 16184          (30.65 % deleted)
11.00/11.73	c 12	Memory used           : 17.85 MB
11.00/11.73	c 12	CPU time              : 0.478927 s
11.00/11.73	c 12	
11.00/11.73	c 12	UNSATISFIABLE
11.00/11.74	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.00/11.74	c 12	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'
11.52/11.82	c 12	Decoding HOME/temp.out
11.52/11.87	s UNSATISFIABLE
11.52/11.88	c 12	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.52/11.91	c 12	CPU 11.66 (0.05 0.02 11.22 0.37)
11.52/11.91	c 12	END Sun Jul 12 00:22:10 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-2069949-1247350918/watcher-2069949-1247350918 -o /tmp/evaluation-result-2069949-1247350918/solver-2069949-1247350918 -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-2069949-1247350918.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.19 1.79 2.05 4/80 19894
/proc/meminfo: memFree=1579680/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=18576 CPUtime=0
/proc/19894/stat : 19894 (runsolver) R 19892 19894 18973 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 22154520 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19894/statm: 4644 284 249 26 0 2626 0

[startup+0.106154 s]
/proc/loadavg: 1.19 1.79 2.05 4/80 19894
/proc/meminfo: memFree=1579680/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.06
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201153 s]
/proc/loadavg: 1.19 1.79 2.05 4/80 19894
/proc/meminfo: memFree=1579680/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.06
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301162 s]
/proc/loadavg: 1.19 1.79 2.05 4/80 19894
/proc/meminfo: memFree=1579680/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.06
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701205 s]
/proc/loadavg: 1.19 1.79 2.05 4/80 19894
/proc/meminfo: memFree=1579680/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.33
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1309 4338 0 1 5 2 23 3 16 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50228 s]
/proc/loadavg: 1.26 1.79 2.05 3/91 19916
/proc/meminfo: memFree=1560712/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.33
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1310 4338 0 1 5 2 23 3 15 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
[pid=19907] ppid=19894 vsize=5356 CPUtime=0
/proc/19907/stat : 19907 (sh) S 19894 19894 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19907/statm: 1339 233 193 169 0 50 0
[pid=19908] ppid=19907 vsize=864436 CPUtime=1.11
/proc/19908/stat : 19908 (java) S 19907 19894 18973 0 -1 0 7513 0 1 0 106 5 0 0 18 0 9 0 22154557 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19908/statm: 216109 6706 2590 9 0 210586 0
[pid=19908/tid=19909] ppid=19907 vsize=864436 CPUtime=0.79
/proc/19908/task/19909/stat : 19909 (java) R 19907 19894 18973 0 -1 64 2789 0 1 0 78 1 0 0 23 0 9 0 22154558 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4126529397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19910] ppid=19907 vsize=864436 CPUtime=0.22
/proc/19908/task/19910/stat : 19910 (java) S 19907 19894 18973 0 -1 64 3704 0 0 0 20 2 0 0 16 0 9 0 22154559 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19911] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19911/stat : 19911 (java) S 19907 19894 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154559 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19912] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19912/stat : 19912 (java) S 19907 19894 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154559 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19913] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19913/stat : 19913 (java) S 19907 19894 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154561 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19914] ppid=19907 vsize=864436 CPUtime=0.07
/proc/19908/task/19914/stat : 19914 (java) S 19907 19894 18973 0 -1 64 322 0 0 0 7 0 0 0 16 0 9 0 22154561 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19915] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19915/stat : 19915 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154562 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19916] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19916/stat : 19916 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154562 885182464 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886660

[startup+3.10448 s]
/proc/loadavg: 1.26 1.79 2.05 3/91 19916
/proc/meminfo: memFree=1555976/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.33
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1310 4338 0 1 5 2 23 3 16 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
[pid=19907] ppid=19894 vsize=5356 CPUtime=0
/proc/19907/stat : 19907 (sh) S 19894 19894 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19907/statm: 1339 233 193 169 0 50 0
[pid=19908] ppid=19907 vsize=864436 CPUtime=2.7
/proc/19908/stat : 19908 (java) S 19907 19894 18973 0 -1 0 8616 0 1 0 261 9 0 0 18 0 9 0 22154557 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19908/statm: 216109 7627 2589 9 0 210586 0
[pid=19908/tid=19909] ppid=19907 vsize=864436 CPUtime=2.22
/proc/19908/task/19909/stat : 19909 (java) R 19907 19894 18973 0 -1 64 2968 0 1 0 219 3 0 0 25 0 9 0 22154558 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19910] ppid=19907 vsize=864436 CPUtime=0.38
/proc/19908/task/19910/stat : 19910 (java) S 19907 19894 18973 0 -1 64 4628 0 0 0 34 4 0 0 15 0 9 0 22154559 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19911] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19911/stat : 19911 (java) S 19907 19894 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154559 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19912] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19912/stat : 19912 (java) S 19907 19894 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154559 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19913] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19913/stat : 19913 (java) S 19907 19894 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154561 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19914] ppid=19907 vsize=864436 CPUtime=0.07
/proc/19908/task/19914/stat : 19914 (java) S 19907 19894 18973 0 -1 64 322 0 0 0 7 0 0 0 16 0 9 0 22154561 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19915] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19915/stat : 19915 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154562 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19916] ppid=19907 vsize=864436 CPUtime=0
/proc/19908/task/19916/stat : 19916 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154562 885182464 7627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886660

[startup+6.30178 s]
/proc/loadavg: 1.26 1.79 2.05 3/91 19916
/proc/meminfo: memFree=1548488/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.33
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1310 4338 0 1 5 2 23 3 16 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
[pid=19907] ppid=19894 vsize=5356 CPUtime=0
/proc/19907/stat : 19907 (sh) S 19894 19894 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19907/statm: 1339 233 193 169 0 50 0
[pid=19908] ppid=19907 vsize=864460 CPUtime=5.85
/proc/19908/stat : 19908 (java) S 19907 19894 18973 0 -1 0 9832 0 1 0 570 15 0 0 18 0 9 0 22154557 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19908/statm: 216115 7909 2590 9 0 210592 0
[pid=19908/tid=19909] ppid=19907 vsize=864460 CPUtime=5.13
/proc/19908/task/19909/stat : 19909 (java) R 19907 19894 18973 0 -1 64 3313 0 1 0 506 7 0 0 25 0 9 0 22154558 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4126536559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19910] ppid=19907 vsize=864460 CPUtime=0.62
/proc/19908/task/19910/stat : 19910 (java) S 19907 19894 18973 0 -1 64 5493 0 0 0 55 7 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19911] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19911/stat : 19911 (java) S 19907 19894 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19912] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19912/stat : 19912 (java) S 19907 19894 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19913] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19913/stat : 19913 (java) S 19907 19894 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154561 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19914] ppid=19907 vsize=864460 CPUtime=0.08
/proc/19908/task/19914/stat : 19914 (java) S 19907 19894 18973 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22154561 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19915] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19915/stat : 19915 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154562 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19916] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19916/stat : 19916 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154562 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886684

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

[startup+6.40279 s]
/proc/loadavg: 1.26 1.79 2.05 3/91 19916
/proc/meminfo: memFree=1548488/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.33
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1310 4338 0 1 5 2 23 3 16 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
[pid=19907] ppid=19894 vsize=5356 CPUtime=0
/proc/19907/stat : 19907 (sh) S 19894 19894 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19907/statm: 1339 233 193 169 0 50 0
[pid=19908] ppid=19907 vsize=864460 CPUtime=5.94
/proc/19908/stat : 19908 (java) S 19907 19894 18973 0 -1 0 9838 0 1 0 579 15 0 0 18 0 9 0 22154557 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19908/statm: 216115 7909 2590 9 0 210592 0
[pid=19908/tid=19909] ppid=19907 vsize=864460 CPUtime=5.23
/proc/19908/task/19909/stat : 19909 (java) R 19907 19894 18973 0 -1 64 3319 0 1 0 516 7 0 0 25 0 9 0 22154558 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 103211344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19910] ppid=19907 vsize=864460 CPUtime=0.62
/proc/19908/task/19910/stat : 19910 (java) S 19907 19894 18973 0 -1 64 5493 0 0 0 55 7 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19911] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19911/stat : 19911 (java) S 19907 19894 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19912] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19912/stat : 19912 (java) S 19907 19894 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19913] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19913/stat : 19913 (java) S 19907 19894 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154561 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19914] ppid=19907 vsize=864460 CPUtime=0.08
/proc/19908/task/19914/stat : 19914 (java) S 19907 19894 18973 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22154561 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19915] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19915/stat : 19915 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154562 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19916] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19916/stat : 19916 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154562 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 886684

[startup+9.60211 s]
/proc/loadavg: 1.32 1.79 2.05 3/91 19916
/proc/meminfo: memFree=1543816/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.33
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1310 4338 0 1 5 2 23 3 16 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
[pid=19907] ppid=19894 vsize=5356 CPUtime=0
/proc/19907/stat : 19907 (sh) S 19894 19894 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19907/statm: 1339 233 193 169 0 50 0
[pid=19908] ppid=19907 vsize=864460 CPUtime=9.11
/proc/19908/stat : 19908 (java) S 19907 19894 18973 0 -1 0 11318 0 1 0 889 22 0 0 18 0 9 0 22154557 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19908/statm: 216115 7909 2590 9 0 210592 0
[pid=19908/tid=19909] ppid=19907 vsize=864460 CPUtime=8.1
/proc/19908/task/19909/stat : 19909 (java) R 19907 19894 18973 0 -1 64 3662 0 1 0 799 11 0 0 25 0 9 0 22154558 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 103210808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19910] ppid=19907 vsize=864460 CPUtime=0.91
/proc/19908/task/19910/stat : 19910 (java) S 19907 19894 18973 0 -1 64 6630 0 0 0 82 9 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19911] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19911/stat : 19911 (java) S 19907 19894 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19912] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19912/stat : 19912 (java) S 19907 19894 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19913] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19913/stat : 19913 (java) S 19907 19894 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154561 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19914] ppid=19907 vsize=864460 CPUtime=0.08
/proc/19908/task/19914/stat : 19914 (java) S 19907 19894 18973 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22154561 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19915] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19915/stat : 19915 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154562 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19916] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19916/stat : 19916 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154562 885207040 7909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 886684

[startup+11.2023 s]
/proc/loadavg: 1.32 1.79 2.05 4/91 19916
/proc/meminfo: memFree=1538568/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=0.33
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1310 4338 0 1 5 2 23 3 15 0 1 0 22154520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1111 409 3 0 796 0
[pid=19907] ppid=19894 vsize=5356 CPUtime=0
/proc/19907/stat : 19907 (sh) S 19894 19894 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19907/statm: 1339 233 193 169 0 50 0
[pid=19908] ppid=19907 vsize=864460 CPUtime=10.65
/proc/19908/stat : 19908 (java) S 19907 19894 18973 0 -1 0 12119 0 1 0 1039 26 0 0 18 0 9 0 22154557 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19908/statm: 216115 7919 2591 9 0 210592 0
[pid=19908/tid=19909] ppid=19907 vsize=864460 CPUtime=9.47
/proc/19908/task/19909/stat : 19909 (java) S 19907 19894 18973 0 -1 64 3882 0 1 0 934 13 0 0 25 0 9 0 22154558 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19910] ppid=19907 vsize=864460 CPUtime=1.07
/proc/19908/task/19910/stat : 19910 (java) S 19907 19894 18973 0 -1 64 7207 0 0 0 96 11 0 0 16 0 9 0 22154559 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19911] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19911/stat : 19911 (java) S 19907 19894 18973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19912] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19912/stat : 19912 (java) S 19907 19894 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154559 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19913] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19913/stat : 19913 (java) S 19907 19894 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154561 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19914] ppid=19907 vsize=864460 CPUtime=0.08
/proc/19908/task/19914/stat : 19914 (java) S 19907 19894 18973 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22154561 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19915] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19915/stat : 19915 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154562 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19908/tid=19916] ppid=19907 vsize=864460 CPUtime=0
/proc/19908/task/19916/stat : 19916 (java) S 19907 19894 18973 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154562 885207040 7919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 886684

[startup+11.6013 s]
/proc/loadavg: 1.32 1.79 2.05 4/91 19916
/proc/meminfo: memFree=1538568/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=11
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1376 16747 0 2 5 2 1063 30 15 0 1 0 22154520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 16868

[startup+11.8013 s]
/proc/loadavg: 1.32 1.79 2.05 4/91 19916
/proc/meminfo: memFree=1538568/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=11.52
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1430 21474 0 2 5 2 1111 34 16 0 1 0 22154520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 16868

[startup+11.904 s]
/proc/loadavg: 1.32 1.79 2.05 4/91 19916
/proc/meminfo: memFree=1538568/2055920 swapFree=4192956/4192956
[pid=19894] ppid=19892 vsize=16868 CPUtime=11.52
/proc/19894/stat : 19894 (sugar) S 19892 19894 18973 0 -1 4194304 1449 21474 0 2 5 2 1111 34 15 0 1 0 22154520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19894/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 11.917
CPU time (s): 11.6992
CPU user time (s): 11.2863
CPU system time (s): 0.412937
CPU usage (%): 98.1727
Max. virtual memory (cumulated for all children) (KiB): 888296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2863
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26814
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= 11658
involuntary context switches= 11916

runsolver used 0.019996 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 00:21:58
IDJOB=2069949
IDBENCH=55112
IDSOLVER=739
FILE ID=node67/2069949-1247350918
PBS_JOBID= 9506880
Free space on /tmp= 66488 MiB

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

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

MD5SUM BENCH= 5600facac51c4f6cb4a3f961a5e43210
RANDOM SEED=978625476

node67.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1580160 kB
Buffers:         54588 kB
Cached:         262632 kB
SwapCached:          0 kB
Active:         169620 kB
Inactive:       243436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580160 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:         113640 kB
Slab:            47628 kB
Committed_AS:   921016 kB
PageTables:       2000 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= 66488 MiB
End job on node67 at 2009-07-12 00:22:10