Trace number 2058931

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
SAT4J CSP 2.1.1SAT 5.81912 5.90836

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-4_ext.xml
MD5SUM58552dc0782bd99da35e11d38ee871b0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.81912
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.17/0.26	c c --- Begin Solver configuration ---
0.17/0.26	c Stops conflict analysis at the first Unique Implication Point
0.17/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.26	c Learn all clauses as in MiniSAT
0.17/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.26	c Expensive reason simplification
0.17/0.26	c MiniSAT restarts strategy
0.17/0.26	c Memory based learned constraints deletion strategy
0.17/0.26	c timeout=2147483s
0.17/0.26	c DB Simplification allowed=false
0.17/0.26	c --- End Solver configuration ---
0.17/0.26	c solving HOME/instance-2058931-1247322627.xml
0.17/0.26	c reading problem ... 
0.46/0.51	c reading problem named null
0.46/0.51	c reading domains done.
0.46/0.52	c reading variables done.
0.56/0.67	c reading relations done.
0.67/0.70	c reading constraints
3.43/3.53	c done with constraints.
3.43/3.53	c ... done. Wall clock time 3.275s.
3.43/3.53	c #vars     3953
3.43/3.53	c #constraints  14088
3.43/3.53	c constraints type 
3.43/3.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 187
3.43/3.54	c org.sat4j.minisat.constraints.cnf.UnitClauses => 213
3.43/3.54	c org.sat4j.minisat.constraints.card.AtLeast => 187
3.43/3.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10355
5.71/5.87	c starts		: 9
5.71/5.87	c conflicts		: 5914
5.71/5.88	c decisions		: 9872
5.71/5.88	c propagations		: 620122
5.71/5.88	c inspects		: 4253299
5.71/5.88	c learnt literals	: 1
5.71/5.88	c learnt binary clauses	: 25
5.71/5.88	c learnt ternary clauses	: 92
5.71/5.88	c learnt clauses	: 5913
5.71/5.88	c ignored clauses	: 0
5.71/5.88	c root simplifications	: 0
5.71/5.88	c removed literals (reason simplification)	: 37487
5.71/5.88	c reason swapping (by a shorter reason)	: 0
5.71/5.88	c Calls to reduceDB	: 0
5.71/5.88	c speed (assignments/second)	: 265122.7020094057
5.71/5.88	c non guided choices	48
5.71/5.89	c learnt constraints type 
5.71/5.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
5.71/5.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5888
5.71/5.89	c constraints type 
5.71/5.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 187
5.71/5.89	c org.sat4j.minisat.constraints.cnf.UnitClauses => 213
5.71/5.89	c org.sat4j.minisat.constraints.card.AtLeast => 187
5.71/5.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10355
5.71/5.89	s SATISFIABLE
5.71/5.89	v 9 14 4 12 15 1 7 13 5 17 2 19 0 11 16 18 3 10 6 8 4 19 12 6 3 9 10 8 15 7 16 2 18 5 0 11 1 14 17 13 14 10 16 2 0 13 1 17 4 11 12 18 5 15 9 6 8 3 7 19 6 1 9 11 19 10 13 2 14 0 5 8 12 3 7 16 4 17 18 15 19 0 15 8 6 2 3 10 16 13 9 14 1 4 17 5 11 18 12 7 13 2 14 19 7 0 17 16 6 18 3 15 9 1 12 8 5 4 11 10 11 17 1 3 18 6 4 5 7 12 14 13 8 16 10 19 2 15 9 0 15 5 19 17 2 7 12 0 10 1 4 3 6 8 18 9 13 16 14 11 10 6 0 13 4 8 16 15 18 9 7 1 17 2 11 12 14 5 19 3 1 8 10 4 11 18 2 12 13 6 15 9 19 0 5 17 16 7 3 14 17 16 2 9 1 11 15 14 0 5 19 10 3 13 8 7 18 6 4 12 3 18 13 5 14 17 11 4 9 8 1 7 16 6 19 10 15 12 0 2 8 3 7 0 5 12 14 19 11 16 18 4 13 9 6 1 10 2 15 17 12 11 5 18 17 3 8 6 2 15 10 16 14 19 13 0 7 9 1 4 0 4 17 14 16 15 6 11 19 2 8 12 7 10 1 3 9 13 5 18 2 13 18 7 9 14 5 3 1 10 6 0 11 12 4 15 17 19 8 16 16 7 6 10 12 5 19 1 3 4 17 11 2 18 15 14 0 8 13 9 7 15 3 1 13 19 18 9 8 14 0 6 10 17 2 4 12 11 16 5 18 12 11 16 8 4 9 7 17 19 13 5 15 14 3 2 6 0 10 1 5 9 8 15 10 16 0 18 12 3 11 17 4 7 14 13 19 1 2 6 
5.71/5.89	c Total wall clock time (in seconds) : 5.615

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-2058931-1247322627/watcher-2058931-1247322627 -o /tmp/evaluation-result-2058931-1247322627/solver-2058931-1247322627 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058931-1247322627.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 11655
/proc/meminfo: memFree=1019936/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=18576 CPUtime=0
/proc/11655/stat : 11655 (runsolver) R 11653 11655 10944 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 19329763 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11655/statm: 4644 284 249 26 0 2626 0

