Trace number 1113544

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) 77.25 83.3407

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-30.xml
MD5SUM40adbb832dee2cf2899624108017f675
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints58
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 20:10:26 2008
0.00/0.14	c 0	PID 12752
0.00/0.14	c 0	HOST node82.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1113544-1215886225.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113544-1215886225.xml' 'HOME/temp.csp'
0.04/0.72	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 5198 constraints
0.04/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.77	c 0	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.60/0.85	c 0	Parsing HOME/temp.csp
0.80/1.10	c 1	parsed 5328 expressions
0.91/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.15	c 1	MAX CSP: 5198 constraints
0.91/1.15	c 1	Converting to clausal form CSP
1.10/1.34	c 1	converted 1053 (10%) expressions
1.10/1.38	c 1	converted 2106 (20%) expressions
1.20/1.46	c 1	converted 3159 (30%) expressions
1.20/1.48	c 1	converted 4212 (40%) expressions
1.30/1.50	c 1	converted 5265 (50%) expressions
1.30/1.52	c 1	converted 6318 (60%) expressions
1.30/1.54	c 1	converted 7371 (70%) expressions
1.30/1.57	c 1	converted 8424 (80%) expressions
1.30/1.59	c 1	converted 9477 (90%) expressions
1.89/2.11	c 2	converted 10529 (100%) expressions
1.89/2.11	c 2	CSP : 10524 integers, 0 booleans, 15593 clauses, largest domain size 7798
1.89/2.11	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.11	c 2	Propagation in CSP
2.09/2.31	c 2	5192 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.09/2.32	c 2	CSP : 10524 integers, 0 booleans, 15593 clauses, largest domain size 5199
2.09/2.32	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.33	c 2	Simplifing CSP by introducing new Boolean variables
2.09/2.38	c 2	CSP : 10524 integers, 10396 booleans, 25989 clauses, largest domain size 5199
2.09/2.38	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.48	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.52	c 2	1053 (10%) CSP integer variables are encoded (3584 clauses, 44519 bytes)
2.28/2.52	c 2	2105 (20%) CSP integer variables are encoded (3584 clauses, 44519 bytes)
2.28/2.52	c 2	3158 (30%) CSP integer variables are encoded (3584 clauses, 44519 bytes)
2.28/2.52	c 2	4210 (40%) CSP integer variables are encoded (3584 clauses, 44519 bytes)
2.28/2.53	c 2	5262 (50%) CSP integer variables are encoded (3584 clauses, 44519 bytes)
2.28/2.54	c 2	6315 (60%) CSP integer variables are encoded (16710 clauses, 239232 bytes)
2.28/2.56	c 2	7367 (70%) CSP integer variables are encoded (26988 clauses, 393402 bytes)
2.38/2.64	c 2	8420 (80%) CSP integer variables are encoded (96536 clauses, 1445547 bytes)
2.38/2.65	c 2	9472 (90%) CSP integer variables are encoded (106811 clauses, 1620222 bytes)
2.38/2.67	c 2	10524 (100%) CSP integer variables are encoded (120151 clauses, 1847002 bytes)
2.58/2.82	c 2	2599 (10%) CSP clauses are encoded (173007 clauses, 2859858 bytes)
2.69/2.93	c 3	5198 (20%) CSP clauses are encoded (225863 clauses, 3895578 bytes)
2.78/3.04	c 3	7797 (30%) CSP clauses are encoded (278690 clauses, 4957888 bytes)
2.88/3.15	c 3	10396 (40%) CSP clauses are encoded (331546 clauses, 6049667 bytes)
2.98/3.27	c 3	12995 (50%) CSP clauses are encoded (384402 clauses, 7141446 bytes)
3.08/3.38	c 3	15594 (60%) CSP clauses are encoded (437229 clauses, 8232628 bytes)
6.04/6.35	c 6	18193 (70%) CSP clauses are encoded (2153036 clauses, 44940534 bytes)
54.38/58.66	c 58	20792 (80%) CSP clauses are encoded (27630185 clauses, 594259933 bytes)
57.49/61.74	c 61	23391 (90%) CSP clauses are encoded (29345992 clauses, 636082398 bytes)
66.70/72.04	c 72	25989 (100%) CSP clauses are encoded (34444368 clauses, 760715350 bytes)
66.70/72.04	c 72	25989 CSP clauses encoded
66.70/72.04	c 72	Writing map file : HOME/temp.map
66.79/72.10	c 72	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.79/72.10	c 72	SAT : 141071 SAT variables, 34444368 SAT clauses, 760715350 bytes
66.79/72.10	c 72	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.79/72.16	c 72	OBJECTIVE minimize _COST
66.84/72.89	c 73	OBJECTIVE BOUND: 0 <= _COST <= 
66.84/72.89	c 73	SEARCHING: _COST <= 2599
66.84/72.89	c 73	SOLVING HOME/temp.cnf
66.84/72.89	c 73	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
66.84/72.89	c 73	This is MiniSat 2.0 beta
66.84/72.89	c 73	WARNING: for repeatability, setting FPU to use double precision
66.84/72.89	c 73	============================[ Problem Statistics ]=============================
66.84/72.89	c 73	|                                                                             |
66.84/72.89	c 73	|  Number of variables:  141071                                               |
66.84/72.89	c 73	|  Number of clauses:    34444369                                             |
77.14/83.21	c ERROR INTERRUPTED
77.25/83.34	s UNKNOWN
77.25/83.34	c 83	CPU 61.54 (0.05 0.01 61.49 5.29)
77.25/83.34	c 83	END Sat Jul 12 20:11:49 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-1113544-1215886225/watcher-1113544-1215886225 -o /tmp/evaluation-result-1113544-1215886225/solver-1113544-1215886225 -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-1113544-1215886225.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.45 2.64 2.70 4/106 12752
/proc/meminfo: memFree=1864952/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=18572 CPUtime=0
/proc/12752/stat : 12752 (runsolver) D 12750 12752 12443 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45319541 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12752/statm: 4643 292 257 25 0 2626 0

