Trace number 2084336

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+picosatUNSAT 9.97548 10.1965

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f10.xml
MD5SUMbc79be14db74a5ff6faf231971efa81f
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.659899
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
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 08:08:58 2009
0.00/0.08	c 0	PID 28308
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2084336-1247378938.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-2084336-1247378938.xml' 'HOME/temp.csp'
0.06/0.89	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	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.86/1.01	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 4790 expressions
1.02/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Converting to clausal form CSP
1.02/1.17	c 1	converted 479 (10%) expressions
1.41/1.58	c 2	converted 958 (20%) expressions
1.91/2.03	c 2	converted 1437 (30%) expressions
2.30/2.48	c 3	converted 1916 (40%) expressions
2.70/2.89	c 3	converted 2395 (50%) expressions
3.09/3.29	c 3	converted 2874 (60%) expressions
3.58/3.71	c 4	converted 3353 (70%) expressions
3.98/4.17	c 4	converted 3832 (80%) expressions
4.38/4.56	c 5	converted 4311 (90%) expressions
4.98/5.13	c 5	converted 4790 (100%) expressions
4.98/5.14	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 34
4.98/5.14	c 5	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.98/5.14	c 5	Propagation in CSP
5.47/5.67	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.47/5.67	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 34
5.47/5.67	c 6	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.47/5.68	c 6	Simplifing CSP by introducing new Boolean variables
5.56/5.72	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 34
5.56/5.73	c 6	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.76/5.98	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.86/6.04	c 6	68 (10%) CSP integer variables are encoded (2106 clauses, 25298 bytes)
5.86/6.06	c 6	136 (20%) CSP integer variables are encoded (4118 clauses, 51454 bytes)
5.86/6.07	c 6	204 (30%) CSP integer variables are encoded (6238 clauses, 79014 bytes)
5.86/6.09	c 6	272 (40%) CSP integer variables are encoded (8050 clauses, 102570 bytes)
5.97/6.10	c 6	340 (50%) CSP integer variables are encoded (9862 clauses, 126517 bytes)
5.97/6.12	c 6	408 (60%) CSP integer variables are encoded (11814 clauses, 155797 bytes)
5.97/6.13	c 6	476 (70%) CSP integer variables are encoded (13606 clauses, 182677 bytes)
5.97/6.14	c 6	544 (80%) CSP integer variables are encoded (15474 clauses, 210697 bytes)
5.97/6.16	c 6	612 (90%) CSP integer variables are encoded (17300 clauses, 238087 bytes)
5.97/6.17	c 6	680 (100%) CSP integer variables are encoded (19172 clauses, 266167 bytes)
6.17/6.34	c 6	1299 (10%) CSP clauses are encoded (44609 clauses, 748322 bytes)
6.26/6.49	c 7	2598 (20%) CSP clauses are encoded (71911 clauses, 1290406 bytes)
6.46/6.61	c 7	3897 (30%) CSP clauses are encoded (96579 clauses, 1776659 bytes)
6.56/6.74	c 7	5196 (40%) CSP clauses are encoded (122100 clauses, 2284817 bytes)
6.65/6.85	c 7	6495 (50%) CSP clauses are encoded (146459 clauses, 2765585 bytes)
6.76/6.96	c 7	7794 (60%) CSP clauses are encoded (169540 clauses, 3220977 bytes)
6.85/7.06	c 7	9093 (70%) CSP clauses are encoded (191741 clauses, 3659003 bytes)
6.96/7.16	c 7	10392 (80%) CSP clauses are encoded (214399 clauses, 4133004 bytes)
7.05/7.27	c 7	11691 (90%) CSP clauses are encoded (237074 clauses, 4605675 bytes)
7.15/7.37	c 7	12989 (100%) CSP clauses are encoded (259406 clauses, 5067286 bytes)
7.15/7.37	c 7	12989 CSP clauses encoded
7.15/7.37	c 7	Writing map file : HOME/temp.map
7.15/7.39	c 7	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.15/7.39	c 7	SAT : 28058 SAT variables, 259406 SAT clauses, 5067286 bytes
7.15/7.39	c 7	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.25/7.42	c 8	SOLVING HOME/temp.cnf
7.25/7.42	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
9.51/9.76	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.51/9.76	c 10	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'
9.57/9.84	c 10	Decoding HOME/temp.out
9.89/10.13	s UNSATISFIABLE
9.89/10.14	c 10	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.89/10.19	c 10	CPU 9.94 (0.06 0.01 8.4 1.47)
9.89/10.19	c 10	END Sun Jul 12 08:09:08 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084336-1247378938/watcher-2084336-1247378938 -o /tmp/evaluation-result-2084336-1247378938/solver-2084336-1247378938 -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-2084336-1247378938.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.37 2.15 2.06 4/82 28308
/proc/meminfo: memFree=1575832/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=12000 CPUtime=0
/proc/28308/stat : 28308 (sugar) R 28306 28308 28037 0 -1 4194304 197 0 0 0 0 0 0 0 20 0 1 0 24961221 12288000 165 996147200 4194304 4206940 548682068608 18446744073709551615 268582411332 0 0 4224 0 0 0 0 17 1 0 0
/proc/28308/statm: 3000 165 127 3 0 100 0