[startup+0.0634641 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 11655
/proc/meminfo: memFree=1019936/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=801708 CPUtime=0.03
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 2531 0 1 0 2 1 0 0 18 0 6 0 19329763 820948992 2278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 200427 2278 985 9 0 197778 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801708

[startup+0.108663 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 11655
/proc/meminfo: memFree=1019936/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=802488 CPUtime=0.08
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 2904 0 1 0 6 2 0 0 18 0 8 0 19329763 821747712 2649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 200622 2649 1043 9 0 197973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802488

[startup+0.301911 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 11655
/proc/meminfo: memFree=1019936/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=805628 CPUtime=0.26
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 4241 0 1 0 23 3 0 0 18 0 12 0 19329763 824963072 3978 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 201407 3978 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805628

[startup+0.701995 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 11655
/proc/meminfo: memFree=1019936/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=807184 CPUtime=0.67
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 5663 0 1 0 62 5 0 0 18 0 12 0 19329763 826556416 5156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 201796 5156 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50217 s]
/proc/loadavg: 2.07 1.99 1.91 3/93 11667
/proc/meminfo: memFree=1003648/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=809984 CPUtime=1.45
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 7855 0 1 0 140 5 0 0 18 0 12 0 19329763 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 202496 6254 1405 9 0 199823 0
[pid=11655/tid=11657] ppid=11653 vsize=809984 CPUtime=0.8
/proc/11655/task/11657/stat : 11657 (java) R 11653 11655 10944 0 -1 64 4258 0 1 0 76 4 0 0 23 0 12 0 19329764 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11658] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11658/stat : 11658 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 19329767 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11659] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11659/stat : 11659 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19329767 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11660] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11660/stat : 11660 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19329769 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11661] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11661/stat : 11661 (java) S 11653 11655 10944 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 19329769 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11662] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11662/stat : 11662 (java) S 11653 11655 10944 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 19329769 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11663] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11663/stat : 11663 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19329774 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11664] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11664/stat : 11664 (java) S 11653 11655 10944 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19329774 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11665] ppid=11653 vsize=809984 CPUtime=0.64
/proc/11655/task/11665/stat : 11665 (java) R 11653 11655 10944 0 -1 64 2839 0 0 0 63 1 0 0 17 0 12 0 19329774 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 105634145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11666] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11666/stat : 11666 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19329774 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11667] ppid=11653 vsize=809984 CPUtime=0
/proc/11655/task/11667/stat : 11667 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19329774 829423616 6254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 809984

[startup+3.10151 s]
/proc/loadavg: 2.07 1.99 1.91 4/93 11667
/proc/meminfo: memFree=998400/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=812468 CPUtime=3.04
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 10644 0 1 0 297 7 0 0 18 0 12 0 19329763 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 203117 8058 1413 9 0 200444 0
[pid=11655/tid=11657] ppid=11653 vsize=812468 CPUtime=1.2
/proc/11655/task/11657/stat : 11657 (java) R 11653 11655 10944 0 -1 64 5308 0 1 0 116 4 0 0 25 0 12 0 19329764 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11658] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11658/stat : 11658 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 19329767 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11659] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11659/stat : 11659 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19329767 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11660] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11660/stat : 11660 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19329769 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11661] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11661/stat : 11661 (java) S 11653 11655 10944 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 19329769 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11662] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11662/stat : 11662 (java) S 11653 11655 10944 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 19329769 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11663] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11663/stat : 11663 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19329774 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11664] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11664/stat : 11664 (java) S 11653 11655 10944 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19329774 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11665] ppid=11653 vsize=812468 CPUtime=1.81
/proc/11655/task/11665/stat : 11665 (java) R 11653 11655 10944 0 -1 64 4578 0 0 0 180 1 0 0 18 0 12 0 19329774 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 105633307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11666] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11666/stat : 11666 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19329774 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11667] ppid=11653 vsize=812468 CPUtime=0
/proc/11655/task/11667/stat : 11667 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19329774 831967232 8058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 812468

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