[startup+0.03471 s]
/proc/loadavg: 2.45 2.64 2.70 4/106 12752
/proc/meminfo: memFree=1864952/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=124 CPUtime=0
/proc/12752/stat : 12752 (sugar) D 12750 12752 12443 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 45319541 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 224262157801 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12752/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101725 s]
/proc/loadavg: 2.45 2.64 2.70 4/106 12752
/proc/meminfo: memFree=1864952/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=12412 CPUtime=0
/proc/12752/stat : 12752 (sugar) D 12750 12752 12443 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 45319541 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/12752/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301761 s]
/proc/loadavg: 2.45 2.64 2.70 4/106 12752
/proc/meminfo: memFree=1864952/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.04
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 45319541 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12752/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701838 s]
/proc/loadavg: 2.45 2.64 2.70 4/106 12752
/proc/meminfo: memFree=1864952/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.04
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 45319541 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12752/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 2.45 2.64 2.70 3/117 12774
/proc/meminfo: memFree=1856672/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.6
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 974 7344 0 1 3 1 51 5 15 0 1 0 45319541 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3400 797 370 3 0 500 0
[pid=12765] ppid=12752 vsize=5356 CPUtime=0
/proc/12765/stat : 12765 (sh) S 12752 12752 12443 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45319619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12765/statm: 1339 233 193 169 0 50 0
[pid=12766] ppid=12765 vsize=868404 CPUtime=0.7
/proc/12766/stat : 12766 (java) S 12765 12752 12443 0 -1 0 7317 0 1 0 67 3 0 0 20 0 9 0 45319619 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12766/statm: 217101 6558 2540 9 0 211676 0
[pid=12766/tid=12767] ppid=12765 vsize=868404 CPUtime=0.4
/proc/12766/task/12767/stat : 12767 (java) R 12765 12752 12443 0 -1 64 2663 0 1 0 39 1 0 0 25 0 9 0 45319620 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4126609564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12768] ppid=12765 vsize=868404 CPUtime=0.09
/proc/12766/task/12768/stat : 12768 (java) S 12765 12752 12443 0 -1 64 2506 0 0 0 9 0 0 0 16 0 9 0 45319621 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12769] ppid=12765 vsize=868404 CPUtime=0
/proc/12766/task/12769/stat : 12769 (java) S 12765 12752 12443 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45319621 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12770] ppid=12765 vsize=868404 CPUtime=0
/proc/12766/task/12770/stat : 12770 (java) S 12765 12752 12443 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45319621 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12771] ppid=12765 vsize=868404 CPUtime=0
/proc/12766/task/12771/stat : 12771 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12772] ppid=12765 vsize=868404 CPUtime=0.18
/proc/12766/task/12772/stat : 12772 (java) S 12765 12752 12443 0 -1 64 1456 0 0 0 18 0 0 0 16 0 9 0 45319623 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12773] ppid=12765 vsize=868404 CPUtime=0
/proc/12766/task/12773/stat : 12773 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12774] ppid=12765 vsize=868404 CPUtime=0
/proc/12766/task/12774/stat : 12774 (java) S 12765 12752 12443 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45319623 889245696 6558 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 887360

