Trace number 1111574

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) 69.19 70.748

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph14-f28.xml
MD5SUMdf91cdf5878fafc6bfd01bfcf0040fa0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 09:56:14 2008
0.00/0.04	c 0	PID 17693
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1111574-1215849374.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111574-1215849374.xml' 'HOME/temp.csp'
0.03/0.87	c 1	5 domains, 916 variables, 2 predicates, 0 relations, 4638 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.84/0.97	c 1	Parsing HOME/temp.csp
1.13/1.23	c 1	parsed 5561 expressions
1.13/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.27	c 2	MAX CSP: 4638 constraints
1.13/1.27	c 2	Converting to clausal form CSP
1.23/1.37	c 2	converted 1021 (10%) expressions
1.52/1.69	c 2	converted 2041 (20%) expressions
1.82/1.92	c 2	converted 3061 (30%) expressions
1.92/2.07	c 2	converted 4081 (40%) expressions
2.21/2.31	c 3	converted 5101 (50%) expressions
2.32/2.45	c 3	converted 6122 (60%) expressions
2.41/2.60	c 3	converted 7142 (70%) expressions
2.71/2.89	c 3	converted 8162 (80%) expressions
2.90/3.04	c 3	converted 9182 (90%) expressions
3.39/3.56	c 4	converted 10202 (100%) expressions
3.39/3.56	c 4	CSP : 10192 integers, 458 booleans, 15287 clauses, largest domain size 6958
3.39/3.56	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.39/3.56	c 4	Propagation in CSP
3.60/3.79	c 4	4632 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.60/3.80	c 4	CSP : 10192 integers, 458 booleans, 15287 clauses, largest domain size 4639
3.60/3.80	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.69/3.81	c 4	Simplifing CSP by introducing new Boolean variables
3.89/4.05	c 4	CSP : 10192 integers, 9734 booleans, 24563 clauses, largest domain size 4639
3.89/4.05	c 4	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.09/4.26	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.29/4.42	c 5	1020 (10%) CSP integer variables are encoded (13290 clauses, 178608 bytes)
4.29/4.42	c 5	2039 (20%) CSP integer variables are encoded (13290 clauses, 178608 bytes)
4.29/4.42	c 5	3058 (30%) CSP integer variables are encoded (13290 clauses, 178608 bytes)
4.29/4.42	c 5	4077 (40%) CSP integer variables are encoded (13290 clauses, 178608 bytes)
4.29/4.42	c 5	5096 (50%) CSP integer variables are encoded (13290 clauses, 178608 bytes)
4.29/4.44	c 5	6116 (60%) CSP integer variables are encoded (21535 clauses, 302283 bytes)
4.29/4.45	c 5	7135 (70%) CSP integer variables are encoded (31356 clauses, 449598 bytes)
4.38/4.53	c 5	8154 (80%) CSP integer variables are encoded (94214 clauses, 1396645 bytes)
4.38/4.54	c 5	9173 (90%) CSP integer variables are encoded (104035 clauses, 1563602 bytes)
4.38/4.56	c 5	10192 (100%) CSP integer variables are encoded (116417 clauses, 1774096 bytes)
4.58/4.73	c 5	2457 (10%) CSP clauses are encoded (140775 clauses, 2258042 bytes)
4.68/4.84	c 5	4913 (20%) CSP clauses are encoded (165602 clauses, 2772749 bytes)
4.78/4.96	c 5	7369 (30%) CSP clauses are encoded (190035 clauses, 3280532 bytes)
4.88/5.07	c 5	9826 (40%) CSP clauses are encoded (213798 clauses, 3774589 bytes)
4.98/5.18	c 5	12282 (50%) CSP clauses are encoded (236589 clauses, 4252788 bytes)
5.07/5.28	c 6	14738 (60%) CSP clauses are encoded (258074 clauses, 4728651 bytes)
5.96/6.11	c 6	17195 (70%) CSP clauses are encoded (704260 clauses, 14217515 bytes)
12.29/12.54	c 13	19651 (80%) CSP clauses are encoded (2209698 clauses, 46181494 bytes)
48.68/49.81	c 50	22107 (90%) CSP clauses are encoded (22392315 clauses, 482146982 bytes)
58.04/59.41	c 60	24563 (100%) CSP clauses are encoded (27357850 clauses, 603524184 bytes)
58.04/59.41	c 60	24563 CSP clauses encoded
58.04/59.41	c 60	Writing map file : HOME/temp.map
58.04/59.48	c 60	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.04/59.48	c 60	SAT : 136343 SAT variables, 27357850 SAT clauses, 603524184 bytes
58.04/59.48	c 60	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.13/59.56	c 60	OBJECTIVE minimize _COST
58.13/59.56	c 60	OBJECTIVE BOUND: 0 <= _COST <= 
58.13/59.56	c 60	SEARCHING: _COST <= 2319
58.13/59.56	c 60	SOLVING HOME/temp.cnf
58.13/59.56	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.13/59.57	c 60	This is MiniSat 2.0 beta
58.13/59.57	c 60	WARNING: for repeatability, setting FPU to use double precision
58.13/59.57	c 60	============================[ Problem Statistics ]=============================
58.13/59.57	c 60	|                                                                             |
58.13/59.57	c 60	|  Number of variables:  136343                                               |
58.13/59.57	c 60	|  Number of clauses:    27357851                                             |
69.08/70.62	c ERROR INTERRUPTED
69.19/70.74	s UNKNOWN
69.19/70.74	c 71	CPU 54.27 (0.06 0.01 54.21 3.9)
69.19/70.74	c 71	END Sat Jul 12 09:57:25 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-1111574-1215849374/watcher-1111574-1215849374 -o /tmp/evaluation-result-1111574-1215849374/solver-1111574-1215849374 -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-1111574-1215849374.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: 1.86 1.97 1.99 4/81 17693
/proc/meminfo: memFree=1675168/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=12000 CPUtime=0
/proc/17693/stat : 17693 (sugar) R 17691 17693 17656 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 41638958 12288000 172 996147200 4194304 4206940 548682068592 18446744073709551615 210824002528 0 0 4224 0 0 0 0 17 1 0 0
/proc/17693/statm: 3000 172 133 3 0 100 0

