Trace number 2081432

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 1808.03

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-9.xml
MD5SUM87a3523ef2aacb9925cbe2e7c09e1eed
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 variables82
Number of constraints3262
Maximum constraint arity2
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3262
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 06:25:34 2009
0.02/0.07	c 0	PID 24919
0.02/0.07	c 0	HOST node76.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2081432-1247372734.xml TO HOME/temp.csp
0.02/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-2081432-1247372734.xml' 'HOME/temp.csp'
0.06/0.58	c 1	2 domains, 82 variables, 3 predicates, 0 relations, 3262 constraints
0.06/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	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.56/0.67	c 1	Parsing HOME/temp.csp
0.56/0.76	c 1	parsed 3349 expressions
0.56/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.77	c 1	Converting to clausal form CSP
0.56/0.98	c 1	converted 335 (10%) expressions
0.95/1.02	c 1	converted 670 (20%) expressions
0.95/1.04	c 1	converted 1005 (30%) expressions
0.95/1.05	c 1	converted 1340 (40%) expressions
0.95/1.07	c 1	converted 1675 (50%) expressions
0.95/1.08	c 1	converted 2010 (60%) expressions
0.95/1.09	c 1	converted 2345 (70%) expressions
1.04/1.11	c 1	converted 2680 (80%) expressions
1.04/1.13	c 1	converted 3015 (90%) expressions
1.04/1.16	c 1	converted 3349 (100%) expressions
1.04/1.16	c 1	CSP : 432 integers, 248 booleans, 4836 clauses, largest domain size 81
1.04/1.16	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 1	Propagation in CSP
1.14/1.23	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.23	c 1	CSP : 432 integers, 248 booleans, 4836 clauses, largest domain size 81
1.14/1.23	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.27	c 1	CSP : 432 integers, 7340 booleans, 11928 clauses, largest domain size 81
1.14/1.27	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.35	c 1	44 (10%) CSP integer variables are encoded (3410 clauses, 42213 bytes)
1.24/1.35	c 1	87 (20%) CSP integer variables are encoded (6435 clauses, 81538 bytes)
1.24/1.35	c 1	130 (30%) CSP integer variables are encoded (6732 clauses, 85399 bytes)
1.24/1.36	c 1	173 (40%) CSP integer variables are encoded (7033 clauses, 89312 bytes)
1.24/1.36	c 1	216 (50%) CSP integer variables are encoded (7334 clauses, 93225 bytes)
1.24/1.36	c 1	260 (60%) CSP integer variables are encoded (7642 clauses, 97229 bytes)
1.24/1.36	c 1	303 (70%) CSP integer variables are encoded (7943 clauses, 101142 bytes)
1.24/1.36	c 1	346 (80%) CSP integer variables are encoded (8244 clauses, 105055 bytes)
1.24/1.36	c 1	389 (90%) CSP integer variables are encoded (8545 clauses, 108968 bytes)
1.24/1.36	c 1	432 (100%) CSP integer variables are encoded (8846 clauses, 112881 bytes)
1.44/1.53	c 2	1193 (10%) CSP clauses are encoded (67279 clauses, 1321396 bytes)
1.53/1.65	c 2	2386 (20%) CSP clauses are encoded (127300 clauses, 2445969 bytes)
1.63/1.76	c 2	3579 (30%) CSP clauses are encoded (187321 clauses, 3578002 bytes)
1.74/1.87	c 2	4772 (40%) CSP clauses are encoded (247131 clauses, 4758394 bytes)
1.84/1.99	c 2	5964 (50%) CSP clauses are encoded (306654 clauses, 5934028 bytes)
1.94/2.10	c 2	7157 (60%) CSP clauses are encoded (364799 clauses, 7082949 bytes)
2.04/2.20	c 2	8350 (70%) CSP clauses are encoded (422664 clauses, 8223914 bytes)
2.23/2.30	c 2	9543 (80%) CSP clauses are encoded (479441 clauses, 9344750 bytes)
2.23/2.40	c 3	10736 (90%) CSP clauses are encoded (533042 clauses, 10398268 bytes)
2.33/2.48	c 3	11928 (100%) CSP clauses are encoded (578114 clauses, 11276876 bytes)
2.33/2.48	c 3	11928 CSP clauses encoded
2.33/2.48	c 3	Writing map file : HOME/temp.map
2.33/2.49	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.33/2.49	c 3	SAT : 16618 SAT variables, 578114 SAT clauses, 11276876 bytes
2.33/2.49	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.42/2.53	c 3	SOLVING HOME/temp.cnf
2.42/2.53	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1808.01	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1808.01	c 1808	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/1808.02	c ERROR INTERRUPTED
1800.00/1808.02	s UNKNOWN
1800.00/1808.02	c 1808	CPU 2.45 (0.05 0.02 2.21 0.17)
1800.00/1808.02	c 1808	END Sun Jul 12 06:55:42 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-2081432-1247372734/watcher-2081432-1247372734 -o /tmp/evaluation-result-2081432-1247372734/solver-2081432-1247372734 -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-2081432-1247372734.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.46 2.41 2.45 4/82 24919
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=12272 CPUtime=0
/proc/24919/stat : 24919 (sugar) R 24917 24919 19619 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24338749 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 1 0 0
/proc/24919/statm: 3068 327 246 3 0 168 0

