Trace number 2089924

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 1806.02

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-37_ext.xml
MD5SUM8a57b1b1e952d1328c4594be81a6d47d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints336
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension336
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 11:26:04 2009
0.04/0.07	c 0	PID 27704
0.04/0.07	c 0	HOST node85.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2089924-1247390764.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2089924-1247390764.xml' 'HOME/temp.csp'
0.07/0.53	c 1	1 domains, 40 variables, 0 predicates, 336 relations, 336 constraints
0.07/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.54	c 1	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.52/0.62	c 1	Parsing HOME/temp.csp
0.52/0.83	c 1	parsed 713 expressions
0.52/0.84	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.84	c 1	Converting to clausal form CSP
0.52/0.86	c 1	converted 72 (10%) expressions
0.52/0.86	c 1	converted 143 (20%) expressions
0.52/0.86	c 1	converted 214 (30%) expressions
0.52/0.87	c 1	converted 286 (40%) expressions
0.52/0.87	c 1	converted 357 (50%) expressions
0.52/0.94	c 1	converted 428 (60%) expressions
0.52/0.96	c 1	converted 500 (70%) expressions
0.52/0.97	c 1	converted 571 (80%) expressions
0.52/0.99	c 1	converted 642 (90%) expressions
0.96/1.01	c 1	converted 713 (100%) expressions
0.96/1.01	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
0.96/1.01	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.01	c 1	Propagation in CSP
0.96/1.01	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.96/1.01	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
0.96/1.01	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.02	c 1	Simplifing CSP by introducing new Boolean variables
0.96/1.02	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
0.96/1.02	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.96/1.06	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
0.96/1.07	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
0.96/1.07	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
0.96/1.07	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
0.96/1.07	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
0.96/1.07	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
0.96/1.07	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
0.96/1.07	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
0.96/1.07	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
0.96/1.07	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.06/1.12	c 1	34 (10%) CSP clauses are encoded (2892 clauses, 42957 bytes)
1.06/1.14	c 1	68 (20%) CSP clauses are encoded (5070 clauses, 79301 bytes)
1.06/1.16	c 1	101 (30%) CSP clauses are encoded (7260 clauses, 117909 bytes)
1.06/1.17	c 1	135 (40%) CSP clauses are encoded (9375 clauses, 157638 bytes)
1.06/1.18	c 1	168 (50%) CSP clauses are encoded (11459 clauses, 196799 bytes)
1.06/1.20	c 1	202 (60%) CSP clauses are encoded (13623 clauses, 237356 bytes)
1.16/1.21	c 1	236 (70%) CSP clauses are encoded (15780 clauses, 277836 bytes)
1.16/1.22	c 1	269 (80%) CSP clauses are encoded (17926 clauses, 317875 bytes)
1.16/1.23	c 1	303 (90%) CSP clauses are encoded (19982 clauses, 356674 bytes)
1.16/1.25	c 1	336 (100%) CSP clauses are encoded (22199 clauses, 398221 bytes)
1.16/1.25	c 1	336 CSP clauses encoded
1.16/1.25	c 2	Writing map file : HOME/temp.map
1.16/1.25	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/1.25	c 2	SAT : 720 SAT variables, 22199 SAT clauses, 398221 bytes
1.16/1.25	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/1.28	c 2	SOLVING HOME/temp.cnf
1.16/1.28	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1806.00	sh: line 1: 27728 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1806.00	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1806.00	c 1806	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.08/1806.01	c ERROR INTERRUPTED
1800.08/1806.02	s UNKNOWN
1800.08/1806.02	c 1806	CPU 1800.09 (0.05 0.02 1799.71 0.31)
1800.08/1806.02	c 1806	END Sun Jul 12 11:56:10 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-2089924-1247390764/watcher-2089924-1247390764 -o /tmp/evaluation-result-2089924-1247390764/solver-2089924-1247390764 -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-2089924-1247390764.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.00 2.01 2.01 4/85 27704
/proc/meminfo: memFree=1772760/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=12268 CPUtime=0
/proc/27704/stat : 27704 (sugar) D 27702 27704 25333 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 26141747 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/27704/statm: 3067 316 241 3 0 167 0

[startup+0.0537801 s]
/proc/loadavg: 2.00 2.01 2.01 4/85 27704
/proc/meminfo: memFree=1772760/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=15948 CPUtime=0.04
/proc/27704/stat : 27704 (sugar) R 27702 27704 25333 0 -1 4194304 912 0 0 0 3 1 0 0 18 0 1 0 26141747 16330752 880 996147200 4194304 4206940 548682068608 18446744073709551615 214962737577 0 0 4224 0 0 0 0 17 1 0 0
/proc/27704/statm: 3987 881 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101781 s]
/proc/loadavg: 2.00 2.01 2.01 4/85 27704
/proc/meminfo: memFree=1772760/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=0.07
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 26141747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301801 s]
/proc/loadavg: 2.00 2.01 2.01 4/85 27704
/proc/meminfo: memFree=1772760/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=0.07
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 26141747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701853 s]
/proc/loadavg: 2.00 2.01 2.01 4/85 27704
/proc/meminfo: memFree=1772760/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=0.52
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1309 4806 0 1 5 2 41 4 16 0 1 0 26141747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50194 s]
/proc/loadavg: 2.00 2.01 2.01 3/96 27726
/proc/meminfo: memFree=1755840/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16868