[startup+0.0500129 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17693
/proc/meminfo: memFree=1675168/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.03
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 41638958 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101203 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17693
/proc/meminfo: memFree=1675168/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.03
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41638958 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302005 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17693
/proc/meminfo: memFree=1675168/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.03
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41638958 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701092 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17693
/proc/meminfo: memFree=1675168/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.03
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41638958 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 1.86 1.97 1.99 6/92 17715
/proc/meminfo: memFree=1668296/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.84
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 974 7283 0 1 3 0 76 5 15 0 1 0 41638958 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 797 370 3 0 500 0
[pid=17706] ppid=17693 vsize=5356 CPUtime=0
/proc/17706/stat : 17706 (sh) S 17693 17693 17656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41639048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17706/statm: 1339 233 193 169 0 50 0
[pid=17707] ppid=17706 vsize=867892 CPUtime=0.59
/proc/17707/stat : 17707 (java) S 17706 17693 17656 0 -1 0 5589 0 1 0 55 4 0 0 18 0 9 0 41639048 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17707/statm: 216973 5029 1732 9 0 211548 0
[pid=17707/tid=17708] ppid=17706 vsize=867892 CPUtime=0.35
/proc/17707/task/17708/stat : 17708 (java) R 17706 17693 17656 0 -1 64 2655 0 1 0 34 1 0 0 19 0 9 0 41639049 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17709] ppid=17706 vsize=867892 CPUtime=0.04
/proc/17707/task/17709/stat : 17709 (java) S 17706 17693 17656 0 -1 64 1014 0 0 0 4 0 0 0 16 0 9 0 41639050 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17710] ppid=17706 vsize=867892 CPUtime=0
/proc/17707/task/17710/stat : 17710 (java) S 17706 17693 17656 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 41639050 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17711] ppid=17706 vsize=867892 CPUtime=0
/proc/17707/task/17711/stat : 17711 (java) S 17706 17693 17656 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41639050 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17712] ppid=17706 vsize=867892 CPUtime=0
/proc/17707/task/17712/stat : 17712 (java) S 17706 17693 17656 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41639052 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17713] ppid=17706 vsize=867892 CPUtime=0.16
/proc/17707/task/17713/stat : 17713 (java) R 17706 17693 17656 0 -1 64 1228 0 0 0 16 0 0 0 16 0 9 0 41639052 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 101999541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17714] ppid=17706 vsize=867892 CPUtime=0
/proc/17707/task/17714/stat : 17714 (java) S 17706 17693 17656 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41639052 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17715] ppid=17706 vsize=867892 CPUtime=0
/proc/17707/task/17715/stat : 17715 (java) S 17706 17693 17656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41639052 888721408 5029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886848