[startup+0.0363459 s]
/proc/loadavg: 2.46 2.41 2.45 4/82 24919
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=13336 CPUtime=0.02
/proc/24919/stat : 24919 (sugar) R 24917 24919 19619 0 -1 4194304 735 0 0 0 2 0 0 0 18 0 1 0 24338749 13656064 703 996147200 4194304 4206940 548682068608 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 1 0 0
/proc/24919/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102364 s]
/proc/loadavg: 2.46 2.41 2.45 4/82 24919
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=0.06
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24338749 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302403 s]
/proc/loadavg: 2.46 2.41 2.45 4/82 24919
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=0.06
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24338749 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701474 s]
/proc/loadavg: 2.46 2.41 2.45 4/82 24919
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=0.56
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1309 6746 0 1 5 1 46 4 16 0 1 0 24338749 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 2.46 2.41 2.45 3/93 24941
/proc/meminfo: memFree=1737376/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=0.56
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1310 6746 0 1 5 1 46 4 15 0 1 0 24338749 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1111 409 3 0 796 0
[pid=24932] ppid=24919 vsize=5356 CPUtime=0
/proc/24932/stat : 24932 (sh) S 24919 24919 19619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24338809 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24932/statm: 1339 233 193 169 0 50 0
[pid=24933] ppid=24932 vsize=868676 CPUtime=0.88
/proc/24933/stat : 24933 (java) S 24932 24919 19619 0 -1 0 7728 0 1 0 84 4 0 0 18 0 9 0 24338809 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24933/statm: 217169 6911 2592 9 0 211646 0
[pid=24933/tid=24934] ppid=24932 vsize=868676 CPUtime=0.49
/proc/24933/task/24934/stat : 24934 (java) R 24932 24919 19619 0 -1 64 2777 0 1 0 48 1 0 0 18 0 9 0 24338810 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4126916755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24933/tid=24935] ppid=24932 vsize=868676 CPUtime=0.15
/proc/24933/task/24935/stat : 24935 (java) S 24932 24919 19619 0 -1 64 2744 0 0 0 14 1 0 0 16 0 9 0 24338811 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24933/tid=24936] ppid=24932 vsize=868676 CPUtime=0
/proc/24933/task/24936/stat : 24936 (java) S 24932 24919 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24338811 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24933/tid=24937] ppid=24932 vsize=868676 CPUtime=0
/proc/24933/task/24937/stat : 24937 (java) S 24932 24919 19619 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24338811 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24933/tid=24938] ppid=24932 vsize=868676 CPUtime=0
/proc/24933/task/24938/stat : 24938 (java) S 24932 24919 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24338813 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24933/tid=24939] ppid=24932 vsize=868676 CPUtime=0.21
/proc/24933/task/24939/stat : 24939 (java) S 24932 24919 19619 0 -1 64 1508 0 0 0 21 0 0 0 16 0 9 0 24338813 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24933/tid=24940] ppid=24932 vsize=868676 CPUtime=0
/proc/24933/task/24940/stat : 24940 (java) S 24932 24919 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24338813 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24933/tid=24941] ppid=24932 vsize=868676 CPUtime=0
/proc/24933/task/24941/stat : 24941 (java) S 24932 24919 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24338813 889524224 6911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890900