[startup+3.10128 s]
/proc/loadavg: 2.45 2.64 2.70 4/117 12774
/proc/meminfo: memFree=1837152/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.6
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 974 7344 0 1 3 1 51 5 15 0 1 0 45319541 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3400 797 370 3 0 500 0
[pid=12765] ppid=12752 vsize=5356 CPUtime=0
/proc/12765/stat : 12765 (sh) S 12752 12752 12443 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45319619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12765/statm: 1339 233 193 169 0 50 0
[pid=12766] ppid=12765 vsize=868516 CPUtime=2.28
/proc/12766/stat : 12766 (java) S 12765 12752 12443 0 -1 0 10652 0 1 0 220 8 0 0 20 0 9 0 45319619 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12766/statm: 217129 9610 2565 9 0 211676 0
[pid=12766/tid=12767] ppid=12765 vsize=868516 CPUtime=1.52
/proc/12766/task/12767/stat : 12767 (java) R 12765 12752 12443 0 -1 64 2991 0 1 0 148 4 0 0 25 0 9 0 45319620 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4127060280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12768] ppid=12765 vsize=868516 CPUtime=0.47
/proc/12766/task/12768/stat : 12768 (java) S 12765 12752 12443 0 -1 64 5458 0 0 0 45 2 0 0 16 0 9 0 45319621 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12769] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12769/stat : 12769 (java) S 12765 12752 12443 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12770] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12770/stat : 12770 (java) S 12765 12752 12443 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12771] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12771/stat : 12771 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12772] ppid=12765 vsize=868516 CPUtime=0.26
/proc/12766/task/12772/stat : 12772 (java) S 12765 12752 12443 0 -1 64 1511 0 0 0 26 0 0 0 16 0 9 0 45319623 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12773] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12773/stat : 12773 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12774] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12774/stat : 12774 (java) S 12765 12752 12443 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45319623 889360384 9610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887472

[startup+6.30288 s]
/proc/loadavg: 2.41 2.63 2.69 3/117 12774
/proc/meminfo: memFree=1799200/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.6
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 974 7344 0 1 3 1 51 5 15 0 1 0 45319541 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3400 797 370 3 0 500 0
[pid=12765] ppid=12752 vsize=5356 CPUtime=0
/proc/12765/stat : 12765 (sh) S 12752 12752 12443 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45319619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12765/statm: 1339 233 193 169 0 50 0
[pid=12766] ppid=12765 vsize=868516 CPUtime=5.44
/proc/12766/stat : 12766 (java) S 12765 12752 12443 0 -1 0 11330 0 1 0 510 34 0 0 20 0 9 0 45319619 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12766/statm: 217129 9615 2565 9 0 211676 0
[pid=12766/tid=12767] ppid=12765 vsize=868516 CPUtime=4.48
/proc/12766/task/12767/stat : 12767 (java) R 12765 12752 12443 0 -1 64 3664 0 1 0 420 28 0 0 25 0 9 0 45319620 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4127058479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12768] ppid=12765 vsize=868516 CPUtime=0.67
/proc/12766/task/12768/stat : 12768 (java) S 12765 12752 12443 0 -1 64 5458 0 0 0 62 5 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12769] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12769/stat : 12769 (java) S 12765 12752 12443 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12770] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12770/stat : 12770 (java) S 12765 12752 12443 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12771] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12771/stat : 12771 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12772] ppid=12765 vsize=868516 CPUtime=0.26
/proc/12766/task/12772/stat : 12772 (java) S 12765 12752 12443 0 -1 64 1516 0 0 0 26 0 0 0 16 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12773] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12773/stat : 12773 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12774] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12774/stat : 12774 (java) S 12765 12752 12443 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887472