[startup+0.181814 s]
/proc/loadavg: 2.37 2.15 2.06 4/82 28308
/proc/meminfo: memFree=1575832/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.06
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201814 s]
/proc/loadavg: 2.37 2.15 2.06 4/82 28308
/proc/meminfo: memFree=1575832/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.06
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301832 s]
/proc/loadavg: 2.37 2.15 2.06 4/82 28308
/proc/meminfo: memFree=1575832/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.06
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701918 s]
/proc/loadavg: 2.37 2.15 2.06 4/82 28308
/proc/meminfo: memFree=1575832/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.06
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 2.37 2.15 2.06 4/93 28330
/proc/meminfo: memFree=1566976/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.86
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1309 7176 0 1 5 1 75 5 15 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
[pid=28321] ppid=28308 vsize=5356 CPUtime=0
/proc/28321/stat : 28321 (sh) S 28308 28308 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28321/statm: 1339 233 193 169 0 50 0
[pid=28322] ppid=28321 vsize=864200 CPUtime=0.55
/proc/28322/stat : 28322 (java) S 28321 28308 28037 0 -1 0 4285 0 1 0 52 3 0 0 18 0 9 0 24961314 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28322/statm: 216050 3724 1741 9 0 210555 0
[pid=28322/tid=28323] ppid=28321 vsize=864200 CPUtime=0.41
/proc/28322/task/28323/stat : 28323 (java) R 28321 28308 28037 0 -1 64 2670 0 1 0 40 1 0 0 22 0 9 0 24961315 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4126518304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28324] ppid=28321 vsize=864200 CPUtime=0.03
/proc/28322/task/28324/stat : 28324 (java) S 28321 28308 28037 0 -1 64 589 0 0 0 3 0 0 0 16 0 9 0 24961316 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28325] ppid=28321 vsize=864200 CPUtime=0
/proc/28322/task/28325/stat : 28325 (java) S 28321 28308 28037 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24961317 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28326] ppid=28321 vsize=864200 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28321 28308 28037 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24961317 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28327] ppid=28321 vsize=864200 CPUtime=0
/proc/28322/task/28327/stat : 28327 (java) S 28321 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24961319 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28328] ppid=28321 vsize=864200 CPUtime=0.09
/proc/28322/task/28328/stat : 28328 (java) S 28321 28308 28037 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 24961319 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28329] ppid=28321 vsize=864200 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961319 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28330] ppid=28321 vsize=864200 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961319 884940800 3724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886424

[startup+3.10238 s]
/proc/loadavg: 2.37 2.15 2.06 3/93 28330
/proc/meminfo: memFree=1558336/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.86
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1309 7176 0 1 5 1 75 5 15 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
[pid=28321] ppid=28308 vsize=5356 CPUtime=0
/proc/28321/stat : 28321 (sh) S 28308 28308 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28321/statm: 1339 233 193 169 0 50 0
[pid=28322] ppid=28321 vsize=868576 CPUtime=2.14
/proc/28322/stat : 28322 (java) S 28321 28308 28037 0 -1 0 7609 0 1 0 209 5 0 0 18 0 9 0 24961314 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28322/statm: 217144 6723 2566 9 0 211649 0
[pid=28322/tid=28323] ppid=28321 vsize=868576 CPUtime=1.79
/proc/28322/task/28323/stat : 28323 (java) R 28321 28308 28037 0 -1 64 2794 0 1 0 177 2 0 0 25 0 9 0 24961315 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4126588564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28324] ppid=28321 vsize=868576 CPUtime=0.14
/proc/28322/task/28324/stat : 28324 (java) S 28321 28308 28037 0 -1 64 2636 0 0 0 13 1 0 0 16 0 9 0 24961316 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28325] ppid=28321 vsize=868576 CPUtime=0
/proc/28322/task/28325/stat : 28325 (java) S 28321 28308 28037 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24961317 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28326] ppid=28321 vsize=868576 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28321 28308 28037 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24961317 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28327] ppid=28321 vsize=868576 CPUtime=0
/proc/28322/task/28327/stat : 28327 (java) S 28321 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24961319 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28328] ppid=28321 vsize=868576 CPUtime=0.18
/proc/28322/task/28328/stat : 28328 (java) S 28321 28308 28037 0 -1 64 1480 0 0 0 18 0 0 0 16 0 9 0 24961319 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28329] ppid=28321 vsize=868576 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961319 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28330] ppid=28321 vsize=868576 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961319 889421824 6723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890800