[startup+3.10212 s]
/proc/loadavg: 2.00 2.01 2.01 3/88 27728
/proc/meminfo: memFree=1767296/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=1924 CPUtime=1.8
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 416 0 0 0 168 12 0 0 25 0 1 0 26141876 1970176 400 996147200 134512640 134931368 4294956256 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 481 400 48 102 0 376 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 24148

[startup+6.30149 s]
/proc/loadavg: 2.00 2.01 2.01 3/88 27728
/proc/meminfo: memFree=1766912/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=2236 CPUtime=4.98
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 475 0 0 0 486 12 0 0 25 0 1 0 26141876 2289664 459 996147200 134512640 134931368 4294956256 18446744073709551615 134522688 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 559 459 48 102 0 454 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 24460

[startup+12.7012 s]
/proc/loadavg: 2.08 2.03 2.02 3/88 27728
/proc/meminfo: memFree=1766592/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=2368 CPUtime=11.34
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 540 0 0 0 1122 12 0 0 25 0 1 0 26141876 2424832 524 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 592 524 48 102 0 487 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 24592

[startup+25.5017 s]
/proc/loadavg: 2.14 2.04 2.02 3/88 27728
/proc/meminfo: memFree=1766144/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=2904 CPUtime=24.09
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 637 0 0 0 2397 12 0 0 25 0 1 0 26141876 2973696 621 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 726 621 48 102 0 621 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 25128

[startup+51.1016 s]
/proc/loadavg: 2.09 2.04 2.02 3/88 27728
/proc/meminfo: memFree=1765760/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=3440 CPUtime=49.55
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 779 0 0 0 4943 12 0 0 25 0 1 0 26141876 3522560 763 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 860 763 48 102 0 755 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 25664

[startup+102.306 s]
/proc/loadavg: 2.08 2.04 2.02 3/88 27728
/proc/meminfo: memFree=1765056/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=3952 CPUtime=100.52
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 918 0 0 0 10039 13 0 0 25 0 1 0 26141876 4046848 898 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 988 898 48 102 0 883 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 26176

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.02 3/88 27728
/proc/meminfo: memFree=1764480/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=4180 CPUtime=160.22
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 1120 0 0 0 16009 13 0 0 25 0 1 0 26141876 4280320 972 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 1045 972 48 102 0 940 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 26404

[startup+222.302 s]
/proc/loadavg: 2.07 2.05 2.02 3/88 27728
/proc/meminfo: memFree=1763968/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=4844 CPUtime=219.92
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 1399 0 0 0 21979 13 0 0 25 0 1 0 26141876 4960256 1104 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 1211 1104 48 102 0 1106 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 27068

[startup+282.302 s]
/proc/loadavg: 2.06 2.05 2.02 3/88 27728
/proc/meminfo: memFree=1763776/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=5080 CPUtime=279.64
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 1772 0 0 0 27950 14 0 0 25 0 1 0 26141876 5201920 1158 996147200 134512640 134931368 4294956256 18446744073709551615 134522805 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 1270 1158 48 102 0 1165 0
Current children cumulated CPU time (s) 280.86
Current children cumulated vsize (KiB) 27304

[startup+342.302 s]

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