[startup+3.10157 s]
/proc/loadavg: 1.87 1.97 1.99 3/92 17715
/proc/meminfo: memFree=1649864/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.84
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 974 7283 0 1 3 0 76 5 15 0 1 0 41638958 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 797 370 3 0 500 0
[pid=17706] ppid=17693 vsize=5356 CPUtime=0
/proc/17706/stat : 17706 (sh) S 17693 17693 17656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41639048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17706/statm: 1339 233 193 169 0 50 0
[pid=17707] ppid=17706 vsize=868384 CPUtime=2.16
/proc/17707/stat : 17707 (java) S 17706 17693 17656 0 -1 0 12807 0 1 0 209 7 0 0 18 0 9 0 41639048 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17707/statm: 217096 11942 2540 9 0 211671 0
[pid=17707/tid=17708] ppid=17706 vsize=868384 CPUtime=1.28
/proc/17707/task/17708/stat : 17708 (java) R 17706 17693 17656 0 -1 64 2992 0 1 0 126 2 0 0 25 0 9 0 41639049 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4126600040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17709] ppid=17706 vsize=868384 CPUtime=0.65
/proc/17707/task/17709/stat : 17709 (java) S 17706 17693 17656 0 -1 64 7656 0 0 0 62 3 0 0 16 0 9 0 41639050 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17710] ppid=17706 vsize=868384 CPUtime=0
/proc/17707/task/17710/stat : 17710 (java) S 17706 17693 17656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41639050 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17711] ppid=17706 vsize=868384 CPUtime=0
/proc/17707/task/17711/stat : 17711 (java) S 17706 17693 17656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41639050 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17712] ppid=17706 vsize=868384 CPUtime=0
/proc/17707/task/17712/stat : 17712 (java) S 17706 17693 17656 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41639052 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17713] ppid=17706 vsize=868384 CPUtime=0.2
/proc/17707/task/17713/stat : 17713 (java) S 17706 17693 17656 0 -1 64 1466 0 0 0 20 0 0 0 16 0 9 0 41639052 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17714] ppid=17706 vsize=868384 CPUtime=0
/proc/17707/task/17714/stat : 17714 (java) S 17706 17693 17656 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41639052 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17715] ppid=17706 vsize=868384 CPUtime=0
/proc/17707/task/17715/stat : 17715 (java) S 17706 17693 17656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41639052 889225216 11942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887340

[startup+6.30222 s]
/proc/loadavg: 1.87 1.97 1.99 3/92 17715
/proc/meminfo: memFree=1616648/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.84
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 974 7283 0 1 3 0 76 5 15 0 1 0 41638958 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 797 370 3 0 500 0
[pid=17706] ppid=17693 vsize=5356 CPUtime=0
/proc/17706/stat : 17706 (sh) S 17693 17693 17656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41639048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17706/statm: 1339 233 193 169 0 50 0
[pid=17707] ppid=17706 vsize=868496 CPUtime=5.32
/proc/17707/stat : 17707 (java) S 17706 17693 17656 0 -1 0 16194 0 1 0 513 19 0 0 18 0 9 0 41639048 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17707/statm: 217124 15016 2566 9 0 211671 0
[pid=17707/tid=17708] ppid=17706 vsize=868496 CPUtime=3.74
/proc/17707/task/17708/stat : 17708 (java) R 17706 17693 17656 0 -1 64 3485 0 1 0 363 11 0 0 25 0 9 0 41639049 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4126464316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17709] ppid=17706 vsize=868496 CPUtime=1.24
/proc/17707/task/17709/stat : 17709 (java) S 17706 17693 17656 0 -1 64 10486 0 0 0 119 5 0 0 16 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17710] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17710/stat : 17710 (java) S 17706 17693 17656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17711] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17711/stat : 17711 (java) S 17706 17693 17656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17712] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17712/stat : 17712 (java) S 17706 17693 17656 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17713] ppid=17706 vsize=868496 CPUtime=0.31
/proc/17707/task/17713/stat : 17713 (java) S 17706 17693 17656 0 -1 64 1530 0 0 0 30 1 0 0 16 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17714] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17714/stat : 17714 (java) S 17706 17693 17656 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17715] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17715/stat : 17715 (java) S 17706 17693 17656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41639052 889339904 15016 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) 887452