[startup+3.10194 s]
/proc/loadavg: 2.43 2.40 2.45 3/93 24941
/proc/meminfo: memFree=1724256/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30155 s]
/proc/loadavg: 2.43 2.40 2.45 3/85 24943
/proc/meminfo: memFree=1724320/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=17388 CPUtime=3.75
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 4180 0 0 0 170 205 0 0 25 0 1 0 24339002 17805312 4166 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 4347 4166 40 102 0 4242 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 39612

[startup+12.7018 s]
/proc/loadavg: 2.51 2.42 2.46 3/85 24943
/proc/meminfo: memFree=1715040/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=25480 CPUtime=10.15
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 5593 0 0 0 750 265 0 0 25 0 1 0 24339002 26091520 5571 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 6370 5571 42 102 0 6265 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 47704

[startup+25.5022 s]
/proc/loadavg: 2.43 2.41 2.45 3/85 24943
/proc/meminfo: memFree=1712736/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=27988 CPUtime=22.95
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 6252 0 0 0 2029 266 0 0 25 0 1 0 24339002 28659712 6230 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 6997 6230 42 102 0 6892 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 50212

[startup+51.1022 s]
/proc/loadavg: 2.37 2.39 2.44 3/85 24943
/proc/meminfo: memFree=1708448/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=32344 CPUtime=48.54
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 7355 0 0 0 4587 267 0 0 25 0 1 0 24339002 33120256 7333 996147200 134512640 134931368 4294956256 18446744073709551615 134523992 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 8086 7333 42 102 0 7981 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 54568

[startup+102.306 s]
/proc/loadavg: 2.14 2.32 2.42 3/85 24943
/proc/meminfo: memFree=1705888/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=34584 CPUtime=99.72
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 8036 0 0 0 9705 267 0 0 25 0 1 0 24339002 35414016 7915 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 8646 7915 48 102 0 8541 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 56808

[startup+162.303 s]
/proc/loadavg: 2.05 2.26 2.39 3/85 24943
/proc/meminfo: memFree=1701088/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=39204 CPUtime=159.7
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 9350 0 0 0 15701 269 0 0 25 0 1 0 24339002 40144896 9109 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 9801 9109 48 102 0 9696 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 61428

[startup+222.301 s]
/proc/loadavg: 2.08 2.23 2.36 3/76 24972
/proc/meminfo: memFree=1564080/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=39468 CPUtime=219.53
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 9425 0 0 0 21683 270 0 0 25 0 1 0 24339002 40415232 9184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 9867 9184 48 102 0 9762 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 61692

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

/proc/meminfo: memFree=1085472/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=49880 CPUtime=1294.34
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 13004 0 0 0 129153 281 0 0 25 0 1 0 24339002 51077120 11744 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 12470 11744 48 102 0 12365 0
Current children cumulated CPU time (s) 1296.79
Current children cumulated vsize (KiB) 72104

[startup+1362.3 s]
/proc/loadavg: 2.02 2.26 2.27 3/78 25064
/proc/meminfo: memFree=1085088/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=49880 CPUtime=1354.04
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 13195 0 0 0 135123 281 0 0 25 0 1 0 24339002 51077120 11763 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 12470 11763 48 102 0 12365 0
Current children cumulated CPU time (s) 1356.49
Current children cumulated vsize (KiB) 72104

[startup+1422.31 s]
/proc/loadavg: 2.00 2.21 2.25 3/78 25064
/proc/meminfo: memFree=1084960/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=49880 CPUtime=1413.75
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 13195 0 0 0 141094 281 0 0 25 0 1 0 24339002 51077120 11763 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 12470 11763 48 102 0 12365 0
Current children cumulated CPU time (s) 1416.2
Current children cumulated vsize (KiB) 72104

