Trace number 1126556

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 82.1 84.4492

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-28_ext.xml
MD5SUM781205458a54a1f63591e8787fd4edd0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints180
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints5226
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension5226
Number of constraints which are defined in intension0
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.15	c 0	BEGIN Wed Jul 16 07:00:27 2008
0.00/0.15	c 0	PID 31658
0.00/0.16	c 0	HOST node34.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1126556-1216184427.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126556-1216184427.xml' 'HOME/temp.csp'
0.03/0.97	c 1	3 domains, 231 variables, 0 predicates, 14 relations, 5226 constraints
0.03/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/1.00	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.03/1.08	c 1	Parsing HOME/temp.csp
1.05/1.33	c 1	parsed 5474 expressions
1.05/1.33	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.38	c 1	MAX CSP: 5226 constraints
1.05/1.38	c 1	Converting to clausal form CSP
1.14/1.47	c 1	converted 1071 (10%) expressions
1.24/1.59	c 1	converted 2141 (20%) expressions
1.34/1.66	c 2	converted 3211 (30%) expressions
1.34/1.68	c 2	converted 4282 (40%) expressions
1.43/1.70	c 2	converted 5352 (50%) expressions
1.43/1.71	c 2	converted 6422 (60%) expressions
1.43/1.73	c 2	converted 7493 (70%) expressions
1.43/1.74	c 2	converted 8563 (80%) expressions
1.43/1.76	c 2	converted 9633 (90%) expressions
2.03/2.32	c 2	converted 10703 (100%) expressions
2.03/2.32	c 2	CSP : 10683 integers, 0 booleans, 15677 clauses, largest domain size 7840
2.03/2.32	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.33	c 2	Propagation in CSP
2.23/2.51	c 2	5220 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.23/2.51	c 2	CSP : 10683 integers, 0 booleans, 15677 clauses, largest domain size 5227
2.23/2.51	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.52	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.53	c 2	CSP : 10683 integers, 0 booleans, 15677 clauses, largest domain size 5227
2.23/2.53	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.62	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.33/2.64	c 3	1069 (10%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.33/2.65	c 3	2137 (20%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.33/2.65	c 3	3205 (30%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.33/2.66	c 3	4274 (40%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.33/2.66	c 3	5342 (50%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.33/2.69	c 3	6410 (60%) CSP integer variables are encoded (12581 clauses, 179414 bytes)
2.42/2.76	c 3	7479 (70%) CSP integer variables are encoded (74397 clauses, 1106654 bytes)
2.42/2.79	c 3	8547 (80%) CSP integer variables are encoded (93255 clauses, 1392703 bytes)
2.52/2.81	c 3	9615 (90%) CSP integer variables are encoded (103774 clauses, 1571526 bytes)
2.52/2.83	c 3	10683 (100%) CSP integer variables are encoded (117355 clauses, 1802403 bytes)
2.62/2.94	c 3	1568 (10%) CSP clauses are encoded (119655 clauses, 1845454 bytes)
2.62/2.97	c 3	3136 (20%) CSP clauses are encoded (121930 clauses, 1893926 bytes)
2.72/3.01	c 3	4704 (30%) CSP clauses are encoded (123955 clauses, 1935668 bytes)
3.02/3.33	c 3	6271 (40%) CSP clauses are encoded (266580 clauses, 4946761 bytes)
5.89/6.28	c 6	7839 (50%) CSP clauses are encoded (1858694 clauses, 39049600 bytes)
22.84/23.45	c 23	9407 (60%) CSP clauses are encoded (8808060 clauses, 187661069 bytes)
57.46/59.15	c 59	10974 (70%) CSP clauses are encoded (27647409 clauses, 592460312 bytes)
58.43/60.17	c 60	12542 (80%) CSP clauses are encoded (28164559 clauses, 604942510 bytes)
61.07/62.82	c 63	14110 (90%) CSP clauses are encoded (29486271 clauses, 637189758 bytes)
70.81/72.82	c 73	15677 (100%) CSP clauses are encoded (34497800 clauses, 759758238 bytes)
70.81/72.82	c 73	15677 CSP clauses encoded
70.81/72.83	c 73	Writing map file : HOME/temp.map
70.81/72.88	c 73	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.81/72.88	c 73	SAT : 128037 SAT variables, 34497800 SAT clauses, 759758238 bytes
70.81/72.88	c 73	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.89/72.92	c 73	OBJECTIVE minimize _COST
70.93/73.13	c 73	OBJECTIVE BOUND: 0 <= _COST <= 
70.93/73.13	c 73	SEARCHING: _COST <= 2613
70.93/73.13	c 73	SOLVING HOME/temp.cnf
70.93/73.13	c 73	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
70.93/73.13	c 73	This is MiniSat 2.0 beta
70.93/73.13	c 73	WARNING: for repeatability, setting FPU to use double precision
70.93/73.13	c 73	============================[ Problem Statistics ]=============================
70.93/73.13	c 73	|                                                                             |
70.93/73.13	c 73	|  Number of variables:  128037                                               |
70.93/73.13	c 73	|  Number of clauses:    34497801                                             |
81.98/84.31	c ERROR INTERRUPTED
82.10/84.44	s UNKNOWN
82.10/84.44	c 84	CPU 65.25 (0.05 0.01 65.2 5.68)
82.10/84.44	c 84	END Wed Jul 16 07:01:51 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-1126556-1216184427/watcher-1126556-1216184427 -o /tmp/evaluation-result-1126556-1216184427/solver-1126556-1216184427 -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-1126556-1216184427.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 31658
/proc/meminfo: memFree=1917072/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=18572 CPUtime=0
/proc/31658/stat : 31658 (runsolver) D 31656 31658 29559 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 75144218 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 254195330343 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/31658/statm: 4643 292 257 25 0 2626 0

[startup+0.105332 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 31658
/proc/meminfo: memFree=1917072/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=12412 CPUtime=0
/proc/31658/stat : 31658 (sugar) D 31656 31658 29559 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 75144218 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31658/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.201342 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 31658
/proc/meminfo: memFree=1917072/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.03
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 75144218 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301351 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 31658
/proc/meminfo: memFree=1917072/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.03
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 75144218 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701382 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 31658
/proc/meminfo: memFree=1917072/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.03
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 75144218 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 31680
/proc/meminfo: memFree=1909112/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.77
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 974 6723 0 1 3 0 70 4 15 0 1 0 75144218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 797 370 3 0 500 0
[pid=31671] ppid=31658 vsize=5356 CPUtime=0
/proc/31671/stat : 31671 (sh) S 31658 31658 29559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75144318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31671/statm: 1339 233 193 169 0 50 0
[pid=31672] ppid=31671 vsize=865316 CPUtime=0.47
/proc/31672/stat : 31672 (java) S 31671 31658 29559 0 -1 0 4848 0 1 0 45 2 0 0 18 0 9 0 75144318 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31672/statm: 216329 4285 1730 9 0 210904 0
[pid=31672/tid=31673] ppid=31671 vsize=865316 CPUtime=0.3
/proc/31672/task/31673/stat : 31673 (java) R 31671 31658 29559 0 -1 64 2651 0 1 0 29 1 0 0 18 0 9 0 75144319 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31674] ppid=31671 vsize=865316 CPUtime=0.04
/proc/31672/task/31674/stat : 31674 (java) S 31671 31658 29559 0 -1 64 906 0 0 0 4 0 0 0 16 0 9 0 75144320 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31675] ppid=31671 vsize=865316 CPUtime=0
/proc/31672/task/31675/stat : 31675 (java) S 31671 31658 29559 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 75144321 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31676] ppid=31671 vsize=865316 CPUtime=0
/proc/31672/task/31676/stat : 31676 (java) S 31671 31658 29559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 75144321 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31677] ppid=31671 vsize=865316 CPUtime=0
/proc/31672/task/31677/stat : 31677 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75144323 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31678] ppid=31671 vsize=865316 CPUtime=0.11
/proc/31672/task/31678/stat : 31678 (java) R 31671 31658 29559 0 -1 64 599 0 0 0 11 0 0 0 16 0 9 0 75144323 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 101737331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31679] ppid=31671 vsize=865316 CPUtime=0
/proc/31672/task/31679/stat : 31679 (java) S 31671 31658 29559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75144323 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31680] ppid=31671 vsize=865316 CPUtime=0
/proc/31672/task/31680/stat : 31680 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75144323 886083584 4285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 884272

