Trace number 2085865

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.14.6+picosat? (TO) 1800.12 1809.82

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-4-insertions-4-4.xml
MD5SUM085e453a39e64b1799e73e4b2f36d4a9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables475
Number of constraints1795
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1795
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:12:35 2009
0.00/0.08	c 0	PID 27367
0.07/0.08	c 0	HOST node14.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085865-1247382755.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085865-1247382755.xml' 'HOME/temp.csp'
0.07/0.54	c 0	1 domains, 475 variables, 1 predicates, 0 relations, 1795 constraints
0.07/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.64	c 0	Parsing HOME/temp.csp
0.51/0.72	c 1	parsed 2272 expressions
0.51/0.73	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.73	c 1	Converting to clausal form CSP
0.51/0.75	c 1	converted 228 (10%) expressions
0.51/0.76	c 1	converted 455 (20%) expressions
0.51/0.84	c 1	converted 682 (30%) expressions
0.51/0.94	c 1	converted 909 (40%) expressions
0.51/0.96	c 1	converted 1136 (50%) expressions
0.51/0.98	c 1	converted 1364 (60%) expressions
0.51/1.00	c 1	converted 1591 (70%) expressions
0.93/1.01	c 1	converted 1818 (80%) expressions
0.93/1.02	c 1	converted 2045 (90%) expressions
0.93/1.03	c 1	converted 2272 (100%) expressions
0.93/1.03	c 1	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
0.93/1.03	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.03	c 1	Propagation in CSP
0.93/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.05	c 1	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
0.93/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.09	c 1	CSP : 475 integers, 3590 booleans, 5385 clauses, largest domain size 4
0.93/1.09	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.14	c 1	48 (10%) CSP integer variables are encoded (96 clauses, 976 bytes)
1.02/1.14	c 1	95 (20%) CSP integer variables are encoded (190 clauses, 2010 bytes)
1.02/1.14	c 1	143 (30%) CSP integer variables are encoded (286 clauses, 3066 bytes)
1.02/1.14	c 1	190 (40%) CSP integer variables are encoded (380 clauses, 4100 bytes)
1.02/1.14	c 1	238 (50%) CSP integer variables are encoded (476 clauses, 5156 bytes)
1.02/1.15	c 1	285 (60%) CSP integer variables are encoded (570 clauses, 6190 bytes)
1.02/1.15	c 1	333 (70%) CSP integer variables are encoded (666 clauses, 7246 bytes)
1.02/1.15	c 1	380 (80%) CSP integer variables are encoded (760 clauses, 8468 bytes)
1.02/1.15	c 1	428 (90%) CSP integer variables are encoded (856 clauses, 9716 bytes)
1.02/1.15	c 1	475 (100%) CSP integer variables are encoded (950 clauses, 10938 bytes)
1.02/1.18	c 1	539 (10%) CSP clauses are encoded (2569 clauses, 32784 bytes)
1.12/1.20	c 1	1077 (20%) CSP clauses are encoded (4181 clauses, 55880 bytes)
1.12/1.21	c 1	1616 (30%) CSP clauses are encoded (5800 clauses, 79268 bytes)
1.12/1.22	c 1	2154 (40%) CSP clauses are encoded (7412 clauses, 102550 bytes)
1.12/1.24	c 1	2693 (50%) CSP clauses are encoded (9031 clauses, 125938 bytes)
1.12/1.24	c 1	3231 (60%) CSP clauses are encoded (10643 clauses, 149220 bytes)
1.12/1.25	c 1	3770 (70%) CSP clauses are encoded (12262 clauses, 173190 bytes)
1.12/1.26	c 1	4308 (80%) CSP clauses are encoded (13874 clauses, 197546 bytes)
1.12/1.26	c 1	4847 (90%) CSP clauses are encoded (15493 clauses, 222878 bytes)
1.12/1.27	c 1	5385 (100%) CSP clauses are encoded (17105 clauses, 248308 bytes)
1.12/1.27	c 1	5385 CSP clauses encoded
1.12/1.27	c 1	Writing map file : HOME/temp.map
1.12/1.28	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.28	c 1	SAT : 5015 SAT variables, 17105 SAT clauses, 248308 bytes
1.12/1.28	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.30	c 1	SOLVING HOME/temp.cnf
1.20/1.30	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1809.81	sh: line 1: 27391 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1809.81	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1809.81	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1809.81	c ERROR INTERRUPTED
1800.09/1809.82	s UNKNOWN
1800.09/1809.82	c 1810	CPU 1800.11 (0.06 0.02 1799.6 0.43)
1800.09/1809.82	c 1810	END Sun Jul 12 09:42:45 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085865-1247382755/watcher-2085865-1247382755 -o /tmp/evaluation-result-2085865-1247382755/solver-2085865-1247382755 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2085865-1247382755.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.10 2.04 4/81 27367
/proc/meminfo: memFree=1819024/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=18576 CPUtime=0
/proc/27367/stat : 27367 (runsolver) R 27365 27367 26843 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25342419 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27367/statm: 4644 284 249 26 0 2626 0