[startup+6.30302 s]
/proc/loadavg: 2.34 2.15 2.06 3/93 28330
/proc/meminfo: memFree=1539200/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.87
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1310 7176 0 1 6 1 75 5 16 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
[pid=28321] ppid=28308 vsize=5356 CPUtime=0
/proc/28321/stat : 28321 (sh) S 28308 28308 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28321/statm: 1339 233 193 169 0 50 0
[pid=28322] ppid=28321 vsize=868688 CPUtime=5.3
/proc/28322/stat : 28322 (java) S 28321 28308 28037 0 -1 0 17439 0 1 0 518 12 0 0 18 0 9 0 24961314 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28322/statm: 217172 11303 2593 9 0 211649 0
[pid=28322/tid=28323] ppid=28321 vsize=868688 CPUtime=4.12
/proc/28322/task/28323/stat : 28323 (java) R 28321 28308 28037 0 -1 64 3282 0 1 0 408 4 0 0 25 0 9 0 24961315 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28324] ppid=28321 vsize=868688 CPUtime=0.92
/proc/28322/task/28324/stat : 28324 (java) S 28321 28308 28037 0 -1 64 11937 0 0 0 86 6 0 0 16 0 9 0 24961316 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28325] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28325/stat : 28325 (java) S 28321 28308 28037 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24961317 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28326] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28321 28308 28037 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24961317 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28327] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28327/stat : 28327 (java) S 28321 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24961319 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28328] ppid=28321 vsize=868688 CPUtime=0.23
/proc/28322/task/28328/stat : 28328 (java) S 28321 28308 28037 0 -1 64 1521 0 0 0 23 0 0 0 16 0 9 0 24961319 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28329] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961319 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28330] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961319 889536512 11303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890912

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

[startup+6.40204 s]
/proc/loadavg: 2.34 2.15 2.06 3/93 28330
/proc/meminfo: memFree=1539200/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=0.87
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1310 7176 0 1 6 1 75 5 15 0 1 0 24961221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1111 409 3 0 796 0
[pid=28321] ppid=28308 vsize=5356 CPUtime=0
/proc/28321/stat : 28321 (sh) S 28308 28308 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24961314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28321/statm: 1339 233 193 169 0 50 0
[pid=28322] ppid=28321 vsize=868688 CPUtime=5.39
/proc/28322/stat : 28322 (java) S 28321 28308 28037 0 -1 0 17445 0 1 0 527 12 0 0 18 0 9 0 24961314 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28322/statm: 217172 11304 2593 9 0 211649 0
[pid=28322/tid=28323] ppid=28321 vsize=868688 CPUtime=4.21
/proc/28322/task/28323/stat : 28323 (java) R 28321 28308 28037 0 -1 64 3287 0 1 0 417 4 0 0 25 0 9 0 24961315 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4126957927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28324] ppid=28321 vsize=868688 CPUtime=0.92
/proc/28322/task/28324/stat : 28324 (java) S 28321 28308 28037 0 -1 64 11937 0 0 0 86 6 0 0 16 0 9 0 24961316 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28325] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28325/stat : 28325 (java) S 28321 28308 28037 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24961317 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28326] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28321 28308 28037 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24961317 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28327] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28327/stat : 28327 (java) S 28321 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24961319 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28328] ppid=28321 vsize=868688 CPUtime=0.23
/proc/28322/task/28328/stat : 28328 (java) S 28321 28308 28037 0 -1 64 1522 0 0 0 23 0 0 0 15 0 9 0 24961319 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28329] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24961319 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28322/tid=28330] ppid=28321 vsize=868688 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28321 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24961319 889536512 11304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 890912

