Trace number 1114090

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) 98.06 99.8453

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-4.xml
MD5SUMf804db01db52be6b23e45bb99d4155e0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
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 23:03:46 2008
0.00/0.04	c 0	PID 18720
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1114090-1215896626.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-1114090-1215896626.xml' 'HOME/temp.csp'
0.04/0.85	c 1	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/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.83/0.97	c 1	Parsing HOME/temp.csp
1.12/1.22	c 1	parsed 4181 expressions
1.12/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.27	c 1	MAX CSP: 3812 constraints
1.12/1.27	c 1	Converting to clausal form CSP
1.72/1.83	c 2	converted 800 (10%) expressions
2.30/2.42	c 2	converted 1600 (20%) expressions
2.80/2.93	c 3	converted 2399 (30%) expressions
3.10/3.28	c 3	converted 3199 (40%) expressions
3.48/3.63	c 4	converted 3998 (50%) expressions
3.98/4.13	c 4	converted 4798 (60%) expressions
4.27/4.48	c 4	converted 5598 (70%) expressions
4.67/4.80	c 5	converted 6397 (80%) expressions
4.96/5.13	c 5	converted 7197 (90%) expressions
5.86/6.10	c 6	converted 7996 (100%) expressions
5.95/6.10	c 6	CSP : 8320 integers, 15119 booleans, 35544 clauses, largest domain size 5719
5.95/6.10	c 6	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.95/6.10	c 6	Propagation in CSP
6.35/6.60	c 7	3805 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.45/6.61	c 7	CSP : 8320 integers, 15119 booleans, 35544 clauses, largest domain size 3813
6.45/6.61	c 7	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.45/6.63	c 7	Simplifing CSP by introducing new Boolean variables
6.45/6.67	c 7	CSP : 8320 integers, 21933 booleans, 42358 clauses, largest domain size 3813
6.45/6.67	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.84/7.01	c 7	Encoding CSP to SAT : HOME/temp.cnf
8.72/8.99	c 9	832 (10%) CSP integer variables are encoded (337029 clauses, 5508292 bytes)
9.12/9.36	c 9	1664 (20%) CSP integer variables are encoded (621749 clauses, 10348532 bytes)
9.22/9.45	c 9	2496 (30%) CSP integer variables are encoded (694785 clauses, 11590144 bytes)
9.22/9.48	c 9	3328 (40%) CSP integer variables are encoded (717239 clauses, 11971862 bytes)
9.22/9.48	c 9	4160 (50%) CSP integer variables are encoded (720058 clauses, 12019785 bytes)
9.22/9.49	c 9	4992 (60%) CSP integer variables are encoded (727668 clauses, 12149155 bytes)
9.32/9.55	c 10	5824 (70%) CSP integer variables are encoded (770970 clauses, 12885289 bytes)
9.32/9.56	c 10	6656 (80%) CSP integer variables are encoded (782577 clauses, 13082608 bytes)
9.32/9.57	c 10	7488 (90%) CSP integer variables are encoded (790137 clauses, 13211128 bytes)
9.32/9.58	c 10	8320 (100%) CSP integer variables are encoded (799834 clauses, 13375977 bytes)
21.28/21.63	c 22	4236 (10%) CSP clauses are encoded (2485315 clauses, 49228710 bytes)
28.79/29.23	c 29	8472 (20%) CSP clauses are encoded (4009028 clauses, 84059044 bytes)
34.72/35.26	c 35	12708 (30%) CSP clauses are encoded (5440637 clauses, 118692555 bytes)
37.88/38.50	c 38	16944 (40%) CSP clauses are encoded (6416285 clauses, 143353449 bytes)
41.14/41.79	c 42	21179 (50%) CSP clauses are encoded (7464774 clauses, 169986612 bytes)
43.80/44.43	c 44	25415 (60%) CSP clauses are encoded (8435275 clauses, 195316703 bytes)
46.75/47.45	c 47	29651 (70%) CSP clauses are encoded (9564106 clauses, 224775644 bytes)
49.32/50.04	c 50	33887 (80%) CSP clauses are encoded (10475587 clauses, 248046375 bytes)
66.21/67.35	c 67	38123 (90%) CSP clauses are encoded (18349852 clauses, 440492543 bytes)
86.22/87.80	c 88	42358 (100%) CSP clauses are encoded (29020148 clauses, 701473383 bytes)
86.22/87.80	c 88	42358 CSP clauses encoded
86.22/87.80	c 88	Writing map file : HOME/temp.map
86.22/87.89	c 88	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.22/87.89	c 88	SAT : 830087 SAT variables, 29020148 SAT clauses, 701473383 bytes
86.22/87.89	c 88	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.31/87.99	c 88	OBJECTIVE minimize _COST
86.31/87.99	c 88	OBJECTIVE BOUND: 0 <= _COST <= 
86.31/87.99	c 88	SEARCHING: _COST <= 1906
86.31/87.99	c 88	SOLVING HOME/temp.cnf
86.31/87.99	c 88	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
86.31/87.99	c 88	This is MiniSat 2.0 beta
86.31/87.99	c 88	WARNING: for repeatability, setting FPU to use double precision
86.31/87.99	c 88	============================[ Problem Statistics ]=============================
86.31/87.99	c 88	|                                                                             |
86.31/88.00	c 88	|  Number of variables:  830087                                               |
86.31/88.00	c 88	|  Number of clauses:    29020149                                             |
97.95/99.71	c ERROR INTERRUPTED
98.06/99.84	s UNKNOWN
98.06/99.84	c 100	CPU 81.74 (0.07 0.01 81.67 4.62)
98.06/99.84	c 100	END Sat Jul 12 23:05:26 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-1114090-1215896626/watcher-1114090-1215896626 -o /tmp/evaluation-result-1114090-1215896626/solver-1114090-1215896626 -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-1114090-1215896626.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.47 2.60 2.61 4/81 18720
/proc/meminfo: memFree=1892744/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=12268 CPUtime=0
/proc/18720/stat : 18720 (sugar) R 18718 18720 18419 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 46070676 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 223188056677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18720/statm: 3067 316 241 3 0 167 0