[startup+3.10256 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 31680
/proc/meminfo: memFree=1889720/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.77
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 974 6723 0 1 3 0 70 4 15 0 1 0 75144218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 797 370 3 0 500 0
[pid=31671] ppid=31658 vsize=5356 CPUtime=0
/proc/31671/stat : 31671 (sh) S 31658 31658 29559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75144318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31671/statm: 1339 233 193 169 0 50 0
[pid=31672] ppid=31671 vsize=868476 CPUtime=2.05
/proc/31672/stat : 31672 (java) S 31671 31658 29559 0 -1 0 10097 0 1 0 198 7 0 0 18 0 9 0 75144318 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31672/statm: 217119 9071 2567 9 0 211666 0
[pid=31672/tid=31673] ppid=31671 vsize=868476 CPUtime=1.27
/proc/31672/task/31673/stat : 31673 (java) R 31671 31658 29559 0 -1 64 2942 0 1 0 124 3 0 0 20 0 9 0 75144319 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 102064644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31674] ppid=31671 vsize=868476 CPUtime=0.46
/proc/31672/task/31674/stat : 31674 (java) S 31671 31658 29559 0 -1 64 4934 0 0 0 44 2 0 0 16 0 9 0 75144320 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31675] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31675/stat : 31675 (java) S 31671 31658 29559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75144321 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31676] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31676/stat : 31676 (java) S 31671 31658 29559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75144321 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31677] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31677/stat : 31677 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75144323 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31678] ppid=31671 vsize=868476 CPUtime=0.29
/proc/31672/task/31678/stat : 31678 (java) S 31671 31658 29559 0 -1 64 1527 0 0 0 29 0 0 0 15 0 9 0 75144323 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31679] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31679/stat : 31679 (java) S 31671 31658 29559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75144323 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31680] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31680/stat : 31680 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75144323 889319424 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 887432