[startup+8.00234 s]
/proc/loadavg: 2.31 2.14 2.06 3/85 28332
/proc/meminfo: memFree=1564480/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=7.26
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1365 25005 0 2 6 1 697 22 16 0 1 0 24961221 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1113 409 3 0 796 0
[pid=28331] ppid=28308 vsize=5356 CPUtime=0
/proc/28331/stat : 28331 (sh) S 28308 28308 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24961963 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28331/statm: 1339 232 193 169 0 50 0
[pid=28332] ppid=28331 vsize=4876 CPUtime=0.56
/proc/28332/stat : 28332 (picosat) R 28331 28308 28037 0 -1 4194304 954 0 0 0 27 29 0 0 24 0 1 0 24961964 4993024 940 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28332/statm: 1219 940 40 102 0 1114 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 27100

[startup+8.8015 s]
/proc/loadavg: 2.31 2.14 2.06 3/85 28332
/proc/meminfo: memFree=1560192/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=7.26
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1365 25005 0 2 6 1 697 22 16 0 1 0 24961221 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1113 409 3 0 796 0
[pid=28331] ppid=28308 vsize=5356 CPUtime=0
/proc/28331/stat : 28331 (sh) S 28308 28308 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24961963 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28331/statm: 1339 232 193 169 0 50 0
[pid=28332] ppid=28331 vsize=7772 CPUtime=1.35
/proc/28332/stat : 28332 (picosat) R 28331 28308 28037 0 -1 4194304 1736 0 0 0 62 73 0 0 25 0 1 0 24961964 7958528 1722 996147200 134512640 134931368 4294956256 18446744073709551615 134514603 0 0 4096 0 0 0 0 17 1 0 0
/proc/28332/statm: 1943 1722 40 102 0 1838 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 29996

[startup+9.60166 s]
/proc/loadavg: 2.31 2.14 2.06 3/85 28332
/proc/meminfo: memFree=1560192/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=7.26
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1365 25005 0 2 6 1 697 22 16 0 1 0 24961221 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1113 409 3 0 796 0
[pid=28331] ppid=28308 vsize=5356 CPUtime=0
/proc/28331/stat : 28331 (sh) S 28308 28308 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24961963 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28331/statm: 1339 232 193 169 0 50 0
[pid=28332] ppid=28331 vsize=10792 CPUtime=2.14
/proc/28332/stat : 28332 (picosat) R 28331 28308 28037 0 -1 4194304 2500 0 0 0 97 117 0 0 25 0 1 0 24961964 11051008 2486 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28332/statm: 2698 2486 40 102 0 2593 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 33016

[startup+10.0077 s]
/proc/loadavg: 2.31 2.14 2.06 5/93 28342
/proc/meminfo: memFree=1562432/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=9.57
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1446 27907 0 2 6 1 806 144 16 0 1 0 24961221 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1113 409 3 0 796 0
[pid=28333] ppid=28308 vsize=5356 CPUtime=0
/proc/28333/stat : 28333 (sh) S 28308 28308 28037 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24962197 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 233 193 169 0 50 0
[pid=28334] ppid=28333 vsize=862012 CPUtime=0.22
/proc/28334/stat : 28334 (java) S 28333 28308 28037 0 -1 0 3039 0 1 0 20 2 0 0 18 0 9 0 24962198 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28334/statm: 215503 2506 1258 9 0 210416 0
[pid=28334/tid=28335] ppid=28333 vsize=862012 CPUtime=0.21
/proc/28334/task/28335/stat : 28335 (java) R 28333 28308 28037 0 -1 64 2030 0 1 0 20 1 0 0 18 0 9 0 24962199 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 102724561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28336] ppid=28333 vsize=862012 CPUtime=0
/proc/28334/task/28336/stat : 28336 (java) S 28333 28308 28037 0 -1 64 108 0 0 0 0 0 0 0 16 0 9 0 24962200 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28337] ppid=28333 vsize=862012 CPUtime=0
/proc/28334/task/28337/stat : 28337 (java) S 28333 28308 28037 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24962200 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28338] ppid=28333 vsize=862012 CPUtime=0
/proc/28334/task/28338/stat : 28338 (java) S 28333 28308 28037 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24962200 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28339] ppid=28333 vsize=862012 CPUtime=0
/proc/28334/task/28339/stat : 28339 (java) S 28333 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24962202 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28340] ppid=28333 vsize=862012 CPUtime=0
/proc/28334/task/28340/stat : 28340 (java) R 28333 28308 28037 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 24962202 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28341] ppid=28333 vsize=862012 CPUtime=0
/proc/28334/task/28341/stat : 28341 (java) S 28333 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24962202 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28342] ppid=28333 vsize=862012 CPUtime=0
/proc/28334/task/28342/stat : 28342 (java) S 28333 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 24962202 882700288 2506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 884236

