Trace number 2066736

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+picosatSAT 7.8658 8.0623

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-16c2.xml
MD5SUM51422a62c8e2e0237ca5d2c5c58755f2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.78412
Satisfiable
(Un)Satisfiability was proved
Number of variables1848
Number of constraints14727
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14727
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 Sat Jul 11 22:18:48 2009
0.00/0.08	c 0	PID 16207
0.07/0.08	c 0	HOST node69.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2066736-1247343528.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066736-1247343528.xml' 'HOME/temp.csp'
1.25/1.36	c 2	1 domains, 1848 variables, 4 predicates, 0 relations, 14727 constraints
1.25/1.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.40	c 2	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'
1.33/1.48	c 2	Parsing HOME/temp.csp
1.33/1.63	c 2	parsed 10000 expressions
1.33/1.74	c 2	parsed 16580 expressions
1.33/1.75	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.75	c 2	Converting to clausal form CSP
1.33/1.80	c 2	converted 1658 (10%) expressions
1.33/2.00	c 2	converted 3316 (20%) expressions
1.33/2.04	c 2	converted 4974 (30%) expressions
2.01/2.13	c 2	converted 6632 (40%) expressions
2.01/2.17	c 2	converted 8290 (50%) expressions
2.11/2.21	c 2	converted 9948 (60%) expressions
2.11/2.24	c 2	converted 11606 (70%) expressions
2.11/2.27	c 2	converted 13264 (80%) expressions
2.21/2.31	c 3	converted 14922 (90%) expressions
2.71/2.86	c 3	converted 16580 (100%) expressions
2.71/2.86	c 3	CSP : 4260 integers, 0 booleans, 19551 clauses, largest domain size 7
2.71/2.86	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.86	c 3	Propagation in CSP
2.80/2.98	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.98	c 3	CSP : 4260 integers, 0 booleans, 19551 clauses, largest domain size 7
2.80/2.98	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/3.00	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.01	c 3	CSP : 4260 integers, 0 booleans, 19551 clauses, largest domain size 7
2.90/3.01	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.09	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.99/3.10	c 3	426 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.99/3.11	c 3	852 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.99/3.11	c 3	1278 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.99/3.12	c 3	1704 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.99/3.12	c 3	2130 (50%) CSP integer variables are encoded (1222 clauses, 15950 bytes)
2.99/3.12	c 3	2556 (60%) CSP integer variables are encoded (3068 clauses, 39948 bytes)
2.99/3.13	c 3	2982 (70%) CSP integer variables are encoded (4914 clauses, 63946 bytes)
2.99/3.13	c 3	3408 (80%) CSP integer variables are encoded (6760 clauses, 88219 bytes)
2.99/3.13	c 3	3834 (90%) CSP integer variables are encoded (8606 clauses, 115909 bytes)
2.99/3.14	c 3	4260 (100%) CSP integer variables are encoded (10452 clauses, 143599 bytes)
2.99/3.19	c 3	1956 (10%) CSP clauses are encoded (12408 clauses, 165487 bytes)
3.09/3.21	c 3	3911 (20%) CSP clauses are encoded (14363 clauses, 187972 bytes)
3.09/3.23	c 3	5866 (30%) CSP clauses are encoded (16318 clauses, 211269 bytes)
3.09/3.24	c 3	7821 (40%) CSP clauses are encoded (18273 clauses, 235699 bytes)
3.09/3.26	c 3	9776 (50%) CSP clauses are encoded (20228 clauses, 260153 bytes)
3.09/3.27	c 3	11731 (60%) CSP clauses are encoded (22183 clauses, 284617 bytes)
3.09/3.28	c 3	13686 (70%) CSP clauses are encoded (24138 clauses, 307954 bytes)
3.48/3.61	c 4	15641 (80%) CSP clauses are encoded (86027 clauses, 1379082 bytes)
3.78/3.99	c 4	17596 (90%) CSP clauses are encoded (156118 clauses, 2742432 bytes)
4.17/4.39	c 5	19551 (100%) CSP clauses are encoded (226179 clauses, 4225458 bytes)
4.17/4.39	c 5	19551 CSP clauses encoded
4.17/4.39	c 5	Writing map file : HOME/temp.map
4.28/4.40	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.28/4.40	c 5	SAT : 14712 SAT variables, 226179 SAT clauses, 4225458 bytes
4.28/4.40	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.28/4.43	c 5	SOLVING HOME/temp.cnf
4.28/4.43	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
7.32/7.52	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.32/7.52	c 8	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'
7.43/7.60	c 8	Decoding HOME/temp.out
7.71/7.91	s SATISFIABLE
7.71/8.00	v 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1
7.81/8.00	c 8	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.81/8.06	c 8	CPU 7.83 (0.06 0.02 6.26 1.49)
7.81/8.06	c 8	END Sat Jul 11 22:18:56 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066736-1247343528/watcher-2066736-1247343528 -o /tmp/evaluation-result-2066736-1247343528/solver-2066736-1247343528 -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-2066736-1247343528.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.01 2.00 2.00 4/74 16207
/proc/meminfo: memFree=1087272/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=4708 CPUtime=0
/proc/16207/stat : 16207 (sugar) R 16205 16207 14888 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21415525 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 237945025929 0 0 4096 0 0 0 0 17 1 0 0
/proc/16207/statm: 1177 43 33 3 0 8 0

