Trace number 1112244

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 88.36 90.6502

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-100-5-add.xml
MD5SUM322bbcff3f69f7245f51580899f28315
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints4960
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4960
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 14:04:35 2008
0.00/0.05	c 0	PID 16881
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112244-1215864275.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112244-1215864275.xml' 'HOME/temp.csp'
0.03/0.84	c 1	2 domains, 105 variables, 3 predicates, 0 relations, 4960 constraints
0.03/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.97	c 1	Parsing HOME/temp.csp
1.11/1.25	c 1	parsed 5070 expressions
1.11/1.26	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.30	c 1	MAX CSP: 4960 constraints
1.21/1.30	c 1	Converting to clausal form CSP
1.51/1.60	c 2	converted 1004 (10%) expressions
1.51/1.68	c 2	converted 2007 (20%) expressions
1.61/1.75	c 2	converted 3010 (30%) expressions
1.71/1.87	c 2	converted 4014 (40%) expressions
1.80/1.93	c 2	converted 5017 (50%) expressions
1.80/1.99	c 2	converted 6020 (60%) expressions
1.91/2.06	c 2	converted 7024 (70%) expressions
2.00/2.19	c 2	converted 8027 (80%) expressions
2.10/2.25	c 2	converted 9030 (90%) expressions
2.70/2.83	c 3	converted 10033 (100%) expressions
2.70/2.84	c 3	CSP : 10045 integers, 9915 booleans, 34764 clauses, largest domain size 10000
2.70/2.84	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.84	c 3	Propagation in CSP
3.08/3.22	c 3	4955 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.23	c 3	CSP : 10045 integers, 9915 booleans, 34764 clauses, largest domain size 10000
3.08/3.23	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.24	c 3	Simplifing CSP by introducing new Boolean variables
3.19/3.36	c 3	CSP : 10045 integers, 29763 booleans, 54612 clauses, largest domain size 10000
3.19/3.36	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.38/3.54	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.48/3.64	c 4	1005 (10%) CSP integer variables are encoded (59790 clauses, 874927 bytes)
3.48/3.65	c 4	2009 (20%) CSP integer variables are encoded (59790 clauses, 874927 bytes)
3.48/3.65	c 4	3014 (30%) CSP integer variables are encoded (59790 clauses, 874927 bytes)
3.48/3.65	c 4	4018 (40%) CSP integer variables are encoded (59790 clauses, 874927 bytes)
3.48/3.65	c 4	5023 (50%) CSP integer variables are encoded (59790 clauses, 874927 bytes)
3.57/3.73	c 4	6027 (60%) CSP integer variables are encoded (122559 clauses, 1872059 bytes)
3.57/3.75	c 4	7032 (70%) CSP integer variables are encoded (136009 clauses, 2100709 bytes)
3.57/3.77	c 4	8036 (80%) CSP integer variables are encoded (150215 clauses, 2342211 bytes)
3.57/3.78	c 4	9041 (90%) CSP integer variables are encoded (159945 clauses, 2507621 bytes)
3.68/3.80	c 4	10045 (100%) CSP integer variables are encoded (172604 clauses, 2722824 bytes)
4.17/4.40	c 5	5462 (10%) CSP clauses are encoded (424060 clauses, 8179843 bytes)
4.77/4.94	c 5	10923 (20%) CSP clauses are encoded (676833 clauses, 13843499 bytes)
5.36/5.53	c 6	16384 (30%) CSP clauses are encoded (943222 clauses, 19988310 bytes)
5.95/6.11	c 6	21845 (40%) CSP clauses are encoded (1216225 clauses, 26299223 bytes)
6.54/6.72	c 7	27306 (50%) CSP clauses are encoded (1499449 clauses, 32865499 bytes)
7.15/7.35	c 7	32768 (60%) CSP clauses are encoded (1794618 clauses, 39730399 bytes)
7.82/8.04	c 8	38229 (70%) CSP clauses are encoded (2103999 clauses, 46949801 bytes)
8.51/8.75	c 9	43690 (80%) CSP clauses are encoded (2435406 clauses, 54719910 bytes)
41.79/42.88	c 43	49151 (90%) CSP clauses are encoded (15728221 clauses, 375922161 bytes)
76.02/78.13	c 78	54612 (100%) CSP clauses are encoded (33772455 clauses, 817404397 bytes)
76.02/78.13	c 78	54612 CSP clauses encoded
76.02/78.13	c 78	Writing map file : HOME/temp.map
76.02/78.19	c 78	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.02/78.19	c 78	SAT : 212412 SAT variables, 33772455 SAT clauses, 817404397 bytes
76.02/78.20	c 78	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.12/78.27	c 78	OBJECTIVE minimize _COST
76.12/78.27	c 78	OBJECTIVE BOUND: 0 <= _COST <= 
76.12/78.28	c 78	SEARCHING: _COST <= 2480
76.12/78.28	c 78	SOLVING HOME/temp.cnf
76.12/78.28	c 78	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
76.12/78.28	c 78	This is MiniSat 2.0 beta
76.12/78.28	c 78	WARNING: for repeatability, setting FPU to use double precision
76.12/78.28	c 78	============================[ Problem Statistics ]=============================
76.12/78.28	c 78	|                                                                             |
76.12/78.28	c 78	|  Number of variables:  212412                                               |
76.12/78.28	c 78	|  Number of clauses:    33772456                                             |
88.24/90.52	c ERROR INTERRUPTED
88.36/90.65	s UNKNOWN
88.36/90.65	c 91	CPU 70.61 (0.05 0.01 70.56 5.53)
88.36/90.65	c 91	END Sat Jul 12 14:06:06 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112244-1215864275/watcher-1112244-1215864275 -o /tmp/evaluation-result-1112244-1215864275/solver-1112244-1215864275 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112244-1215864275.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.00 2.00 1.99 4/81 16881
/proc/meminfo: memFree=1857808/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=12268 CPUtime=0
/proc/16881/stat : 16881 (sugar) R 16879 16881 16502 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 43131004 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 259353442917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16881/statm: 3067 316 241 3 0 167 0