[startup+6.3028 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 31680
/proc/meminfo: memFree=1856632/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.77
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 974 6723 0 1 3 0 70 4 16 0 1 0 75144218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 797 370 3 0 500 0
[pid=31671] ppid=31658 vsize=5356 CPUtime=0
/proc/31671/stat : 31671 (sh) S 31658 31658 29559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75144318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31671/statm: 1339 233 193 169 0 50 0
[pid=31672] ppid=31671 vsize=868476 CPUtime=5.22
/proc/31672/stat : 31672 (java) S 31671 31658 29559 0 -1 0 10739 0 1 0 487 35 0 0 18 0 9 0 75144318 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31672/statm: 217119 9080 2567 9 0 211666 0
[pid=31672/tid=31673] ppid=31671 vsize=868476 CPUtime=4.25
/proc/31672/task/31673/stat : 31673 (java) R 31671 31658 29559 0 -1 64 3575 0 1 0 398 27 0 0 25 0 9 0 75144319 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4126567055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31674] ppid=31671 vsize=868476 CPUtime=0.64
/proc/31672/task/31674/stat : 31674 (java) S 31671 31658 29559 0 -1 64 4934 0 0 0 58 6 0 0 16 0 9 0 75144320 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31675] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31675/stat : 31675 (java) S 31671 31658 29559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31676] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31676/stat : 31676 (java) S 31671 31658 29559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31677] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31677/stat : 31677 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31678] ppid=31671 vsize=868476 CPUtime=0.3
/proc/31672/task/31678/stat : 31678 (java) S 31671 31658 29559 0 -1 64 1536 0 0 0 30 0 0 0 16 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31679] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31679/stat : 31679 (java) S 31671 31658 29559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31680] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31680/stat : 31680 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 887432