[startup+0.082116 s]
/proc/loadavg: 2.16 2.10 2.04 4/81 27367
/proc/meminfo: memFree=1819024/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16740 CPUtime=0.07
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1152 0 0 0 5 2 0 0 20 0 1 0 25342419 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.108649 s]
/proc/loadavg: 2.16 2.10 2.04 4/81 27367
/proc/meminfo: memFree=1819024/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=0.07
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 25342419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30183 s]
/proc/loadavg: 2.16 2.10 2.04 4/81 27367
/proc/meminfo: memFree=1819024/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=0.07
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 25342419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702907 s]
/proc/loadavg: 2.16 2.10 2.04 4/81 27367
/proc/meminfo: memFree=1819024/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=0.51
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1309 5156 0 1 5 2 41 3 16 0 1 0 25342419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50104 s]
/proc/loadavg: 2.16 2.10 2.04 4/92 27389
/proc/meminfo: memFree=1804024/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.10131 s]
/proc/loadavg: 2.16 2.10 2.04 3/84 27391
/proc/meminfo: memFree=1814008/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=1972 CPUtime=1.76
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 398 0 0 0 169 7 0 0 25 0 1 0 25342550 2019328 382 996147200 134512640 134931368 4294956256 18446744073709551615 134530019 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 493 382 48 102 0 388 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 24196

[startup+6.30186 s]
/proc/loadavg: 2.15 2.10 2.04 4/84 27391
/proc/meminfo: memFree=1813752/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=2220 CPUtime=4.93
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 454 0 0 0 486 7 0 0 25 0 1 0 25342550 2273280 438 996147200 134512640 134931368 4294956256 18446744073709551615 134529280 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 555 438 48 102 0 450 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24444

[startup+12.702 s]
/proc/loadavg: 2.13 2.10 2.04 4/84 27391
/proc/meminfo: memFree=1813240/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=2708 CPUtime=11.27
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 569 0 0 0 1120 7 0 0 25 0 1 0 25342550 2772992 553 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 677 553 48 102 0 572 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 24932

[startup+25.5022 s]
/proc/loadavg: 2.10 2.09 2.04 3/84 27391
/proc/meminfo: memFree=1812728/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=3332 CPUtime=23.95
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 728 0 0 0 2388 7 0 0 25 0 1 0 25342550 3411968 712 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 833 712 48 102 0 728 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 25556

[startup+51.1026 s]
/proc/loadavg: 2.07 2.08 2.04 4/84 27391
/proc/meminfo: memFree=1811448/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=4540 CPUtime=49.29
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 1029 0 0 0 4922 7 0 0 25 0 1 0 25342550 4648960 1013 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 1135 1013 48 102 0 1030 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 26764

[startup+102.307 s]
/proc/loadavg: 2.03 2.07 2.03 4/84 27391
/proc/meminfo: memFree=1810296/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=5648 CPUtime=99.98
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 1312 0 0 0 9990 8 0 0 25 0 1 0 25342550 5783552 1296 996147200 134512640 134931368 4294956256 18446744073709551615 134549502 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 1412 1296 48 102 0 1307 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 27872

[startup+162.303 s]
/proc/loadavg: 2.01 2.05 2.03 3/84 27391
/proc/meminfo: memFree=1808568/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=7312 CPUtime=159.37
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 1900 0 0 0 15928 9 0 0 25 0 1 0 25342550 7487488 1702 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 1828 1702 48 102 0 1723 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 29536

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 27391
/proc/meminfo: memFree=1807736/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=8024 CPUtime=218.75
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 2082 0 0 0 21866 9 0 0 25 0 1 0 25342550 8216576 1884 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 2006 1884 48 102 0 1901 0
Current children cumulated CPU time (s) 219.98
Current children cumulated vsize (KiB) 30248

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 27391
/proc/meminfo: memFree=1806904/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=8704 CPUtime=278.14
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 2520 0 0 0 27804 10 0 0 25 0 1 0 25342550 8912896 2062 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 2176 2062 48 102 0 2071 0
Current children cumulated CPU time (s) 279.37
Current children cumulated vsize (KiB) 30928

[startup+342.303 s]

################
# More data... #
################