[startup+0.0828369 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 16207
/proc/meminfo: memFree=1087272/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16740 CPUtime=0.07
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21415525 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102018 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 16207
/proc/meminfo: memFree=1087272/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=0.07
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21415525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30103 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 16207
/proc/meminfo: memFree=1087272/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=0.07
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21415525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701065 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 16207
/proc/meminfo: memFree=1087272/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=0.07
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21415525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50113 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 16219
/proc/meminfo: memFree=1061968/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=1.33
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1309 11256 0 1 6 1 120 6 15 0 1 0 21415525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16868

[startup+3.10226 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 16229
/proc/meminfo: memFree=1063760/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=1.33
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1310 11256 0 1 6 1 120 6 15 0 1 0 21415525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1111 409 3 0 796 0
[pid=16220] ppid=16207 vsize=5356 CPUtime=0
/proc/16220/stat : 16220 (sh) S 16207 16207 14888 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415665 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16220/statm: 1339 233 193 169 0 50 0
[pid=16221] ppid=16220 vsize=868704 CPUtime=1.66
/proc/16221/stat : 16221 (java) S 16220 16207 14888 0 -1 0 10262 0 1 0 161 5 0 0 19 0 9 0 21415665 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16221/statm: 217176 9163 2587 9 0 211653 0
[pid=16221/tid=16222] ppid=16220 vsize=868704 CPUtime=1.02
/proc/16221/task/16222/stat : 16222 (java) R 16220 16207 14888 0 -1 64 2812 0 1 0 101 1 0 0 18 0 9 0 21415666 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4125977706 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16221/tid=16223] ppid=16220 vsize=868704 CPUtime=0.41
/proc/16221/task/16223/stat : 16223 (java) S 16220 16207 14888 0 -1 64 5242 0 0 0 39 2 0 0 16 0 9 0 21415667 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16221/tid=16224] ppid=16220 vsize=868704 CPUtime=0
/proc/16221/task/16224/stat : 16224 (java) S 16220 16207 14888 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415667 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16221/tid=16225] ppid=16220 vsize=868704 CPUtime=0
/proc/16221/task/16225/stat : 16225 (java) S 16220 16207 14888 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21415667 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16221/tid=16226] ppid=16220 vsize=868704 CPUtime=0
/proc/16221/task/16226/stat : 16226 (java) S 16220 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415669 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16221/tid=16227] ppid=16220 vsize=868704 CPUtime=0.2
/proc/16221/task/16227/stat : 16227 (java) S 16220 16207 14888 0 -1 64 1505 0 0 0 20 0 0 0 16 0 9 0 21415669 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16221/tid=16228] ppid=16220 vsize=868704 CPUtime=0
/proc/16221/task/16228/stat : 16228 (java) S 16220 16207 14888 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21415669 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16221/tid=16229] ppid=16220 vsize=868704 CPUtime=0
/proc/16221/task/16229/stat : 16229 (java) S 16220 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415670 889552896 9163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890928