[startup+10.1028 s]
/proc/loadavg: 2.31 2.14 2.06 5/93 28342
/proc/meminfo: memFree=1562432/2055924 swapFree=4192812/4192956
[pid=28308] ppid=28306 vsize=16868 CPUtime=9.57
/proc/28308/stat : 28308 (sugar) S 28306 28308 28037 0 -1 4194304 1446 27907 0 2 6 1 806 144 16 0 1 0 24961221 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28308/statm: 4217 1113 409 3 0 796 0
[pid=28333] ppid=28308 vsize=5356 CPUtime=0
/proc/28333/stat : 28333 (sh) S 28308 28308 28037 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24962197 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 233 193 169 0 50 0
[pid=28334] ppid=28333 vsize=862768 CPUtime=0.32
/proc/28334/stat : 28334 (java) S 28333 28308 28037 0 -1 0 3416 0 1 0 30 2 0 0 18 0 9 0 24962198 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28334/statm: 215692 2882 1284 9 0 210605 0
[pid=28334/tid=28335] ppid=28333 vsize=862768 CPUtime=0.25
/proc/28334/task/28335/stat : 28335 (java) R 28333 28308 28037 0 -1 64 2031 0 1 0 24 1 0 0 19 0 9 0 24962199 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28336] ppid=28333 vsize=862768 CPUtime=0
/proc/28334/task/28336/stat : 28336 (java) S 28333 28308 28037 0 -1 64 228 0 0 0 0 0 0 0 16 0 9 0 24962200 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28337] ppid=28333 vsize=862768 CPUtime=0
/proc/28334/task/28337/stat : 28337 (java) S 28333 28308 28037 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24962200 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28338] ppid=28333 vsize=862768 CPUtime=0
/proc/28334/task/28338/stat : 28338 (java) S 28333 28308 28037 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24962200 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28339] ppid=28333 vsize=862768 CPUtime=0
/proc/28334/task/28339/stat : 28339 (java) S 28333 28308 28037 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24962202 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28340] ppid=28333 vsize=862768 CPUtime=0.04
/proc/28334/task/28340/stat : 28340 (java) R 28333 28308 28037 0 -1 64 464 0 0 0 4 0 0 0 17 0 9 0 24962202 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 101875477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28341] ppid=28333 vsize=862768 CPUtime=0
/proc/28334/task/28341/stat : 28341 (java) S 28333 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24962202 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28334/tid=28342] ppid=28333 vsize=862768 CPUtime=0
/proc/28334/task/28342/stat : 28342 (java) S 28333 28308 28037 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24962202 883474432 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 884992

Child status: 0
Real time (s): 10.1965
CPU time (s): 9.97548
CPU user time (s): 8.47371
CPU system time (s): 1.50177
CPU usage (%): 97.8325
Max. virtual memory (cumulated for all children) (KiB): 901140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.47371
system time used= 1.50177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33798
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5301
involuntary context switches= 5529

runsolver used 0.016997 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 08:08:58
IDJOB=2084336
IDBENCH=58067
IDSOLVER=738
FILE ID=node6/2084336-1247378938
PBS_JOBID= 9507219
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f10.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-2084336-1247378938/watcher-2084336-1247378938 -o /tmp/evaluation-result-2084336-1247378938/solver-2084336-1247378938 -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-2084336-1247378938.xml

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

MD5SUM BENCH= bc79be14db74a5ff6faf231971efa81f
RANDOM SEED=150756077

node6.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.263
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.263
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:      2055924 kB
MemFree:       1576312 kB
Buffers:         59724 kB
Cached:         210780 kB
SwapCached:          0 kB
Active:         279788 kB
Inactive:       122892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1576312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:         152556 kB
Slab:            61972 kB
Committed_AS:   372592 kB
PageTables:       2164 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= 66392 MiB
End job on node6 at 2009-07-12 08:09:08