[startup+12.7023 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 31680
/proc/meminfo: memFree=1831608/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.77
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 974 6723 0 1 3 0 70 4 16 0 1 0 75144218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 797 370 3 0 500 0
[pid=31671] ppid=31658 vsize=5356 CPUtime=0
/proc/31671/stat : 31671 (sh) S 31658 31658 29559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75144318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31671/statm: 1339 233 193 169 0 50 0
[pid=31672] ppid=31671 vsize=868476 CPUtime=11.52
/proc/31672/stat : 31672 (java) S 31671 31658 29559 0 -1 0 11438 0 1 0 1099 53 0 0 18 0 9 0 75144318 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31672/statm: 217119 9080 2567 9 0 211666 0
[pid=31672/tid=31673] ppid=31671 vsize=868476 CPUtime=10.37
/proc/31672/task/31673/stat : 31673 (java) R 31671 31658 29559 0 -1 64 4274 0 1 0 995 42 0 0 25 0 9 0 75144319 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4126564599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31674] ppid=31671 vsize=868476 CPUtime=0.82
/proc/31672/task/31674/stat : 31674 (java) S 31671 31658 29559 0 -1 64 4934 0 0 0 73 9 0 0 16 0 9 0 75144320 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31675] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31675/stat : 31675 (java) S 31671 31658 29559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31676] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31676/stat : 31676 (java) S 31671 31658 29559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31677] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31677/stat : 31677 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31678] ppid=31671 vsize=868476 CPUtime=0.3
/proc/31672/task/31678/stat : 31678 (java) S 31671 31658 29559 0 -1 64 1536 0 0 0 30 0 0 0 16 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31679] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31679/stat : 31679 (java) S 31671 31658 29559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31680] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31680/stat : 31680 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 887432

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 31680
/proc/meminfo: memFree=1678648/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.77
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 974 6723 0 1 3 0 70 4 16 0 1 0 75144218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 797 370 3 0 500 0
[pid=31671] ppid=31658 vsize=5356 CPUtime=0
/proc/31671/stat : 31671 (sh) S 31658 31658 29559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75144318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31671/statm: 1339 233 193 169 0 50 0
[pid=31672] ppid=31671 vsize=868476 CPUtime=24.09
/proc/31672/stat : 31672 (java) S 31671 31658 29559 0 -1 0 13963 0 1 0 2249 160 0 0 18 0 9 0 75144318 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31672/statm: 217119 9080 2567 9 0 211666 0
[pid=31672/tid=31673] ppid=31671 vsize=868476 CPUtime=22.13
/proc/31672/task/31673/stat : 31673 (java) R 31671 31658 29559 0 -1 64 6799 0 1 0 2080 133 0 0 25 0 9 0 75144319 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4127062944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31674] ppid=31671 vsize=868476 CPUtime=1.63
/proc/31672/task/31674/stat : 31674 (java) S 31671 31658 29559 0 -1 64 4934 0 0 0 138 25 0 0 16 0 9 0 75144320 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31675] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31675/stat : 31675 (java) S 31671 31658 29559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31676] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31676/stat : 31676 (java) S 31671 31658 29559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31677] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31677/stat : 31677 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31678] ppid=31671 vsize=868476 CPUtime=0.3
/proc/31672/task/31678/stat : 31678 (java) S 31671 31658 29559 0 -1 64 1536 0 0 0 30 0 0 0 16 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31679] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31679/stat : 31679 (java) S 31671 31658 29559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31680] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31680/stat : 31680 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 887432

