Trace number 2085986

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.05 1816.13

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-25.xml
MD5SUM759679c6c1c3e59ad856a877f5330ac5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
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:18:24 2009
0.00/0.08	c 0	PID 26453
0.00/0.08	c 0	HOST node52.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2085986-1247383104.xml TO HOME/temp.csp
0.00/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-2085986-1247383104.xml' 'HOME/temp.csp'
0.06/0.39	c 0	1 domains, 25 variables, 1 predicates, 0 relations, 300 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	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.42/0.54	c 0	Parsing HOME/temp.csp
0.42/0.57	c 0	parsed 327 expressions
0.42/0.58	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.58	c 0	Converting to clausal form CSP
0.42/0.61	c 0	converted 33 (10%) expressions
0.42/0.63	c 0	converted 66 (20%) expressions
0.42/0.64	c 0	converted 99 (30%) expressions
0.42/0.66	c 0	converted 131 (40%) expressions
0.42/0.67	c 0	converted 164 (50%) expressions
0.42/0.68	c 0	converted 197 (60%) expressions
0.42/0.69	c 0	converted 229 (70%) expressions
0.42/0.70	c 0	converted 262 (80%) expressions
0.42/0.71	c 0	converted 295 (90%) expressions
0.42/0.78	c 0	converted 327 (100%) expressions
0.42/0.78	c 0	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 24
0.42/0.78	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.78	c 0	Propagation in CSP
0.42/0.79	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.79	c 0	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 24
0.42/0.79	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.79	c 0	Simplifing CSP by introducing new Boolean variables
0.42/0.80	c 1	CSP : 25 integers, 600 booleans, 900 clauses, largest domain size 24
0.42/0.80	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.83	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.42/0.83	c 1	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
0.42/0.84	c 1	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
0.42/0.84	c 1	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
0.42/0.84	c 1	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
0.42/0.84	c 1	13 (50%) CSP integer variables are encoded (286 clauses, 3004 bytes)
0.42/0.84	c 1	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
0.42/0.84	c 1	18 (70%) CSP integer variables are encoded (396 clauses, 4214 bytes)
0.42/0.84	c 1	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
0.42/0.84	c 1	23 (90%) CSP integer variables are encoded (506 clauses, 5424 bytes)
0.42/0.84	c 1	25 (100%) CSP integer variables are encoded (550 clauses, 5908 bytes)
0.42/0.86	c 1	90 (10%) CSP clauses are encoded (2020 clauses, 26638 bytes)
0.42/0.87	c 1	180 (20%) CSP clauses are encoded (3490 clauses, 47998 bytes)
0.42/0.88	c 1	270 (30%) CSP clauses are encoded (4960 clauses, 69404 bytes)
0.42/0.88	c 1	360 (40%) CSP clauses are encoded (6430 clauses, 91924 bytes)
0.42/0.89	c 1	450 (50%) CSP clauses are encoded (7900 clauses, 114724 bytes)
0.42/0.90	c 1	540 (60%) CSP clauses are encoded (9370 clauses, 137524 bytes)
0.42/0.90	c 1	630 (70%) CSP clauses are encoded (10840 clauses, 160324 bytes)
0.42/0.90	c 1	720 (80%) CSP clauses are encoded (12310 clauses, 184524 bytes)
0.42/0.91	c 1	810 (90%) CSP clauses are encoded (13780 clauses, 208824 bytes)
0.42/0.92	c 1	900 (100%) CSP clauses are encoded (15250 clauses, 233124 bytes)
0.42/0.92	c 1	900 CSP clauses encoded
0.42/0.92	c 1	Writing map file : HOME/temp.map
0.42/0.92	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.92	c 1	SAT : 1175 SAT variables, 15250 SAT clauses, 233124 bytes
0.42/0.92	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.94	c 1	SOLVING HOME/temp.cnf
0.42/0.94	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1816.11	sh: line 1: 26477 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.00/1816.11	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1816.11	c 1816	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.00/1816.12	c ERROR INTERRUPTED
1800.00/1816.12	s UNKNOWN
1800.00/1816.12	c 1816	CPU 1800.04 (0.05 0.02 1799.61 0.36)
1800.00/1816.12	c 1816	END Sun Jul 12 09:48:40 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-2085986-1247383104/watcher-2085986-1247383104 -o /tmp/evaluation-result-2085986-1247383104/solver-2085986-1247383104 -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-2085986-1247383104.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: 1.92 1.99 1.99 4/81 26453
/proc/meminfo: memFree=1894528/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=12268 CPUtime=0
/proc/26453/stat : 26453 (sugar) R 26451 26453 26065 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25373833 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273662655486 0 0 4224 0 0 0 0 17 1 0 0
/proc/26453/statm: 3067 316 241 3 0 167 0