[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=17764 CPUtime=1233.77
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 7068 0 0 0 123348 29 0 0 25 0 1 0 25342550 18190336 4282 996147200 134512640 134931368 4294956256 18446744073709551615 134524200 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 4441 4282 48 102 0 4336 0
Current children cumulated CPU time (s) 1235
Current children cumulated vsize (KiB) 39988

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 28131
/proc/meminfo: memFree=1826504/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=17332 CPUtime=1293.74
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 7210 0 0 0 129345 29 0 0 25 0 1 0 25342550 17747968 4191 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 4333 4191 48 102 0 4228 0
Current children cumulated CPU time (s) 1294.97
Current children cumulated vsize (KiB) 39556

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 28131
/proc/meminfo: memFree=1826696/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=17128 CPUtime=1353.71
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 7543 0 0 0 135342 29 0 0 25 0 1 0 25342550 17539072 4140 996147200 134512640 134931368 4294956256 18446744073709551615 134529446 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 4282 4140 48 102 0 4177 0
Current children cumulated CPU time (s) 1354.94
Current children cumulated vsize (KiB) 39352

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 28131
/proc/meminfo: memFree=1824648/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=19224 CPUtime=1413.68
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 8171 0 0 0 141339 29 0 0 25 0 1 0 25342550 19685376 4650 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 4806 4650 48 102 0 4701 0
Current children cumulated CPU time (s) 1414.91
Current children cumulated vsize (KiB) 41448

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/86 28169
/proc/meminfo: memFree=1409272/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=20620 CPUtime=1473.42
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 8583 0 0 0 147312 30 0 0 25 0 1 0 25342550 21114880 4989 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 5155 4989 48 102 0 5050 0
Current children cumulated CPU time (s) 1474.65
Current children cumulated vsize (KiB) 42844

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/86 28169
/proc/meminfo: memFree=1146424/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=20540 CPUtime=1533.11
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 8583 0 0 0 153281 30 0 0 25 0 1 0 25342550 21032960 4989 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 5135 4989 48 102 0 5030 0
Current children cumulated CPU time (s) 1534.34
Current children cumulated vsize (KiB) 42764

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/86 28169
/proc/meminfo: memFree=1145144/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=21728 CPUtime=1592.55
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 9041 0 0 0 159224 31 0 0 25 0 1 0 25342550 22249472 5287 996147200 134512640 134931368 4294956256 18446744073709551615 134549427 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 5432 5287 48 102 0 5327 0
Current children cumulated CPU time (s) 1593.78
Current children cumulated vsize (KiB) 43952

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/86 28169
/proc/meminfo: memFree=1138232/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=21992 CPUtime=1651.98
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 9192 0 0 0 165167 31 0 0 25 0 1 0 25342550 22519808 5358 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/27391/statm: 5498 5358 48 102 0 5393 0
Current children cumulated CPU time (s) 1653.21
Current children cumulated vsize (KiB) 44216

[startup+1722.3 s]
/proc/loadavg: 2.52 2.14 2.04 4/86 28169
/proc/meminfo: memFree=1129976/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=21992 CPUtime=1711.4
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 9192 0 0 0 171109 31 0 0 25 0 1 0 25342550 22519808 5358 996147200 134512640 134931368 4294956256 18446744073709551615 134529850 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 5498 5358 48 102 0 5393 0
Current children cumulated CPU time (s) 1712.63
Current children cumulated vsize (KiB) 44216

[startup+1782.3 s]
/proc/loadavg: 2.22 2.12 2.04 3/84 28211
/proc/meminfo: memFree=1741248/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=21964 CPUtime=1771.37
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 9192 0 0 0 177104 33 0 0 25 0 1 0 25342550 22491136 5357 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 5491 5357 48 102 0 5386 0
Current children cumulated CPU time (s) 1772.6
Current children cumulated vsize (KiB) 44188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 2.13 2.11 2.04 3/84 28211
/proc/meminfo: memFree=1741184/2055920 swapFree=4192812/4192956
[pid=27367] ppid=27365 vsize=16868 CPUtime=1.23
/proc/27367/stat : 27367 (sugar) S 27365 27367 26843 0 -1 4194304 1365 12347 0 2 6 2 106 9 16 0 1 0 25342419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27367/statm: 4217 1113 409 3 0 796 0
[pid=27390] ppid=27367 vsize=5356 CPUtime=0
/proc/27390/stat : 27390 (sh) S 27367 27367 26843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25342550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27390/statm: 1339 232 193 169 0 50 0
[pid=27391] ppid=27390 vsize=21956 CPUtime=1798.86
/proc/27391/stat : 27391 (picosat) R 27390 27367 26843 0 -1 4194304 9192 0 0 0 179853 33 0 0 25 0 1 0 25342550 22482944 5355 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/27391/statm: 5489 5355 48 102 0 5384 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 44180

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

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

Child status: 0
Real time (s): 1809.82
CPU time (s): 1800.12
CPU user time (s): 1799.66
CPU system time (s): 0.45993
CPU usage (%): 99.4642
Max. virtual memory (cumulated for all children) (KiB): 890808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23663
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= 1837
involuntary context switches= 38445

runsolver used 2.25366 second user time and 5.78712 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 09:12:35
IDJOB=2085865
IDBENCH=58523
IDSOLVER=738
FILE ID=node14/2085865-1247382755
PBS_JOBID= 9507227
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-4-insertions-4-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085865-1247382755/watcher-2085865-1247382755 -o /tmp/evaluation-result-2085865-1247382755/solver-2085865-1247382755 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2085865-1247382755.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 085e453a39e64b1799e73e4b2f36d4a9
RANDOM SEED=979954830

node14.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.265
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.265
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:       1819504 kB
Buffers:         27648 kB
Cached:         102640 kB
SwapCached:          0 kB
Active:         111600 kB
Inactive:        71048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          72816 kB
Slab:            38756 kB
Committed_AS:   253076 kB
PageTables:       1980 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= 66516 MiB
End job on node14 at 2009-07-12 09:42:47