[startup+0.0547089 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 16881
/proc/meminfo: memFree=1857808/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.03
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43131004 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101314 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 16881
/proc/meminfo: memFree=1857808/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.03
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43131004 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301333 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 16881
/proc/meminfo: memFree=1857808/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.03
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43131004 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701389 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 16881
/proc/meminfo: memFree=1857808/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.03
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43131004 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 2.00 2.00 1.99 4/92 16903
/proc/meminfo: memFree=1850744/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.82
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 974 7293 0 1 3 1 73 5 15 0 1 0 43131004 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 797 370 3 0 500 0
[pid=16894] ppid=16881 vsize=5356 CPUtime=0
/proc/16894/stat : 16894 (sh) S 16881 16881 16502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43131092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16894/statm: 1339 233 193 169 0 50 0
[pid=16895] ppid=16894 vsize=868400 CPUtime=0.6
/proc/16895/stat : 16895 (java) S 16894 16881 16502 0 -1 0 5806 0 1 0 56 4 0 0 18 0 9 0 43131092 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16895/statm: 217100 5217 1732 9 0 211675 0
[pid=16895/tid=16896] ppid=16894 vsize=868400 CPUtime=0.35
/proc/16895/task/16896/stat : 16896 (java) R 16894 16881 16502 0 -1 64 2665 0 1 0 34 1 0 0 22 0 9 0 43131093 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4125978366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16897] ppid=16894 vsize=868400 CPUtime=0.04
/proc/16895/task/16897/stat : 16897 (java) S 16894 16881 16502 0 -1 64 1004 0 0 0 4 0 0 0 16 0 9 0 43131094 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16898] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16898/stat : 16898 (java) S 16894 16881 16502 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43131094 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16899] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16899/stat : 16899 (java) S 16894 16881 16502 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43131094 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16900] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16900/stat : 16900 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43131097 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16901] ppid=16894 vsize=868400 CPUtime=0.18
/proc/16895/task/16901/stat : 16901 (java) S 16894 16881 16502 0 -1 64 1446 0 0 0 17 1 0 0 16 0 9 0 43131097 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16902] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16902/stat : 16902 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43131097 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16903] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16903/stat : 16903 (java) S 16894 16881 16502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43131097 889241600 5217 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887356