[startup+1482.3 s]
/proc/loadavg: 2.00 2.17 2.23 3/78 25064
/proc/meminfo: memFree=1084320/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=50540 CPUtime=1473.46
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 13334 0 0 0 147064 282 0 0 25 0 1 0 24339002 51752960 11902 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 12635 11902 48 102 0 12530 0
Current children cumulated CPU time (s) 1475.91
Current children cumulated vsize (KiB) 72764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.14 2.21 3/78 25066
/proc/meminfo: memFree=1082144/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=51992 CPUtime=1533.15
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 13894 0 0 0 153033 282 0 0 25 0 1 0 24339002 53239808 12287 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 12998 12287 48 102 0 12893 0
Current children cumulated CPU time (s) 1535.6
Current children cumulated vsize (KiB) 74216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.11 2.20 3/78 25066
/proc/meminfo: memFree=1081952/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=51992 CPUtime=1592.85
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 13894 0 0 0 159003 282 0 0 25 0 1 0 24339002 53239808 12287 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 12998 12287 48 102 0 12893 0
Current children cumulated CPU time (s) 1595.3
Current children cumulated vsize (KiB) 74216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.09 2.18 3/78 25066
/proc/meminfo: memFree=1081696/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=51992 CPUtime=1652.56
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 13894 0 0 0 164974 282 0 0 25 0 1 0 24339002 53239808 12287 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 12998 12287 48 102 0 12893 0
Current children cumulated CPU time (s) 1655.01
Current children cumulated vsize (KiB) 74216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.17 3/78 25066
/proc/meminfo: memFree=1079520/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=53708 CPUtime=1712.27
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 14520 0 0 0 170944 283 0 0 25 0 1 0 24339002 54996992 12728 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 13427 12728 48 102 0 13322 0
Current children cumulated CPU time (s) 1714.72
Current children cumulated vsize (KiB) 75932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.16 3/78 25066
/proc/meminfo: memFree=1079200/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=53708 CPUtime=1771.97
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 14520 0 0 0 176914 283 0 0 25 0 1 0 24339002 54996992 12728 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 13427 12728 48 102 0 13322 0
Current children cumulated CPU time (s) 1774.42
Current children cumulated vsize (KiB) 75932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.05 2.15 3/78 25066
/proc/meminfo: memFree=1079072/2055920 swapFree=4192812/4192956
[pid=24919] ppid=24917 vsize=16868 CPUtime=2.45
/proc/24919/stat : 24919 (sugar) S 24917 24919 19619 0 -1 4194304 1365 15101 0 2 5 2 221 17 16 0 1 0 24338749 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24919/statm: 4217 1113 409 3 0 796 0
[pid=24942] ppid=24919 vsize=5356 CPUtime=0
/proc/24942/stat : 24942 (sh) S 24919 24919 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24339002 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24942/statm: 1339 232 193 169 0 50 0
[pid=24943] ppid=24942 vsize=53708 CPUtime=1797.55
/proc/24943/stat : 24943 (picosat) R 24942 24919 19619 0 -1 4194304 14520 0 0 0 179472 283 0 0 25 0 1 0 24339002 54996992 12728 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 13427 12728 48 102 0 13322 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 75932

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24919 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=270654
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=205968
# CPU time returned by wait4() is 2.47662
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.03
CPU time (s): 1800
CPU user time (s): 1796.98
CPU system time (s): 3.02
CPU usage (%): 99.556
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.27065
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16951
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= 4993
involuntary context switches= 4852

runsolver used 2.26365 second user time and 5.2712 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 06:25:34
IDJOB=2081432
IDBENCH=57397
IDSOLVER=738
FILE ID=node76/2081432-1247372734
PBS_JOBID= 9506996
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-9.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-2081432-1247372734/watcher-2081432-1247372734 -o /tmp/evaluation-result-2081432-1247372734/solver-2081432-1247372734 -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-2081432-1247372734.xml

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

MD5SUM BENCH= 87a3523ef2aacb9925cbe2e7c09e1eed
RANDOM SEED=119486770

node76.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.277
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.277
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:       1752920 kB
Buffers:         38084 kB
Cached:         162380 kB
SwapCached:          0 kB
Active:         161276 kB
Inactive:        75532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:          56672 kB
Slab:            51280 kB
Committed_AS:   214512 kB
PageTables:       1940 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= 66192 MiB
End job on node76 at 2009-07-12 06:55:44