[startup+0.0961419 s]
/proc/loadavg: 2.47 2.60 2.61 4/81 18720
/proc/meminfo: memFree=1892744/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.04
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46070676 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102139 s]
/proc/loadavg: 2.47 2.60 2.61 4/81 18720
/proc/meminfo: memFree=1892744/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.04
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46070676 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302152 s]
/proc/loadavg: 2.47 2.60 2.61 4/81 18720
/proc/meminfo: memFree=1892744/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.04
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46070676 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702198 s]
/proc/loadavg: 2.47 2.60 2.61 4/81 18720
/proc/meminfo: memFree=1892744/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.04
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46070676 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50127 s]
/proc/loadavg: 2.52 2.60 2.61 3/92 18742
/proc/meminfo: memFree=1885616/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.83
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 974 6927 0 1 3 1 75 4 15 0 1 0 46070676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 797 370 3 0 500 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46070765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=865656 CPUtime=0.59
/proc/18734/stat : 18734 (java) S 18733 18720 18419 0 -1 0 4991 0 1 0 56 3 0 0 18 0 9 0 46070766 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18734/statm: 216414 4425 1732 9 0 210989 0
[pid=18734/tid=18735] ppid=18733 vsize=865656 CPUtime=0.38
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 18419 0 -1 64 2660 0 1 0 37 1 0 0 22 0 9 0 46070766 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18736] ppid=18733 vsize=865656 CPUtime=0.05
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 18419 0 -1 64 949 0 0 0 5 0 0 0 16 0 9 0 46070768 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18737] ppid=18733 vsize=865656 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 18419 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 46070768 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18738] ppid=18733 vsize=865656 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 18419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 46070768 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18739] ppid=18733 vsize=865656 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46070770 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18740] ppid=18733 vsize=865656 CPUtime=0.13
/proc/18734/task/18740/stat : 18740 (java) R 18733 18720 18419 0 -1 64 691 0 0 0 13 0 0 0 16 0 9 0 46070770 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 101760243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18741] ppid=18733 vsize=865656 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46070770 886431744 4425 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18742] ppid=18733 vsize=865656 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46070770 886431744 4425 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) 884612

[startup+3.10141 s]
/proc/loadavg: 2.52 2.60 2.61 3/92 18742
/proc/meminfo: memFree=1872112/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.83
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 974 6927 0 1 3 1 75 4 15 0 1 0 46070676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 797 370 3 0 500 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46070765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=868384 CPUtime=2.16
/proc/18734/stat : 18734 (java) S 18733 18720 18419 0 -1 0 9686 0 1 0 209 7 0 0 18 0 9 0 46070766 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18734/statm: 217096 8760 2540 9 0 211671 0
[pid=18734/tid=18735] ppid=18733 vsize=868384 CPUtime=1.55
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 18419 0 -1 64 2877 0 1 0 153 2 0 0 25 0 9 0 46070766 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4126477675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18736] ppid=18733 vsize=868384 CPUtime=0.39
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 18419 0 -1 64 4650 0 0 0 36 3 0 0 16 0 9 0 46070768 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18737] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46070768 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18738] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 18419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46070768 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18739] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46070770 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18740] ppid=18733 vsize=868384 CPUtime=0.2
/proc/18734/task/18740/stat : 18740 (java) S 18733 18720 18419 0 -1 64 1467 0 0 0 19 1 0 0 15 0 9 0 46070770 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18741] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46070770 889225216 8760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18742] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46070770 889225216 8760 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) 887340