[startup+12.7011 s]
/proc/loadavg: 2.38 2.61 2.69 3/117 12774
/proc/meminfo: memFree=1766816/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.6
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 974 7344 0 1 3 1 51 5 16 0 1 0 45319541 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3400 797 370 3 0 500 0
[pid=12765] ppid=12752 vsize=5356 CPUtime=0
/proc/12765/stat : 12765 (sh) S 12752 12752 12443 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45319619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12765/statm: 1339 233 193 169 0 50 0
[pid=12766] ppid=12765 vsize=868516 CPUtime=11.78
/proc/12766/stat : 12766 (java) S 12765 12752 12443 0 -1 0 12153 0 1 0 1114 64 0 0 20 0 9 0 45319619 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12766/statm: 217129 9615 2565 9 0 211676 0
[pid=12766/tid=12767] ppid=12765 vsize=868516 CPUtime=10.58
/proc/12766/task/12767/stat : 12767 (java) R 12765 12752 12443 0 -1 64 4487 0 1 0 1007 51 0 0 25 0 9 0 45319620 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12768] ppid=12765 vsize=868516 CPUtime=0.92
/proc/12766/task/12768/stat : 12768 (java) S 12765 12752 12443 0 -1 64 5458 0 0 0 80 12 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12769] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12769/stat : 12769 (java) S 12765 12752 12443 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12770] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12770/stat : 12770 (java) S 12765 12752 12443 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12771] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12771/stat : 12771 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12772] ppid=12765 vsize=868516 CPUtime=0.26
/proc/12766/task/12772/stat : 12772 (java) S 12765 12752 12443 0 -1 64 1516 0 0 0 26 0 0 0 16 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12773] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12773/stat : 12773 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12774] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12774/stat : 12774 (java) S 12765 12752 12443 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887472

[startup+25.5025 s]
/proc/loadavg: 2.59 2.65 2.70 4/117 12774
/proc/meminfo: memFree=1617184/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.6
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 974 7344 0 1 3 1 51 5 16 0 1 0 45319541 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3400 797 370 3 0 500 0
[pid=12765] ppid=12752 vsize=5356 CPUtime=0
/proc/12765/stat : 12765 (sh) S 12752 12752 12443 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45319619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12765/statm: 1339 233 193 169 0 50 0
[pid=12766] ppid=12765 vsize=868516 CPUtime=23.34
/proc/12766/stat : 12766 (java) S 12765 12752 12443 0 -1 0 14582 0 1 0 2171 163 0 0 20 0 9 0 45319619 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12766/statm: 217129 9615 2565 9 0 211676 0
[pid=12766/tid=12767] ppid=12765 vsize=868516 CPUtime=21.41
/proc/12766/task/12767/stat : 12767 (java) R 12765 12752 12443 0 -1 64 6916 0 1 0 2004 137 0 0 25 0 9 0 45319620 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12766/tid=12768] ppid=12765 vsize=868516 CPUtime=1.64
/proc/12766/task/12768/stat : 12768 (java) R 12765 12752 12443 0 -1 64 5458 0 0 0 139 25 0 0 15 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 103742720 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12766/tid=12769] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12769/stat : 12769 (java) S 12765 12752 12443 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12770] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12770/stat : 12770 (java) S 12765 12752 12443 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12771] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12771/stat : 12771 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12772] ppid=12765 vsize=868516 CPUtime=0.26
/proc/12766/task/12772/stat : 12772 (java) S 12765 12752 12443 0 -1 64 1516 0 0 0 26 0 0 0 16 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12773] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12773/stat : 12773 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12774] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12774/stat : 12774 (java) S 12765 12752 12443 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 887472