[startup+3.10267 s]
/proc/loadavg: 2.00 2.00 1.99 4/92 16903
/proc/meminfo: memFree=1831992/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.82
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 974 7293 0 1 3 1 73 5 15 0 1 0 43131004 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 797 370 3 0 500 0
[pid=16894] ppid=16881 vsize=5356 CPUtime=0
/proc/16894/stat : 16894 (sh) S 16881 16881 16502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43131092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16894/statm: 1339 233 193 169 0 50 0
[pid=16895] ppid=16894 vsize=868400 CPUtime=2.17
/proc/16895/stat : 16895 (java) S 16894 16881 16502 0 -1 0 12291 0 1 0 210 7 0 0 18 0 9 0 43131092 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16895/statm: 217100 11314 2540 9 0 211675 0
[pid=16895/tid=16896] ppid=16894 vsize=868400 CPUtime=1.32
/proc/16895/task/16896/stat : 16896 (java) R 16894 16881 16502 0 -1 64 2986 0 1 0 131 1 0 0 25 0 9 0 43131093 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4126572718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16897] ppid=16894 vsize=868400 CPUtime=0.6
/proc/16895/task/16897/stat : 16897 (java) S 16894 16881 16502 0 -1 64 7129 0 0 0 56 4 0 0 16 0 9 0 43131094 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16898] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16898/stat : 16898 (java) S 16894 16881 16502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43131094 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16899] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16899/stat : 16899 (java) S 16894 16881 16502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43131094 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16900] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16900/stat : 16900 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43131097 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16901] ppid=16894 vsize=868400 CPUtime=0.23
/proc/16895/task/16901/stat : 16901 (java) S 16894 16881 16502 0 -1 64 1484 0 0 0 22 1 0 0 16 0 9 0 43131097 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16902] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16902/stat : 16902 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43131097 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16903] ppid=16894 vsize=868400 CPUtime=0
/proc/16895/task/16903/stat : 16903 (java) S 16894 16881 16502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43131097 889241600 11314 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887356

[startup+6.30204 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 16903
/proc/meminfo: memFree=1794168/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.82
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 974 7293 0 1 3 1 73 5 15 0 1 0 43131004 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 797 370 3 0 500 0
[pid=16894] ppid=16881 vsize=5356 CPUtime=0
/proc/16894/stat : 16894 (sh) S 16881 16881 16502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43131092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16894/statm: 1339 233 193 169 0 50 0
[pid=16895] ppid=16894 vsize=868512 CPUtime=5.34
/proc/16895/stat : 16895 (java) S 16894 16881 16502 0 -1 0 14552 0 1 0 506 28 0 0 18 0 9 0 43131092 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16895/statm: 217128 13062 2565 9 0 211675 0
[pid=16895/tid=16896] ppid=16894 vsize=868512 CPUtime=4.07
/proc/16895/task/16896/stat : 16896 (java) R 16894 16881 16502 0 -1 64 3338 0 1 0 389 18 0 0 25 0 9 0 43131093 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4127061964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16897] ppid=16894 vsize=868512 CPUtime=0.94
/proc/16895/task/16897/stat : 16897 (java) S 16894 16881 16502 0 -1 64 9002 0 0 0 87 7 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16898] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16898/stat : 16898 (java) S 16894 16881 16502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16899] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16899/stat : 16899 (java) S 16894 16881 16502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16900] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16900/stat : 16900 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16901] ppid=16894 vsize=868512 CPUtime=0.3
/proc/16895/task/16901/stat : 16901 (java) S 16894 16881 16502 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16902] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16902/stat : 16902 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16903] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16903/stat : 16903 (java) S 16894 16881 16502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887468

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 16903
/proc/meminfo: memFree=1750008/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.82
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 974 7293 0 1 3 1 73 5 15 0 1 0 43131004 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 797 370 3 0 500 0
[pid=16894] ppid=16881 vsize=5356 CPUtime=0
/proc/16894/stat : 16894 (sh) S 16881 16881 16502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43131092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16894/statm: 1339 233 193 169 0 50 0
[pid=16895] ppid=16894 vsize=868512 CPUtime=11.65
/proc/16895/stat : 16895 (java) S 16894 16881 16502 0 -1 0 15007 0 1 0 1114 51 0 0 18 0 9 0 43131092 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16895/statm: 217128 13062 2565 9 0 211675 0
[pid=16895/tid=16896] ppid=16894 vsize=868512 CPUtime=10.17
/proc/16895/task/16896/stat : 16896 (java) R 16894 16881 16502 0 -1 64 3793 0 1 0 979 38 0 0 25 0 9 0 43131093 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4127089473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16897] ppid=16894 vsize=868512 CPUtime=1.15
/proc/16895/task/16897/stat : 16897 (java) S 16894 16881 16502 0 -1 64 9002 0 0 0 105 10 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16898] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16898/stat : 16898 (java) S 16894 16881 16502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16899] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16899/stat : 16899 (java) S 16894 16881 16502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16900] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16900/stat : 16900 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16901] ppid=16894 vsize=868512 CPUtime=0.3
/proc/16895/task/16901/stat : 16901 (java) S 16894 16881 16502 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16902] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16902/stat : 16902 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16903] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16903/stat : 16903 (java) S 16894 16881 16502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887468