[startup+6.30416 s]
/proc/loadavg: 2.52 2.60 2.61 3/92 18742
/proc/meminfo: memFree=1846704/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.83
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 974 6927 0 1 3 1 75 4 16 0 1 0 46070676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 797 370 3 0 500 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46070765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=868384 CPUtime=5.33
/proc/18734/stat : 18734 (java) S 18733 18720 18419 0 -1 0 21316 0 1 0 518 15 0 0 18 0 9 0 46070766 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18734/statm: 217096 15167 2540 9 0 211671 0
[pid=18734/tid=18735] ppid=18733 vsize=868384 CPUtime=3.83
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 18419 0 -1 64 3377 0 1 0 380 3 0 0 25 0 9 0 46070766 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18736] ppid=18733 vsize=868384 CPUtime=1.23
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 18419 0 -1 64 15760 0 0 0 114 9 0 0 15 0 9 0 46070768 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18737] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46070768 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18738] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 18419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46070768 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18739] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46070770 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18740] ppid=18733 vsize=868384 CPUtime=0.24
/proc/18734/task/18740/stat : 18740 (java) S 18733 18720 18419 0 -1 64 1487 0 0 0 23 1 0 0 16 0 9 0 46070770 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18741] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46070770 889225216 15167 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18742] ppid=18733 vsize=868384 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46070770 889225216 15167 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) 887340

[startup+12.7023 s]
/proc/loadavg: 2.51 2.60 2.61 3/92 18742
/proc/meminfo: memFree=1816880/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.83
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 974 6927 0 1 3 1 75 4 15 0 1 0 46070676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 797 370 3 0 500 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46070765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=868496 CPUtime=11.64
/proc/18734/stat : 18734 (java) S 18733 18720 18419 0 -1 0 26244 0 1 0 1133 31 0 0 18 0 9 0 46070766 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18734/statm: 217124 15761 2566 9 0 211671 0
[pid=18734/tid=18735] ppid=18733 vsize=868496 CPUtime=9.65
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 18419 0 -1 64 3593 0 1 0 949 16 0 0 25 0 9 0 46070766 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4126600448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18736] ppid=18733 vsize=868496 CPUtime=1.66
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 18419 0 -1 64 20434 0 0 0 154 12 0 0 16 0 9 0 46070768 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18737] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46070768 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18738] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 18419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46070768 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18739] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46070770 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18740] ppid=18733 vsize=868496 CPUtime=0.3
/proc/18734/task/18740/stat : 18740 (java) S 18733 18720 18419 0 -1 64 1525 0 0 0 29 1 0 0 16 0 9 0 46070770 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18741] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46070770 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18742] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46070770 889339904 15761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887452

[startup+25.5024 s]
/proc/loadavg: 2.43 2.58 2.60 3/92 18742
/proc/meminfo: memFree=1772848/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.83
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 974 6927 0 1 3 1 75 4 16 0 1 0 46070676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 797 370 3 0 500 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46070765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=868496 CPUtime=24.3
/proc/18734/stat : 18734 (java) S 18733 18720 18419 0 -1 0 26528 0 1 0 2372 58 0 0 18 0 9 0 46070766 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18734/statm: 217124 15766 2566 9 0 211671 0
[pid=18734/tid=18735] ppid=18733 vsize=868496 CPUtime=22.18
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 18419 0 -1 64 3872 0 1 0 2176 42 0 0 25 0 9 0 46070766 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4126600392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18736] ppid=18733 vsize=868496 CPUtime=1.79
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 18419 0 -1 64 20434 0 0 0 165 14 0 0 16 0 9 0 46070768 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18737] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46070768 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18738] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 18419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46070768 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18739] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46070770 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18740] ppid=18733 vsize=868496 CPUtime=0.31
/proc/18734/task/18740/stat : 18740 (java) S 18733 18720 18419 0 -1 64 1530 0 0 0 30 1 0 0 16 0 9 0 46070770 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18741] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46070770 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18742] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46070770 889339904 15766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 887452