[startup+12.7015 s]
/proc/loadavg: 1.89 1.97 1.99 3/92 17715
/proc/meminfo: memFree=1578376/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.84
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 974 7283 0 1 3 0 76 5 16 0 1 0 41638958 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 797 370 3 0 500 0
[pid=17706] ppid=17693 vsize=5356 CPUtime=0
/proc/17706/stat : 17706 (sh) S 17693 17693 17656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41639048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17706/statm: 1339 233 193 169 0 50 0
[pid=17707] ppid=17706 vsize=868496 CPUtime=11.63
/proc/17707/stat : 17707 (java) S 17706 17693 17656 0 -1 0 16464 0 1 0 1124 39 0 0 18 0 9 0 41639048 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17707/statm: 217124 15016 2566 9 0 211671 0
[pid=17707/tid=17708] ppid=17706 vsize=868496 CPUtime=9.93
/proc/17707/task/17708/stat : 17708 (java) R 17706 17693 17656 0 -1 64 3755 0 1 0 964 29 0 0 25 0 9 0 41639049 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4126919252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17709] ppid=17706 vsize=868496 CPUtime=1.36
/proc/17707/task/17709/stat : 17709 (java) S 17706 17693 17656 0 -1 64 10486 0 0 0 129 7 0 0 16 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17710] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17710/stat : 17710 (java) S 17706 17693 17656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17711] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17711/stat : 17711 (java) S 17706 17693 17656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17712] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17712/stat : 17712 (java) S 17706 17693 17656 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17713] ppid=17706 vsize=868496 CPUtime=0.31
/proc/17707/task/17713/stat : 17713 (java) S 17706 17693 17656 0 -1 64 1530 0 0 0 30 1 0 0 16 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17714] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17714/stat : 17714 (java) S 17706 17693 17656 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17715] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17715/stat : 17715 (java) S 17706 17693 17656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41639052 889339904 15016 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) 887452

[startup+25.5021 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 17715
/proc/meminfo: memFree=1426952/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.84
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 974 7283 0 1 3 0 76 5 16 0 1 0 41638958 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 797 370 3 0 500 0
[pid=17706] ppid=17693 vsize=5356 CPUtime=0
/proc/17706/stat : 17706 (sh) S 17693 17693 17656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41639048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17706/statm: 1339 233 193 169 0 50 0
[pid=17707] ppid=17706 vsize=868496 CPUtime=24.25
/proc/17707/stat : 17707 (java) S 17706 17693 17656 0 -1 0 17363 0 1 0 2293 132 0 0 18 0 9 0 41639048 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17707/statm: 217124 15016 2566 9 0 211671 0
[pid=17707/tid=17708] ppid=17706 vsize=868496 CPUtime=22.14
/proc/17707/task/17708/stat : 17708 (java) R 17706 17693 17656 0 -1 64 4654 0 1 0 2098 116 0 0 25 0 9 0 41639049 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17709] ppid=17706 vsize=868496 CPUtime=1.77
/proc/17707/task/17709/stat : 17709 (java) S 17706 17693 17656 0 -1 64 10486 0 0 0 164 13 0 0 15 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17710] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17710/stat : 17710 (java) S 17706 17693 17656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17711] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17711/stat : 17711 (java) S 17706 17693 17656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17712] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17712/stat : 17712 (java) S 17706 17693 17656 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17713] ppid=17706 vsize=868496 CPUtime=0.31
/proc/17707/task/17713/stat : 17713 (java) S 17706 17693 17656 0 -1 64 1530 0 0 0 30 1 0 0 16 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17714] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17714/stat : 17714 (java) S 17706 17693 17656 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17715] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17715/stat : 17715 (java) S 17706 17693 17656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 887452