[startup+25.5013 s]
/proc/loadavg: 2.08 2.02 1.99 3/92 16903
/proc/meminfo: memFree=1660152/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.82
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 974 7293 0 1 3 1 73 5 15 0 1 0 43131004 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 797 370 3 0 500 0
[pid=16894] ppid=16881 vsize=5356 CPUtime=0
/proc/16894/stat : 16894 (sh) S 16881 16881 16502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43131092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16894/statm: 1339 233 193 169 0 50 0
[pid=16895] ppid=16894 vsize=868512 CPUtime=24.17
/proc/16895/stat : 16895 (java) S 16894 16881 16502 0 -1 0 16014 0 1 0 2301 116 0 0 18 0 9 0 43131092 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16895/statm: 217128 13062 2565 9 0 211675 0
[pid=16895/tid=16896] ppid=16894 vsize=868512 CPUtime=22.26
/proc/16895/task/16896/stat : 16896 (java) R 16894 16881 16502 0 -1 64 4800 0 1 0 2129 97 0 0 25 0 9 0 43131093 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4126590053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16897] ppid=16894 vsize=868512 CPUtime=1.58
/proc/16895/task/16897/stat : 16897 (java) S 16894 16881 16502 0 -1 64 9002 0 0 0 142 16 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16898] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16898/stat : 16898 (java) S 16894 16881 16502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16899] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16899/stat : 16899 (java) S 16894 16881 16502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16900] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16900/stat : 16900 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16901] ppid=16894 vsize=868512 CPUtime=0.3
/proc/16895/task/16901/stat : 16901 (java) S 16894 16881 16502 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16902] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16902/stat : 16902 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16903] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16903/stat : 16903 (java) S 16894 16881 16502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 887468