[startup+6.30251 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 16231
/proc/meminfo: memFree=1073488/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=4.3
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1365 21976 0 2 6 1 407 16 16 0 1 0 21415525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1113 409 3 0 796 0
[pid=16230] ppid=16207 vsize=5356 CPUtime=0
/proc/16230/stat : 16230 (sh) S 16207 16207 14888 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21415968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16230/statm: 1339 232 193 169 0 50 0
[pid=16231] ppid=16230 vsize=7856 CPUtime=1.84
/proc/16231/stat : 16231 (picosat) R 16230 16207 14888 0 -1 4194304 1761 0 0 0 83 101 0 0 25 0 1 0 21415969 8044544 1747 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16231/statm: 1964 1747 40 102 0 1859 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30080

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

[startup+7.10159 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16231
/proc/meminfo: memFree=1070032/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=4.3
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1365 21976 0 2 6 1 407 16 16 0 1 0 21415525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1113 409 3 0 796 0
[pid=16230] ppid=16207 vsize=5356 CPUtime=0
/proc/16230/stat : 16230 (sh) S 16207 16207 14888 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21415968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16230/statm: 1339 232 193 169 0 50 0
[pid=16231] ppid=16230 vsize=9576 CPUtime=2.62
/proc/16231/stat : 16231 (picosat) R 16230 16207 14888 0 -1 4194304 2193 0 0 0 135 127 0 0 25 0 1 0 21415969 9805824 2179 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16231/statm: 2394 2179 42 102 0 2289 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 31800

[startup+7.50162 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16231
/proc/meminfo: memFree=1070032/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=4.3
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1365 21976 0 2 6 1 407 16 16 0 1 0 21415525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1113 409 3 0 796 0
[pid=16230] ppid=16207 vsize=5356 CPUtime=0
/proc/16230/stat : 16230 (sh) S 16207 16207 14888 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21415968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16230/statm: 1339 232 193 169 0 50 0
[pid=16231] ppid=16230 vsize=9580 CPUtime=3.02
/proc/16231/stat : 16231 (picosat) R 16230 16207 14888 0 -1 4194304 2204 0 0 0 175 127 0 0 25 0 1 0 21415969 9809920 2190 996147200 134512640 134931368 4294956256 18446744073709551615 134604509 0 0 4096 0 0 0 0 17 1 0 0
/proc/16231/statm: 2395 2190 47 102 0 2290 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 31804

[startup+7.90165 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 16241
/proc/meminfo: memFree=1073360/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=7.36
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1446 24466 0 2 6 1 584 145 16 0 1 0 21415525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1113 409 3 0 796 0
[pid=16232] ppid=16207 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16207 16207 14888 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21416277 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=862288 CPUtime=0.35
/proc/16233/stat : 16233 (java) S 16232 16207 14888 0 -1 0 3202 0 1 0 33 2 0 0 18 0 9 0 21416277 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 215572 2671 1280 9 0 210485 0
[pid=16233/tid=16234] ppid=16232 vsize=862288 CPUtime=0.26
/proc/16233/task/16234/stat : 16234 (java) R 16232 16207 14888 0 -1 64 2045 0 1 0 25 1 0 0 19 0 9 0 21416278 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16235] ppid=16232 vsize=862288 CPUtime=0
/proc/16233/task/16235/stat : 16235 (java) S 16232 16207 14888 0 -1 64 124 0 0 0 0 0 0 0 16 0 9 0 21416280 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16236] ppid=16232 vsize=862288 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16207 14888 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21416280 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=862288 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16207 14888 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21416280 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=862288 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21416282 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=862288 CPUtime=0.07
/proc/16233/task/16239/stat : 16239 (java) R 16232 16207 14888 0 -1 64 339 0 0 0 7 0 0 0 17 0 9 0 21416282 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 102560001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=862288 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21416282 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=862288 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21416282 882982912 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 884512

[startup+8.00165 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 16241
/proc/meminfo: memFree=1073360/2055920 swapFree=4192956/4192956
[pid=16207] ppid=16205 vsize=16868 CPUtime=7.37
/proc/16207/stat : 16207 (sugar) S 16205 16207 14888 0 -1 4194304 1451 24466 0 2 6 2 584 145 15 0 1 0 21415525 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16207/statm: 4217 1114 409 3 0 796 0
[pid=16232] ppid=16207 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16207 16207 14888 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21416277 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=864244 CPUtime=0.44
/proc/16233/stat : 16233 (java) S 16232 16207 14888 0 -1 0 3287 0 1 0 41 3 0 0 18 0 9 0 21416277 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 216061 2754 1308 9 0 210573 0
[pid=16233/tid=16234] ppid=16232 vsize=864244 CPUtime=0.32
/proc/16233/task/16234/stat : 16234 (java) R 16232 16207 14888 0 -1 64 2082 0 1 0 30 2 0 0 20 0 9 0 21416278 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4159512616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16235] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16235/stat : 16235 (java) S 16232 16207 14888 0 -1 64 152 0 0 0 0 0 0 0 16 0 9 0 21416280 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16236] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16207 14888 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 21416280 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16207 14888 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21416280 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21416282 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=864244 CPUtime=0.1
/proc/16233/task/16239/stat : 16239 (java) S 16232 16207 14888 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 21416282 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21416282 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16207 14888 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21416282 884985856 2754 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 886468

Child status: 0
Real time (s): 8.0623
CPU time (s): 7.8658
CPU user time (s): 6.33804
CPU system time (s): 1.52777
CPU usage (%): 97.5627
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.33804
system time used= 1.52777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30067
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= 5966
involuntary context switches= 5961

runsolver used 0.011998 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-11 22:18:48
IDJOB=2066736
IDBENCH=54566
IDSOLVER=738
FILE ID=node69/2066736-1247343528
PBS_JOBID= 9506725
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-16c2.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-2066736-1247343528/watcher-2066736-1247343528 -o /tmp/evaluation-result-2066736-1247343528/solver-2066736-1247343528 -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-2066736-1247343528.xml

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

MD5SUM BENCH= 51422a62c8e2e0237ca5d2c5c58755f2
RANDOM SEED=437271132

node69.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.211
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.211
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:       1087752 kB
Buffers:         59948 kB
Cached:         758092 kB
SwapCached:          0 kB
Active:         186688 kB
Inactive:       728136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1087752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:         107896 kB
Slab:            38316 kB
Committed_AS:   226772 kB
PageTables:       2084 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= 66496 MiB
End job on node69 at 2009-07-11 22:18:56