[startup+4.70286 s]
/proc/loadavg: 2.07 1.99 1.91 3/94 11668
/proc/meminfo: memFree=987904/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=812792 CPUtime=4.62
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 11972 0 1 0 455 7 0 0 18 0 13 0 19329763 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 203198 9384 1441 9 0 200525 0
[pid=11655/tid=11657] ppid=11653 vsize=812792 CPUtime=2.03
/proc/11655/task/11657/stat : 11657 (java) R 11653 11655 10944 0 -1 64 6496 0 1 0 198 5 0 0 25 0 13 0 19329764 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4110051267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11658] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11658/stat : 11658 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 19329767 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11659] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11659/stat : 11659 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19329767 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11660] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11660/stat : 11660 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19329769 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11661] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11661/stat : 11661 (java) S 11653 11655 10944 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19329769 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11662] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11662/stat : 11662 (java) S 11653 11655 10944 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19329769 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11663] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11663/stat : 11663 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19329774 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11664] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11664/stat : 11664 (java) S 11653 11655 10944 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19329774 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11665] ppid=11653 vsize=812792 CPUtime=2.57
/proc/11655/task/11665/stat : 11665 (java) S 11653 11655 10944 0 -1 64 4714 0 0 0 255 2 0 0 16 0 13 0 19329774 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11666] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11666/stat : 11666 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19329774 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11667] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11667/stat : 11667 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19329774 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11668] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11668/stat : 11668 (java) S 11653 11655 10944 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19330119 832299008 9384 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 812792

[startup+5.50803 s]
/proc/loadavg: 2.07 1.99 1.91 3/94 11668
/proc/meminfo: memFree=986752/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=812792 CPUtime=5.41
/proc/11655/stat : 11655 (java) S 11653 11655 10944 0 -1 0 12168 0 1 0 534 7 0 0 18 0 13 0 19329763 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 203198 9580 1444 9 0 200525 0
[pid=11655/tid=11657] ppid=11653 vsize=812792 CPUtime=2.75
/proc/11655/task/11657/stat : 11657 (java) R 11653 11655 10944 0 -1 64 6683 0 1 0 270 5 0 0 25 0 13 0 19329764 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4109162847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11658] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11658/stat : 11658 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 19329767 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11659] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11659/stat : 11659 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19329767 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11660] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11660/stat : 11660 (java) S 11653 11655 10944 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19329769 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11661] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11661/stat : 11661 (java) S 11653 11655 10944 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19329769 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11662] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11662/stat : 11662 (java) S 11653 11655 10944 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19329769 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11663] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11663/stat : 11663 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19329774 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11664] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11664/stat : 11664 (java) S 11653 11655 10944 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19329774 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11665] ppid=11653 vsize=812792 CPUtime=2.65
/proc/11655/task/11665/stat : 11665 (java) S 11653 11655 10944 0 -1 64 4723 0 0 0 263 2 0 0 16 0 13 0 19329774 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11666] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11666/stat : 11666 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19329774 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11667] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11667/stat : 11667 (java) S 11653 11655 10944 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19329774 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11668] ppid=11653 vsize=812792 CPUtime=0
/proc/11655/task/11668/stat : 11668 (java) S 11653 11655 10944 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19330119 832299008 9580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 812792

[startup+5.90218 s]
/proc/loadavg: 2.07 1.99 1.91 3/94 11668
/proc/meminfo: memFree=986752/2055920 swapFree=4192956/4192956
[pid=11655] ppid=11653 vsize=0 CPUtime=5.8
/proc/11655/stat : 11655 (java) Z 11653 11655 10944 0 -1 12 12257 0 1 0 572 8 0 0 16 0 2 0 19329763 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.90836
CPU time (s): 5.81912
CPU user time (s): 5.72913
CPU system time (s): 0.089986
CPU usage (%): 98.4895
Max. virtual memory (cumulated for all children) (KiB): 812792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.72913
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12257
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 874
involuntary context switches= 1114

runsolver used 0.013997 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-11 16:30:27
IDJOB=2058931
IDBENCH=53536
IDSOLVER=731
FILE ID=node10/2058931-1247322627
PBS_JOBID= 9506608
Free space on /tmp= 66420 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-4_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058931-1247322627/watcher-2058931-1247322627 -o /tmp/evaluation-result-2058931-1247322627/solver-2058931-1247322627 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058931-1247322627.xml

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

MD5SUM BENCH= 58552dc0782bd99da35e11d38ee871b0
RANDOM SEED=722513066

node10.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.279
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.279
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:       1020416 kB
Buffers:         60992 kB
Cached:         865440 kB
SwapCached:          0 kB
Active:         126988 kB
Inactive:       833040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1020416 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          53952 kB
Slab:            60748 kB
Committed_AS:   167712 kB
PageTables:       1828 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= 66416 MiB
End job on node10 at 2009-07-11 16:30:33