[startup+0.104993 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 26453
/proc/meminfo: memFree=1894528/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.06
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25373833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202001 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 26453
/proc/meminfo: memFree=1894528/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.06
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25373833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302003 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 26453
/proc/meminfo: memFree=1894528/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.06
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25373833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701029 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 26453
/proc/meminfo: memFree=1894528/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.42
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1309 4559 0 1 5 1 33 3 15 0 1 0 25373833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50108 s]
/proc/loadavg: 1.92 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1890408/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=1552 CPUtime=0.54
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 318 0 0 0 46 8 0 0 24 0 1 0 25373927 1589248 302 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 388 302 48 102 0 283 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 23776

[startup+3.10119 s]
/proc/loadavg: 1.92 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1889768/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=1968 CPUtime=2.13
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 404 0 0 0 205 8 0 0 25 0 1 0 25373927 2015232 388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 492 388 48 102 0 387 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 24192

[startup+6.3014 s]
/proc/loadavg: 1.93 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1889320/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=2064 CPUtime=5.3
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 447 0 0 0 522 8 0 0 25 0 1 0 25373927 2113536 431 996147200 134512640 134931368 4294956256 18446744073709551615 134529356 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 516 431 48 102 0 411 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 24288

[startup+12.7018 s]
/proc/loadavg: 1.93 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1888872/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=2500 CPUtime=11.64
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 544 0 0 0 1156 8 0 0 25 0 1 0 25373927 2560000 528 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 625 528 48 102 0 520 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 24724

[startup+25.5027 s]
/proc/loadavg: 1.95 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1888488/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=2796 CPUtime=24.32
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 640 0 0 0 2424 8 0 0 25 0 1 0 25373927 2863104 624 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 699 624 48 102 0 594 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 25020

[startup+51.1024 s]
/proc/loadavg: 1.96 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1887656/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=3800 CPUtime=49.68
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 892 0 0 0 4960 8 0 0 25 0 1 0 25373927 3891200 849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 950 849 48 102 0 845 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 26024

[startup+102.303 s]
/proc/loadavg: 1.98 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1886312/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=4892 CPUtime=100.4
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 1242 0 0 0 10032 8 0 0 25 0 1 0 25373927 5009408 1132 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 1223 1132 48 102 0 1118 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 27116