[startup+51.1022 s]
/proc/loadavg: 2.15 2.02 2.01 3/92 17715
/proc/meminfo: memFree=1130568/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=13600 CPUtime=0.84
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 974 7283 0 1 3 0 76 5 16 0 1 0 41638958 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3400 797 370 3 0 500 0
[pid=17706] ppid=17693 vsize=5356 CPUtime=0
/proc/17706/stat : 17706 (sh) S 17693 17693 17656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41639048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17706/statm: 1339 233 193 169 0 50 0
[pid=17707] ppid=17706 vsize=868496 CPUtime=49.12
/proc/17707/stat : 17707 (java) S 17706 17693 17656 0 -1 0 19148 0 1 0 4592 320 0 0 18 0 9 0 41639048 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17707/statm: 217124 15016 2566 9 0 211671 0
[pid=17707/tid=17708] ppid=17706 vsize=868496 CPUtime=46.2
/proc/17707/task/17708/stat : 17708 (java) R 17706 17693 17656 0 -1 64 6439 0 1 0 4329 291 0 0 25 0 9 0 41639049 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17709] ppid=17706 vsize=868496 CPUtime=2.57
/proc/17707/task/17709/stat : 17709 (java) S 17706 17693 17656 0 -1 64 10486 0 0 0 231 26 0 0 16 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17710] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17710/stat : 17710 (java) S 17706 17693 17656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17711] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17711/stat : 17711 (java) S 17706 17693 17656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41639050 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17712] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17712/stat : 17712 (java) S 17706 17693 17656 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17713] ppid=17706 vsize=868496 CPUtime=0.31
/proc/17707/task/17713/stat : 17713 (java) S 17706 17693 17656 0 -1 64 1530 0 0 0 30 1 0 0 16 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17714] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17714/stat : 17714 (java) S 17706 17693 17656 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17707/tid=17715] ppid=17706 vsize=868496 CPUtime=0
/proc/17707/task/17715/stat : 17715 (java) S 17706 17693 17656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41639052 889339904 15016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+70.6012 s]
/proc/loadavg: 2.17 2.03 2.01 3/84 17717
/proc/meminfo: memFree=176840/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=14260 CPUtime=58.18
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 1196 27338 0 2 6 1 5421 390 16 0 1 0 41638958 14602240 946 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3565 946 374 3 0 665 0
[pid=17716] ppid=17693 vsize=5356 CPUtime=0
/proc/17716/stat : 17716 (sh) S 17693 17693 17656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41644915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17716/statm: 1339 232 193 169 0 50 0
[pid=17717] ppid=17716 vsize=905860 CPUtime=10.9
/proc/17717/stat : 17717 (minisat) R 17716 17693 17656 0 -1 4194304 222397 0 0 0 945 145 0 0 25 0 1 0 41644915 927600640 222383 996147200 134512640 135127466 4294956256 18446744073709551615 134513799 0 0 4096 3 0 0 0 17 1 0 0
/proc/17717/statm: 226465 222383 62 150 0 226312 0
Current children cumulated CPU time (s) 69.08
Current children cumulated vsize (KiB) 925476

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

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

[startup+70.7204 s]
/proc/loadavg: 2.17 2.03 2.01 3/84 17717
/proc/meminfo: memFree=176840/2055920 swapFree=4192812/4192956
[pid=17693] ppid=17691 vsize=14260 CPUtime=58.18
/proc/17693/stat : 17693 (sugar) S 17691 17693 17656 0 -1 4194304 1209 27338 0 2 6 1 5421 390 16 0 1 0 41638958 14602240 946 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17693/statm: 3565 946 374 3 0 665 0
[pid=17716] ppid=17693 vsize=0 CPUtime=0
/proc/17716/stat : 17716 (sh) Z 17693 17693 17656 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 41644915 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17716/statm: 0 0 0 0 0 0 0
[pid=17717] ppid=1 vsize=0 CPUtime=11.01
/proc/17717/stat : 17717 (minisat) R 1 17693 17656 0 -1 4195332 222397 0 0 0 945 156 0 0 25 0 1 0 41644915 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.19
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17693 and gives
#  childrusage.ru_utime.tv_sec=54
#  childrusage.ru_utime.tv_usec=284747
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=920404
# CPU time returned by wait4() is 58.2052
# while last known CPU time is 69.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 70.748
CPU time (s): 69.19
CPU user time (s): 63.72
CPU system time (s): 5.47
CPU usage (%): 97.7978
Max. virtual memory (cumulated for all children) (KiB): 925476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.2847
system time used= 3.9204
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28881
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= 29614
involuntary context switches= 31025

runsolver used 0.105983 second user time and 0.250961 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-12 09:56:14
IDJOB=1111574
IDBENCH=61295
IDSOLVER=368
FILE ID=node33/1111574-1215849374
PBS_JOBID= 7903467
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph14-f28.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-1111574-1215849374/watcher-1111574-1215849374 -o /tmp/evaluation-result-1111574-1215849374/solver-1111574-1215849374 -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-1111574-1215849374.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= df91cdf5878fafc6bfd01bfcf0040fa0
RANDOM SEED=927543804

node33.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.264
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.264
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:       1675648 kB
Buffers:         41444 kB
Cached:          92856 kB
SwapCached:          0 kB
Active:         252284 kB
Inactive:        69412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:         207544 kB
Slab:            43580 kB
Committed_AS:   466576 kB
PageTables:       2164 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= 66468 MiB
End job on node33 at 2008-07-12 09:57:27