[startup+51.1013 s]
/proc/loadavg: 2.20 2.05 2.01 3/92 16903
/proc/meminfo: memFree=1342392/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=13600 CPUtime=0.82
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 974 7293 0 1 3 1 73 5 16 0 1 0 43131004 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3400 797 370 3 0 500 0
[pid=16894] ppid=16881 vsize=5356 CPUtime=0
/proc/16894/stat : 16894 (sh) S 16881 16881 16502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43131092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16894/statm: 1339 233 193 169 0 50 0
[pid=16895] ppid=16894 vsize=868512 CPUtime=48.87
/proc/16895/stat : 16895 (java) S 16894 16881 16502 0 -1 0 18842 0 1 0 4561 326 0 0 18 0 9 0 43131092 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16895/statm: 217128 13062 2565 9 0 211675 0
[pid=16895/tid=16896] ppid=16894 vsize=868512 CPUtime=45.79
/proc/16895/task/16896/stat : 16896 (java) R 16894 16881 16502 0 -1 64 7628 0 1 0 4289 290 0 0 25 0 9 0 43131093 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4127062082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16897] ppid=16894 vsize=868512 CPUtime=2.76
/proc/16895/task/16897/stat : 16897 (java) S 16894 16881 16502 0 -1 64 9002 0 0 0 242 34 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16898] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16898/stat : 16898 (java) S 16894 16881 16502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16899] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16899/stat : 16899 (java) S 16894 16881 16502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43131094 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16900] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16900/stat : 16900 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16901] ppid=16894 vsize=868512 CPUtime=0.3
/proc/16895/task/16901/stat : 16901 (java) S 16894 16881 16502 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16902] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16902/stat : 16902 (java) S 16894 16881 16502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16895/tid=16903] ppid=16894 vsize=868512 CPUtime=0
/proc/16895/task/16903/stat : 16903 (java) S 16894 16881 16502 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43131097 889356288 13062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 887468



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+90.5019 s]
/proc/loadavg: 2.44 2.13 2.03 3/84 16905
/proc/meminfo: memFree=147384/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=14260 CPUtime=76.15
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 1205 29448 0 2 5 1 7056 553 16 0 1 0 43131004 14602240 953 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3565 953 374 3 0 665 0
[pid=16904] ppid=16881 vsize=5356 CPUtime=0
/proc/16904/stat : 16904 (sh) S 16881 16881 16502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43138831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16904/statm: 1339 232 193 169 0 50 0
[pid=16905] ppid=16904 vsize=905904 CPUtime=12.09
/proc/16905/stat : 16905 (minisat) R 16904 16881 16502 0 -1 4194304 222187 0 0 0 1058 151 0 0 25 0 1 0 43138832 927645696 222173 996147200 134512640 135127466 4294956256 18446744073709551615 134704163 0 0 4096 3 0 0 0 17 1 0 0
/proc/16905/statm: 226476 222173 62 150 0 226323 0
Current children cumulated CPU time (s) 88.24
Current children cumulated vsize (KiB) 925520

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+90.6212 s]
/proc/loadavg: 2.44 2.13 2.03 3/84 16905
/proc/meminfo: memFree=147384/2055920 swapFree=4180652/4192956
[pid=16881] ppid=16879 vsize=14260 CPUtime=76.15
/proc/16881/stat : 16881 (sugar) S 16879 16881 16502 0 -1 4194304 1216 29448 0 2 5 1 7056 553 16 0 1 0 43131004 14602240 953 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16881/statm: 3565 953 374 3 0 665 0
[pid=16904] ppid=16881 vsize=0 CPUtime=0
/proc/16904/stat : 16904 (sh) Z 16881 16881 16502 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 43138831 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16904/statm: 0 0 0 0 0 0 0
[pid=16905] ppid=1 vsize=0 CPUtime=12.21
/proc/16905/stat : 16905 (minisat) R 1 16881 16502 0 -1 4195332 222187 0 0 0 1058 163 0 0 25 0 1 0 43138832 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16905/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.36
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16881 and gives
#  childrusage.ru_utime.tv_sec=70
#  childrusage.ru_utime.tv_usec=627263
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=551156
# CPU time returned by wait4() is 76.1784
# while last known CPU time is 88.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 90.6502
CPU time (s): 88.36
CPU user time (s): 81.19
CPU system time (s): 7.17
CPU usage (%): 97.4735
Max. virtual memory (cumulated for all children) (KiB): 925520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.6273
system time used= 5.55116
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30998
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57451
involuntary context switches= 59090

runsolver used 0.134979 second user time and 0.306953 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-12 14:04:35
IDJOB=1112244
IDBENCH=61385
IDSOLVER=368
FILE ID=node1/1112244-1215864275
PBS_JOBID= 7903481
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-100-5-add.xml
COMMAND LINE= DIR/sugar -max -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-1112244-1215864275/watcher-1112244-1215864275 -o /tmp/evaluation-result-1112244-1215864275/solver-1112244-1215864275 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112244-1215864275.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 322bbcff3f69f7245f51580899f28315
RANDOM SEED=1347880480

node1.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.244
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.244
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:       1858288 kB
Buffers:         40424 kB
Cached:          87956 kB
SwapCached:       6396 kB
Active:          85968 kB
Inactive:        68348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858288 kB
SwapTotal:     4192956 kB
SwapFree:      4180652 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          41696 kB
Slab:            28352 kB
Committed_AS:   180240 kB
PageTables:       1920 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= 66520 MiB
End job on node1 at 2008-07-12 14:06:08