[startup+51.1027 s]
/proc/loadavg: 2.28 2.53 2.59 4/92 18742
/proc/meminfo: memFree=1584368/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=13600 CPUtime=0.84
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 974 6927 0 1 4 1 75 4 16 0 1 0 46070676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3400 797 370 3 0 500 0
[pid=18733] ppid=18720 vsize=5356 CPUtime=0
/proc/18733/stat : 18733 (sh) S 18720 18720 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46070765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18733/statm: 1339 233 193 169 0 50 0
[pid=18734] ppid=18733 vsize=868496 CPUtime=49.56
/proc/18734/stat : 18734 (java) S 18733 18720 18419 0 -1 0 27637 0 1 0 4777 179 0 0 18 0 9 0 46070766 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18734/statm: 217124 15767 2566 9 0 211671 0
[pid=18734/tid=18735] ppid=18733 vsize=868496 CPUtime=46.91
/proc/18734/task/18735/stat : 18735 (java) R 18733 18720 18419 0 -1 64 4980 0 1 0 4535 156 0 0 25 0 9 0 46070766 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4127087099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18736] ppid=18733 vsize=868496 CPUtime=2.32
/proc/18734/task/18736/stat : 18736 (java) S 18733 18720 18419 0 -1 64 20434 0 0 0 211 21 0 0 16 0 9 0 46070768 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18737] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18737/stat : 18737 (java) S 18733 18720 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46070768 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18738] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18738/stat : 18738 (java) S 18733 18720 18419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46070768 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18739] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18739/stat : 18739 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46070770 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18740] ppid=18733 vsize=868496 CPUtime=0.31
/proc/18734/task/18740/stat : 18740 (java) S 18733 18720 18419 0 -1 64 1531 0 0 0 30 1 0 0 15 0 9 0 46070770 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18741] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18741/stat : 18741 (java) S 18733 18720 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46070770 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18734/tid=18742] ppid=18733 vsize=868496 CPUtime=0
/proc/18734/task/18742/stat : 18742 (java) S 18733 18720 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46070770 889339904 15767 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+99.7011 s]
/proc/loadavg: 2.18 2.46 2.56 3/84 18744
/proc/meminfo: memFree=315248/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=14128 CPUtime=86.37
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 1164 37290 0 2 7 1 8167 462 16 0 1 0 46070676 14467072 912 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3532 912 374 3 0 632 0
[pid=18743] ppid=18720 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18720 18720 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46079475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 232 193 169 0 50 0
[pid=18744] ppid=18743 vsize=910136 CPUtime=11.58
/proc/18744/stat : 18744 (minisat) R 18743 18720 18419 0 -1 4194304 217931 0 0 0 1009 149 0 0 25 0 1 0 46079476 931979264 217917 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/18744/statm: 227534 217917 62 150 0 227381 0
Current children cumulated CPU time (s) 97.95
Current children cumulated vsize (KiB) 929620

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

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

[startup+99.8197 s]
/proc/loadavg: 2.18 2.46 2.56 3/84 18744
/proc/meminfo: memFree=315248/2055920 swapFree=4181044/4192956
[pid=18720] ppid=18718 vsize=14128 CPUtime=86.37
/proc/18720/stat : 18720 (sugar) S 18718 18720 18419 0 -1 4194304 1176 37290 0 2 7 1 8167 462 16 0 1 0 46070676 14467072 912 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18720/statm: 3532 912 374 3 0 632 0
[pid=18743] ppid=18720 vsize=0 CPUtime=0
/proc/18743/stat : 18743 (sh) Z 18720 18720 18419 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 46079475 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18743/statm: 0 0 0 0 0 0 0
[pid=18744] ppid=1 vsize=0 CPUtime=11.69
/proc/18744/stat : 18744 (minisat) R 1 18720 18419 0 -1 4195332 217931 0 0 0 1009 160 0 0 25 0 1 0 46079476 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18744/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.06
Current children cumulated vsize (KiB) 14128

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18720 and gives
#  childrusage.ru_utime.tv_sec=81
#  childrusage.ru_utime.tv_usec=748572
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=642294
# CPU time returned by wait4() is 86.3909
# while last known CPU time is 98.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 99.8453
CPU time (s): 98.06
CPU user time (s): 91.83
CPU system time (s): 6.23
CPU usage (%): 98.212
Max. virtual memory (cumulated for all children) (KiB): 929620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7486
system time used= 4.64229
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38800
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= 33389
involuntary context switches= 35242

runsolver used 0.136979 second user time and 0.356945 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-12 23:03:46
IDJOB=1114090
IDBENCH=61686
IDSOLVER=368
FILE ID=node68/1114090-1215896626
PBS_JOBID= 7903665
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-4.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-1114090-1215896626/watcher-1114090-1215896626 -o /tmp/evaluation-result-1114090-1215896626/solver-1114090-1215896626 -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-1114090-1215896626.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f804db01db52be6b23e45bb99d4155e0
RANDOM SEED=874851330

node68.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.240
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.240
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:       1893224 kB
Buffers:         24256 kB
Cached:          55736 kB
SwapCached:       5892 kB
Active:          78420 kB
Inactive:        40788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893224 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          56048 kB
Slab:            28616 kB
Committed_AS:   171016 kB
PageTables:       1932 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= 66560 MiB
End job on node68 at 2008-07-12 23:05:28