[startup+51.1012 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 31686
/proc/meminfo: memFree=1386552/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=13600 CPUtime=0.77
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 974 6723 0 1 3 0 70 4 16 0 1 0 75144218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3400 797 370 3 0 500 0
[pid=31671] ppid=31658 vsize=5356 CPUtime=0
/proc/31671/stat : 31671 (sh) S 31658 31658 29559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75144318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31671/statm: 1339 233 193 169 0 50 0
[pid=31672] ppid=31671 vsize=868476 CPUtime=49.08
/proc/31672/stat : 31672 (java) S 31671 31658 29559 0 -1 0 18985 0 1 0 4534 374 0 0 18 0 9 0 75144318 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31672/statm: 217119 9080 2567 9 0 211666 0
[pid=31672/tid=31673] ppid=31671 vsize=868476 CPUtime=45.62
/proc/31672/task/31673/stat : 31673 (java) R 31671 31658 29559 0 -1 64 11821 0 1 0 4245 317 0 0 25 0 9 0 75144319 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4126568380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31674] ppid=31671 vsize=868476 CPUtime=3.12
/proc/31672/task/31674/stat : 31674 (java) S 31671 31658 29559 0 -1 64 4934 0 0 0 257 55 0 0 16 0 9 0 75144320 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31675] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31675/stat : 31675 (java) S 31671 31658 29559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31676] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31676/stat : 31676 (java) S 31671 31658 29559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75144321 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31677] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31677/stat : 31677 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31678] ppid=31671 vsize=868476 CPUtime=0.3
/proc/31672/task/31678/stat : 31678 (java) S 31671 31658 29559 0 -1 64 1536 0 0 0 30 0 0 0 16 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31679] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31679/stat : 31679 (java) S 31671 31658 29559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31672/tid=31680] ppid=31671 vsize=868476 CPUtime=0
/proc/31672/task/31680/stat : 31680 (java) S 31671 31658 29559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75144323 889319424 9080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 887432



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+84.3017 s]
/proc/loadavg: 2.16 2.05 2.01 3/76 31688
/proc/meminfo: memFree=256888/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=14260 CPUtime=70.94
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 1209 30228 3 5 5 1 6520 568 16 0 1 0 75144218 14602240 959 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3565 959 374 3 0 665 0
[pid=31687] ppid=31658 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31658 31658 29559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75151531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 232 193 169 0 50 0
[pid=31688] ppid=31687 vsize=906484 CPUtime=11.04
/proc/31688/stat : 31688 (minisat) R 31687 31658 29559 0 -1 4194304 223357 0 0 0 956 148 0 0 25 0 1 0 75151531 928239616 223343 996147200 134512640 135127466 4294956256 18446744073709551615 134705857 0 0 4096 3 0 0 0 17 1 0 0
/proc/31688/statm: 226621 223343 62 150 0 226468 0
Current children cumulated CPU time (s) 81.98
Current children cumulated vsize (KiB) 926100

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

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

[startup+84.4191 s]
/proc/loadavg: 2.16 2.05 2.01 3/76 31688
/proc/meminfo: memFree=256888/2055920 swapFree=4191900/4192956
[pid=31658] ppid=31656 vsize=14260 CPUtime=70.94
/proc/31658/stat : 31658 (sugar) S 31656 31658 29559 0 -1 4194304 1220 30228 3 5 5 1 6520 568 16 0 1 0 75144218 14602240 959 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/31658/statm: 3565 959 374 3 0 665 0
[pid=31687] ppid=31658 vsize=0 CPUtime=0
/proc/31687/stat : 31687 (sh) Z 31658 31658 29559 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 75151531 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/31687/statm: 0 0 0 0 0 0 0
[pid=31688] ppid=1 vsize=0 CPUtime=11.16
/proc/31688/stat : 31688 (minisat) R 1 31658 29559 0 -1 4195332 223357 0 0 0 956 160 0 0 25 0 1 0 75151531 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/31688/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.1
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31658 and gives
#  childrusage.ru_utime.tv_sec=65
#  childrusage.ru_utime.tv_usec=262078
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=701133
# CPU time returned by wait4() is 70.9632
# while last known CPU time is 82.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 84.4492
CPU time (s): 82.1
CPU user time (s): 74.81
CPU system time (s): 7.29
CPU usage (%): 97.2182
Max. virtual memory (cumulated for all children) (KiB): 926100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.2621
system time used= 5.70113
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31781
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96042
involuntary context switches= 97320

runsolver used 0.110983 second user time and 0.292955 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-16 07:00:27
IDJOB=1126556
IDBENCH=64259
IDSOLVER=368
FILE ID=node34/1126556-1216184427
PBS_JOBID= 7905765
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-28_ext.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-1126556-1216184427/watcher-1126556-1216184427 -o /tmp/evaluation-result-1126556-1216184427/solver-1126556-1216184427 -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-1126556-1216184427.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 781205458a54a1f63591e8787fd4edd0
RANDOM SEED=1728163390

node34.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.236
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.236
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:       1917552 kB
Buffers:          4940 kB
Cached:          53488 kB
SwapCached:        256 kB
Active:          70920 kB
Inactive:        14876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917552 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          37196 kB
Slab:            37660 kB
Committed_AS:   224152 kB
PageTables:       1984 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= 66548 MiB
End job on node34 at 2008-07-16 07:01:53