[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=7720 CPUtime=1235.32
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 5685 0 0 0 123512 20 0 0 25 0 1 0 26141876 7905280 1820 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 1930 1820 48 102 0 1825 0
Current children cumulated CPU time (s) 1236.54
Current children cumulated vsize (KiB) 29944

[startup+1302.3 s]
/proc/loadavg: 2.04 2.06 2.06 3/85 27833
/proc/meminfo: memFree=1799064/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=7984 CPUtime=1295.3
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 5911 0 0 0 129510 20 0 0 25 0 1 0 26141876 8175616 1860 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 1996 1860 48 102 0 1891 0
Current children cumulated CPU time (s) 1296.52
Current children cumulated vsize (KiB) 30208

[startup+1362.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/85 27833
/proc/meminfo: memFree=1799128/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=7732 CPUtime=1355.28
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 6035 0 0 0 135508 20 0 0 25 0 1 0 26141876 7917568 1829 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 1933 1829 48 102 0 1828 0
Current children cumulated CPU time (s) 1356.5
Current children cumulated vsize (KiB) 29956

[startup+1422.31 s]
/proc/loadavg: 2.05 2.06 2.06 3/85 27833
/proc/meminfo: memFree=1798680/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=8384 CPUtime=1415.27
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 6269 0 0 0 141506 21 0 0 25 0 1 0 26141876 8585216 1935 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2096 1935 48 102 0 1991 0
Current children cumulated CPU time (s) 1416.49
Current children cumulated vsize (KiB) 30608

[startup+1482.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/85 27833
/proc/meminfo: memFree=1798680/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=8384 CPUtime=1475.25
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 6335 0 0 0 147504 21 0 0 25 0 1 0 26141876 8585216 1935 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2096 1935 48 102 0 1991 0
Current children cumulated CPU time (s) 1476.47
Current children cumulated vsize (KiB) 30608

[startup+1542.3 s]
/proc/loadavg: 2.02 2.05 2.06 3/85 27835
/proc/meminfo: memFree=1798488/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=8516 CPUtime=1535.23
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 6548 0 0 0 153502 21 0 0 25 0 1 0 26141876 8720384 1950 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2129 1950 48 102 0 2024 0
Current children cumulated CPU time (s) 1536.45
Current children cumulated vsize (KiB) 30740

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/85 27835
/proc/meminfo: memFree=1798232/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=8780 CPUtime=1595.21
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 6750 0 0 0 159500 21 0 0 25 0 1 0 26141876 8990720 2017 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2195 2017 48 102 0 2090 0
Current children cumulated CPU time (s) 1596.43
Current children cumulated vsize (KiB) 31004

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/85 27835
/proc/meminfo: memFree=1798168/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=8780 CPUtime=1655.19
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 6888 0 0 0 165498 21 0 0 25 0 1 0 26141876 8990720 2017 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2195 2017 48 102 0 2090 0
Current children cumulated CPU time (s) 1656.41
Current children cumulated vsize (KiB) 31004

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/85 27835
/proc/meminfo: memFree=1798040/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=8780 CPUtime=1715.17
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 7043 0 0 0 171496 21 0 0 25 0 1 0 26141876 8990720 2034 996147200 134512640 134931368 4294956256 18446744073709551615 134521474 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2195 2034 48 102 0 2090 0
Current children cumulated CPU time (s) 1716.39
Current children cumulated vsize (KiB) 31004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/85 27835
/proc/meminfo: memFree=1797720/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=9176 CPUtime=1775.16
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 7258 0 0 0 177494 22 0 0 25 0 1 0 26141876 9396224 2111 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2294 2111 48 102 0 2189 0
Current children cumulated CPU time (s) 1776.38
Current children cumulated vsize (KiB) 31400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.01 2.03 2.04 3/85 27835
/proc/meminfo: memFree=1797720/2055920 swapFree=4192812/4192956
[pid=27704] ppid=27702 vsize=16868 CPUtime=1.22
/proc/27704/stat : 27704 (sugar) S 27702 27704 25333 0 -1 4194304 1365 11941 0 2 5 2 107 8 16 0 1 0 26141747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27704/statm: 4217 1113 409 3 0 796 0
[pid=27727] ppid=27704 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27704 27704 25333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26141876 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27727/statm: 1339 232 193 169 0 50 0
[pid=27728] ppid=27727 vsize=9176 CPUtime=1798.86
/proc/27728/stat : 27728 (picosat) R 27727 27704 25333 0 -1 4194304 7258 0 0 0 179864 22 0 0 25 0 1 0 26141876 9396224 2111 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27728/statm: 2294 2111 48 102 0 2189 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 31400

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): 1806.02
CPU time (s): 1800.12
CPU user time (s): 1799.77
CPU system time (s): 0.341948
CPU usage (%): 99.673
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21346
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= 1812
involuntary context switches= 36399

runsolver used 2.41263 second user time and 5.14522 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 11:26:04
IDJOB=2089924
IDBENCH=59646
IDSOLVER=738
FILE ID=node85/2089924-1247390764
PBS_JOBID= 9507297
Free space on /tmp= 126552 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-37_ext.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-2089924-1247390764/watcher-2089924-1247390764 -o /tmp/evaluation-result-2089924-1247390764/solver-2089924-1247390764 -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-2089924-1247390764.xml

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

MD5SUM BENCH= 8a57b1b1e952d1328c4594be81a6d47d
RANDOM SEED=1552026718

node85.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.220
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.220
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:       1773240 kB
Buffers:         19888 kB
Cached:          97956 kB
SwapCached:          0 kB
Active:         194328 kB
Inactive:        38148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         130196 kB
Slab:            35320 kB
Committed_AS:   891432 kB
PageTables:       1948 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= 126528 MiB
End job on node85 at 2009-07-12 11:56:12