[startup+51.1022 s]
/proc/loadavg: 3.13 2.77 2.74 3/117 12776
/proc/meminfo: memFree=1322336/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=13600 CPUtime=0.6
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 974 7344 0 1 3 1 51 5 16 0 1 0 45319541 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3400 797 370 3 0 500 0
[pid=12765] ppid=12752 vsize=5356 CPUtime=0
/proc/12765/stat : 12765 (sh) S 12752 12752 12443 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45319619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12765/statm: 1339 233 193 169 0 50 0
[pid=12766] ppid=12765 vsize=868516 CPUtime=47.08
/proc/12766/stat : 12766 (java) S 12765 12752 12443 0 -1 0 19591 0 1 0 4353 355 0 0 20 0 9 0 45319619 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12766/statm: 217129 9615 2565 9 0 211676 0
[pid=12766/tid=12767] ppid=12765 vsize=868516 CPUtime=43.71
/proc/12766/task/12767/stat : 12767 (java) R 12765 12752 12443 0 -1 64 11925 0 1 0 4070 301 0 0 25 0 9 0 45319620 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4127058479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12766/tid=12768] ppid=12765 vsize=868516 CPUtime=3.08
/proc/12766/task/12768/stat : 12768 (java) S 12765 12752 12443 0 -1 64 5458 0 0 0 256 52 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12766/tid=12769] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12769/stat : 12769 (java) S 12765 12752 12443 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12770] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12770/stat : 12770 (java) S 12765 12752 12443 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45319621 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12771] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12771/stat : 12771 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12772] ppid=12765 vsize=868516 CPUtime=0.26
/proc/12766/task/12772/stat : 12772 (java) S 12765 12752 12443 0 -1 64 1516 0 0 0 26 0 0 0 16 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12773] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12773/stat : 12773 (java) S 12765 12752 12443 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12766/tid=12774] ppid=12765 vsize=868516 CPUtime=0
/proc/12766/task/12774/stat : 12774 (java) S 12765 12752 12443 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45319623 889360384 9615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.68
Current children cumulated vsize (KiB) 887472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+83.2012 s]
/proc/loadavg: 3.57 2.92 2.79 3/108 12818
/proc/meminfo: memFree=228144/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=14260 CPUtime=66.84
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 1208 31354 3 4 5 1 6149 529 16 0 1 0 45319541 14602240 959 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3565 959 374 3 0 665 0
[pid=12817] ppid=12752 vsize=5356 CPUtime=0
/proc/12817/stat : 12817 (sh) S 12752 12752 12443 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 45326830 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12817/statm: 1339 232 193 169 0 50 0
[pid=12818] ppid=12817 vsize=903324 CPUtime=10.3
/proc/12818/stat : 12818 (minisat) R 12817 12752 12443 0 -1 4194304 222195 0 0 0 890 140 0 0 25 0 1 0 45326831 925003776 222181 996147200 134512640 135127466 4294956256 18446744073709551615 134526005 0 0 4096 3 0 0 0 17 1 0 0
/proc/12818/statm: 225831 222182 62 150 0 225678 0
Current children cumulated CPU time (s) 77.14
Current children cumulated vsize (KiB) 922940

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

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

[startup+83.3192 s]
/proc/loadavg: 3.57 2.92 2.79 3/108 12818
/proc/meminfo: memFree=228144/2055920 swapFree=4192812/4192956
[pid=12752] ppid=12750 vsize=14260 CPUtime=66.84
/proc/12752/stat : 12752 (sugar) S 12750 12752 12443 0 -1 4194304 1219 31354 3 4 5 1 6149 529 16 0 1 0 45319541 14602240 959 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/12752/statm: 3565 959 374 3 0 665 0
[pid=12817] ppid=12752 vsize=0 CPUtime=0
/proc/12817/stat : 12817 (sh) Z 12752 12752 12443 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 45326830 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/12817/statm: 0 0 0 0 0 0 0
[pid=12818] ppid=1 vsize=0 CPUtime=10.41
/proc/12818/stat : 12818 (minisat) R 1 12752 12443 0 -1 4195332 222201 0 0 0 890 151 0 0 25 0 1 0 45326831 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12818/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.25
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12752 and gives
#  childrusage.ru_utime.tv_sec=61
#  childrusage.ru_utime.tv_usec=549643
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=310192
# CPU time returned by wait4() is 66.8598
# while last known CPU time is 77.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 83.3407
CPU time (s): 77.25
CPU user time (s): 70.44
CPU system time (s): 6.81
CPU usage (%): 92.6918
Max. virtual memory (cumulated for all children) (KiB): 922940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.5496
system time used= 5.31019
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32907
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93508
involuntary context switches= 93240

runsolver used 0.140978 second user time and 0.38894 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-12 20:10:26
IDJOB=1113544
IDBENCH=61600
IDSOLVER=368
FILE ID=node82/1113544-1215886225
PBS_JOBID= 7903621
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-30.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-1113544-1215886225/watcher-1113544-1215886225 -o /tmp/evaluation-result-1113544-1215886225/solver-1113544-1215886225 -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-1113544-1215886225.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40adbb832dee2cf2899624108017f675
RANDOM SEED=1613310972

node82.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1865368 kB
Buffers:          6764 kB
Cached:          44576 kB
SwapCached:          0 kB
Active:         129960 kB
Inactive:        12984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:         113068 kB
Slab:            29792 kB
Committed_AS:   361984 kB
PageTables:       4176 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65832 MiB
End job on node82 at 2008-07-12 20:11:51