[startup+162.303 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1885928/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=5268 CPUtime=159.84
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 1384 0 0 0 15976 8 0 0 25 0 1 0 25373927 5394432 1237 996147200 134512640 134931368 4294956256 18446744073709551615 134544969 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 1317 1237 48 102 0 1212 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 27492

[startup+222.308 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1885224/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=5744 CPUtime=219.29
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 2051 0 0 0 21920 9 0 0 25 0 1 0 25373927 5881856 1359 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 1436 1359 48 102 0 1331 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 27968

[startup+282.303 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 26477
/proc/meminfo: memFree=1885160/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=5844 CPUtime=278.73

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

[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=9960 CPUtime=1229.78
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 9537 0 0 0 122960 18 0 0 25 0 1 0 25373927 10199040 2319 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 2490 2319 48 102 0 2385 0
Current children cumulated CPU time (s) 1230.66
Current children cumulated vsize (KiB) 32184

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26477
/proc/meminfo: memFree=1879976/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=10488 CPUtime=1289.22
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 9839 0 0 0 128904 18 0 0 25 0 1 0 25373927 10739712 2421 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 2622 2421 48 102 0 2517 0
Current children cumulated CPU time (s) 1290.1
Current children cumulated vsize (KiB) 32712

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26477
/proc/meminfo: memFree=1879208/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=11148 CPUtime=1348.66
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 10087 0 0 0 134848 18 0 0 25 0 1 0 25373927 11415552 2602 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 2787 2602 48 102 0 2682 0
Current children cumulated CPU time (s) 1349.54
Current children cumulated vsize (KiB) 33372

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26477
/proc/meminfo: memFree=1877672/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12600 CPUtime=1408.1
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 10585 0 0 0 140791 19 0 0 25 0 1 0 25373927 12902400 2966 996147200 134512640 134931368 4294956256 18446744073709551615 134524019 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 3150 2966 48 102 0 3045 0
Current children cumulated CPU time (s) 1408.98
Current children cumulated vsize (KiB) 34824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26477
/proc/meminfo: memFree=1877800/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12340 CPUtime=1467.55
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 10652 0 0 0 146735 20 0 0 25 0 1 0 25373927 12636160 2914 996147200 134512640 134931368 4294956256 18446744073709551615 134529900 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 3085 2914 48 102 0 2980 0
Current children cumulated CPU time (s) 1468.43
Current children cumulated vsize (KiB) 34564

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26477
/proc/meminfo: memFree=1877800/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12320 CPUtime=1526.99
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 10935 0 0 0 152679 20 0 0 25 0 1 0 25373927 12615680 2915 996147200 134512640 134931368 4294956256 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 3080 2915 48 102 0 2975 0
Current children cumulated CPU time (s) 1527.87
Current children cumulated vsize (KiB) 34544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26477
/proc/meminfo: memFree=1877672/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12320 CPUtime=1586.43
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 11285 0 0 0 158623 20 0 0 25 0 1 0 25373927 12615680 2915 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 3080 2915 48 102 0 2975 0
Current children cumulated CPU time (s) 1587.31
Current children cumulated vsize (KiB) 34544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26506
/proc/meminfo: memFree=1893752/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12320 CPUtime=1645.99
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 11634 0 0 0 164578 21 0 0 25 0 1 0 25373927 12615680 2915 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/26477/statm: 3080 2915 48 102 0 2975 0
Current children cumulated CPU time (s) 1646.87
Current children cumulated vsize (KiB) 34544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26506
/proc/meminfo: memFree=1893816/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12320 CPUtime=1705.75
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 11997 0 0 0 170554 21 0 0 25 0 1 0 25373927 12615680 2922 996147200 134512640 134931368 4294956256 18446744073709551615 134542802 0 0 4096 0 0 0 0 17 0 0 0
/proc/26477/statm: 3080 2922 48 102 0 2975 0
Current children cumulated CPU time (s) 1706.63
Current children cumulated vsize (KiB) 34544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26506
/proc/meminfo: memFree=1893688/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12320 CPUtime=1765.51
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 12362 0 0 0 176530 21 0 0 25 0 1 0 25373927 12615680 2922 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/26477/statm: 3080 2922 48 102 0 2975 0
Current children cumulated CPU time (s) 1766.39
Current children cumulated vsize (KiB) 34544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26544
/proc/meminfo: memFree=1692576/2055920 swapFree=4192812/4192956
[pid=26453] ppid=26451 vsize=16868 CPUtime=0.88
/proc/26453/stat : 26453 (sugar) S 26451 26453 26065 0 -1 4194304 1364 11090 0 2 5 1 74 8 16 0 1 0 25373833 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26453/statm: 4217 1112 409 3 0 796 0
[pid=26476] ppid=26453 vsize=5356 CPUtime=0
/proc/26476/stat : 26476 (sh) S 26453 26453 26065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25373927 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 1339 232 193 169 0 50 0
[pid=26477] ppid=26476 vsize=12320 CPUtime=1799.12
/proc/26477/stat : 26477 (picosat) R 26476 26453 26065 0 -1 4194304 12508 0 0 0 179886 26 0 0 25 0 1 0 25373927 12615680 2922 996147200 134512640 134931368 4294956256 18446744073709551615 134529856 0 0 4096 0 0 0 0 17 1 0 0
/proc/26477/statm: 3080 2922 48 102 0 2975 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 34544

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): 1816.13
CPU time (s): 1800.05
CPU user time (s): 1799.67
CPU system time (s): 0.384941
CPU usage (%): 99.115
Max. virtual memory (cumulated for all children) (KiB): 35092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25742
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= 892
involuntary context switches= 70949

runsolver used 2.19367 second user time and 6.00409 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 09:18:24
IDJOB=2085986
IDBENCH=58544
IDSOLVER=738
FILE ID=node52/2085986-1247383104
PBS_JOBID= 9507290
Free space on /tmp= 66144 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-25.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-2085986-1247383104/watcher-2085986-1247383104 -o /tmp/evaluation-result-2085986-1247383104/solver-2085986-1247383104 -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-2085986-1247383104.xml

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

MD5SUM BENCH= 759679c6c1c3e59ad856a877f5330ac5
RANDOM SEED=1268322657

node52.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:       1895008 kB
Buffers:         10556 kB
Cached:          67848 kB
SwapCached:          0 kB
Active:          84944 kB
Inactive:        27132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          54124 kB
Slab:            33788 kB
Committed_AS:   239824 kB
PageTables:       1996 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= 66116 MiB
End job on node52 at 2009-07-12 09:48:42