Trace number 2057116

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 3.2585 2.30025

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-5_ext.xml
MD5SUMbc2a76bdfac2b8a963fd1d6b6e7ecb73
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 benchmark0.130979
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.13/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.13/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.32	c See www.sat4j.org for details.
0.13/0.32	c That software uses the Rhino library from the Mozilla project.
0.13/0.33	c version 2.1.1.v20090622
0.13/0.33	c sun.arch.data.model	32
0.13/0.33	c java.version	1.6.0_12
0.13/0.33	c os.name	Linux
0.13/0.33	c os.version	2.6.9-22.EL.rootsmp
0.13/0.33	c os.arch	i386
0.13/0.33	c Free memory 671000808
0.13/0.33	c Max memory 672137216
0.13/0.33	c Total memory 672137216
0.13/0.33	c Number of processors 2
0.13/0.38	c c --- Begin Solver configuration ---
0.13/0.38	c Stops conflict analysis at the first Unique Implication Point
0.13/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.13/0.38	c Learn all clauses as in MiniSAT
0.13/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.13/0.38	c Expensive reason simplification
0.13/0.38	c MiniSAT restarts strategy
0.13/0.38	c Memory based learned constraints deletion strategy
0.13/0.38	c timeout=2147483s
0.13/0.38	c DB Simplification allowed=false
0.13/0.38	c --- End Solver configuration ---
0.13/0.38	c solving HOME/instance-2057116-1247317813.xml
0.13/0.38	c reading problem ... 
0.46/0.63	c reading problem named null
0.46/0.64	c reading domains done.
0.46/0.64	c reading variables done.
0.58/0.71	c reading relations done.
0.58/0.73	c reading constraints
2.11/1.68	c done with constraints.
2.11/1.68	c ... done. Wall clock time 1.298s.
2.11/1.68	c #vars     1905
2.11/1.68	c #constraints  6574
2.11/1.68	c constraints type 
2.28/1.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
2.28/1.80	c org.sat4j.minisat.constraints.cnf.UnitClauses => 105
2.28/1.80	c org.sat4j.minisat.constraints.card.AtLeast => 120
2.28/1.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4807
3.19/2.25	c starts		: 5
3.19/2.25	c conflicts		: 1101
3.19/2.25	c decisions		: 1678
3.19/2.25	c propagations		: 90628
3.19/2.25	c inspects		: 372389
3.19/2.25	c learnt literals	: 0
3.19/2.25	c learnt binary clauses	: 2
3.19/2.25	c learnt ternary clauses	: 20
3.19/2.25	c learnt clauses	: 1101
3.19/2.25	c ignored clauses	: 0
3.19/2.25	c root simplifications	: 0
3.19/2.25	c removed literals (reason simplification)	: 2446
3.19/2.25	c reason swapping (by a shorter reason)	: 0
3.19/2.25	c Calls to reduceDB	: 0
3.19/2.25	c speed (assignments/second)	: 199182.41758241758
3.19/2.25	c non guided choices	24
3.19/2.25	c learnt constraints type 
3.19/2.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
3.19/2.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1099
3.19/2.25	c constraints type 
3.19/2.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
3.19/2.25	c org.sat4j.minisat.constraints.cnf.UnitClauses => 105
3.19/2.25	c org.sat4j.minisat.constraints.card.AtLeast => 120
3.19/2.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4807
3.19/2.25	s SATISFIABLE
3.19/2.26	v 6 8 1 7 13 3 10 5 0 14 12 9 4 11 2 3 7 2 10 12 6 9 0 5 8 13 1 11 14 4 5 3 14 1 4 2 13 8 10 9 7 11 12 6 0 10 1 13 0 9 4 11 14 2 6 8 5 7 3 12 9 11 0 12 7 5 14 1 4 2 6 13 3 8 10 8 0 4 5 6 13 7 11 14 3 2 12 10 9 1 7 9 6 11 2 8 4 10 12 13 5 14 1 0 3 13 2 10 9 3 12 1 7 11 0 4 8 14 5 6 0 5 7 2 11 14 6 12 8 1 3 4 9 10 13 14 10 12 13 0 1 8 3 7 5 9 6 2 4 11 1 14 3 8 5 11 12 6 9 4 0 10 13 2 7 11 13 9 3 1 0 2 4 6 10 14 7 8 12 5 12 6 8 4 10 9 5 2 13 11 1 3 0 7 14 2 4 11 6 14 7 3 9 1 12 10 0 5 13 8 4 12 5 14 8 10 0 13 3 7 11 2 6 1 9 
3.19/2.26	c Total wall clock time (in seconds) : 1.87

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-2057116-1247317813/watcher-2057116-1247317813 -o /tmp/evaluation-result-2057116-1247317813/solver-2057116-1247317813 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057116-1247317813.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: 0.02 0.01 0.00 3/67 12416
/proc/meminfo: memFree=561200/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=18576 CPUtime=0
/proc/12416/stat : 12416 (runsolver) D 12414 12416 12303 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 18841645 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 224627584295 0 2147483391 4096 24578 18446744072099937270 0 0 17 1 0 0
/proc/12416/statm: 4644 284 249 26 0 2626 0

[startup+0.05499 s]
/proc/loadavg: 0.02 0.01 0.00 3/67 12416
/proc/meminfo: memFree=561200/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=12928 CPUtime=0.01
/proc/12416/stat : 12416 (java) D 12414 12416 12303 0 -1 0 374 0 16 0 0 1 0 0 18 0 1 0 18841645 13238272 197 996147200 134512640 134550932 4294956016 18446744073709551615 3781418 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12416/statm: 3232 197 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101994 s]
/proc/loadavg: 0.02 0.01 0.00 3/67 12416
/proc/meminfo: memFree=561200/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=797436 CPUtime=0.03
/proc/12416/stat : 12416 (java) S 12414 12416 12303 0 -1 0 1037 0 30 0 0 3 0 0 18 0 2 0 18841645 816574464 815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12416/statm: 199359 826 404 9 0 197111 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 797436

[startup+0.30202 s]
/proc/loadavg: 0.02 0.01 0.00 3/67 12416
/proc/meminfo: memFree=561200/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=804592 CPUtime=0.13
/proc/12416/stat : 12416 (java) S 12414 12416 12303 0 -1 0 3100 0 38 0 8 5 0 0 18 0 12 0 18841645 823902208 2880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12416/statm: 201148 2880 1086 9 0 198482 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 804592

[startup+0.701124 s]
/proc/loadavg: 0.02 0.01 0.00 3/67 12416
/proc/meminfo: memFree=561200/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=807740 CPUtime=0.58
/proc/12416/stat : 12416 (java) S 12414 12416 12303 0 -1 0 5448 0 39 0 48 10 0 0 18 0 12 0 18841645 827125760 5012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12416/statm: 201935 5013 1388 9 0 199262 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 807740

[startup+1.50124 s]
/proc/loadavg: 0.02 0.01 0.00 4/79 12428
/proc/meminfo: memFree=532368/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=812560 CPUtime=1.94
/proc/12416/stat : 12416 (java) S 12414 12416 12303 0 -1 0 9277 0 39 0 180 14 0 0 18 0 12 0 18841645 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12416/statm: 203140 7049 1409 9 0 200467 0
[pid=12416/tid=12418] ppid=12414 vsize=812560 CPUtime=0.91
/proc/12416/task/12418/stat : 12418 (java) R 12414 12416 12303 0 -1 64 4453 0 10 0 84 7 0 0 22 0 12 0 18841653 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4109651440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12419] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12419/stat : 12419 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 18841656 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12420] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12420/stat : 12420 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 18841656 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12421] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12421/stat : 12421 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 18841661 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12422] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12422/stat : 12422 (java) S 12414 12416 12303 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 18841661 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12423] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12423/stat : 12423 (java) S 12414 12416 12303 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18841661 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12424] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12424/stat : 12424 (java) S 12414 12416 12303 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18841671 832061440 7049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12425] ppid=12414 vsize=812560 CPUtime=0.44
/proc/12416/task/12425/stat : 12425 (java) S 12414 12416 12303 0 -1 64 1606 0 0 0 43 1 0 0 17 0 12 0 18841671 832061440 7050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12426] ppid=12414 vsize=812560 CPUtime=0.53
/proc/12416/task/12426/stat : 12426 (java) R 12414 12416 12303 0 -1 64 2507 0 0 0 52 1 0 0 16 0 12 0 18841671 832061440 7050 996147200 134512640 134550932 4294956016 18446744073709551615 103108544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12416/tid=12427] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12427/stat : 12427 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 18841671 832061440 7050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12428] ppid=12414 vsize=812560 CPUtime=0
/proc/12416/task/12428/stat : 12428 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 18841671 832061440 7050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 812560

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

[startup+1.90225 s]
/proc/loadavg: 0.02 0.01 0.00 4/79 12428
/proc/meminfo: memFree=532368/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=812884 CPUtime=2.67
/proc/12416/stat : 12416 (java) S 12414 12416 12303 0 -1 0 9967 0 39 0 253 14 0 0 18 0 13 0 18841645 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12416/statm: 203221 7536 1421 9 0 200548 0
[pid=12416/tid=12418] ppid=12414 vsize=812884 CPUtime=1.13
/proc/12416/task/12418/stat : 12418 (java) R 12414 12416 12303 0 -1 64 4880 0 10 0 105 8 0 0 25 0 13 0 18841653 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12416/tid=12419] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12419/stat : 12419 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 18841656 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12420] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12420/stat : 12420 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 18841656 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12421] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12421/stat : 12421 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 18841661 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12422] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12422/stat : 12422 (java) S 12414 12416 12303 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 18841661 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12423] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12423/stat : 12423 (java) S 12414 12416 12303 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 18841661 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12424] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12424/stat : 12424 (java) S 12414 12416 12303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 18841671 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12425] ppid=12414 vsize=812884 CPUtime=0.69
/proc/12416/task/12425/stat : 12425 (java) R 12414 12416 12303 0 -1 64 1845 0 0 0 68 1 0 0 17 0 13 0 18841671 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 103978454 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12426] ppid=12414 vsize=812884 CPUtime=0.8
/proc/12416/task/12426/stat : 12426 (java) R 12414 12416 12303 0 -1 64 2526 0 0 0 79 1 0 0 17 0 13 0 18841671 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 105817478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12416/tid=12427] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12427/stat : 12427 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18841671 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12428] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12428/stat : 12428 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18841671 832393216 7536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 812884

[startup+2.10132 s]
/proc/loadavg: 0.02 0.01 0.00 4/80 12429
/proc/meminfo: memFree=524232/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=812884 CPUtime=3.03
/proc/12416/stat : 12416 (java) S 12414 12416 12303 0 -1 0 10013 0 39 0 289 14 0 0 18 0 13 0 18841645 832393216 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12416/statm: 203221 7581 1425 9 0 200548 0
[pid=12416/tid=12418] ppid=12414 vsize=812884 CPUtime=1.25
/proc/12416/task/12418/stat : 12418 (java) R 12414 12416 12303 0 -1 64 4906 0 10 0 117 8 0 0 17 0 13 0 18841653 832393216 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4109162734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12419] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12419/stat : 12419 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 18841656 832393216 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12420] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12420/stat : 12420 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 18841656 832393216 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12421] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12421/stat : 12421 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18841661 832393216 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12422] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12422/stat : 12422 (java) S 12414 12416 12303 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 18841661 832393216 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12423] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12423/stat : 12423 (java) S 12414 12416 12303 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 18841661 832393216 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12424] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12424/stat : 12424 (java) S 12414 12416 12303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 18841671 832393216 7582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12425] ppid=12414 vsize=812884 CPUtime=0.82
/proc/12416/task/12425/stat : 12425 (java) S 12414 12416 12303 0 -1 64 1854 0 0 0 81 1 0 0 16 0 13 0 18841671 832393216 7582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12426] ppid=12414 vsize=812884 CPUtime=0.9
/proc/12416/task/12426/stat : 12426 (java) S 12414 12416 12303 0 -1 64 2537 0 0 0 89 1 0 0 16 0 13 0 18841671 832393216 7582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12427] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12427/stat : 12427 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18841671 832393216 7582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12428] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12428/stat : 12428 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18841671 832393216 7582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12416/tid=12429] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12429/stat : 12429 (java) S 12414 12416 12303 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 18841827 832393216 7582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 812884

[startup+2.2063 s]
/proc/loadavg: 0.02 0.01 0.00 4/80 12429
/proc/meminfo: memFree=524232/2055920 swapFree=4192952/4192956
[pid=12416] ppid=12414 vsize=812884 CPUtime=3.19
/proc/12416/stat : 12416 (java) S 12414 12416 12303 0 -1 0 10047 0 39 0 305 14 0 0 18 0 13 0 18841645 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12416/statm: 203221 7615 1428 9 0 200548 0
[pid=12416/tid=12418] ppid=12414 vsize=812884 CPUtime=1.32
/proc/12416/task/12418/stat : 12418 (java) R 12414 12416 12303 0 -1 64 4930 0 10 0 124 8 0 0 17 0 13 0 18841653 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4109775295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12416/tid=12419] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12419/stat : 12419 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 18841656 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12420] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12420/stat : 12420 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 18841656 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12421] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12421/stat : 12421 (java) S 12414 12416 12303 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18841661 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12422] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12422/stat : 12422 (java) S 12414 12416 12303 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 18841661 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12423] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12423/stat : 12423 (java) S 12414 12416 12303 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 18841661 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12424] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12424/stat : 12424 (java) S 12414 12416 12303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 18841671 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12425] ppid=12414 vsize=812884 CPUtime=0.86
/proc/12416/task/12425/stat : 12425 (java) S 12414 12416 12303 0 -1 64 1858 0 0 0 85 1 0 0 16 0 13 0 18841671 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12426] ppid=12414 vsize=812884 CPUtime=0.95
/proc/12416/task/12426/stat : 12426 (java) S 12414 12416 12303 0 -1 64 2543 0 0 0 94 1 0 0 17 0 13 0 18841671 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12416/tid=12427] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12427/stat : 12427 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18841671 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12416/tid=12428] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12428/stat : 12428 (java) S 12414 12416 12303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18841671 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12416/tid=12429] ppid=12414 vsize=812884 CPUtime=0
/proc/12416/task/12429/stat : 12429 (java) S 12414 12416 12303 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 18841827 832393216 7615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 812884

Child status: 0
Real time (s): 2.30025
CPU time (s): 3.2585
CPU user time (s): 3.10953
CPU system time (s): 0.148977
CPU usage (%): 141.659
Max. virtual memory (cumulated for all children) (KiB): 812884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.10953
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10080
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1317
involuntary context switches= 511

runsolver used 0.006998 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-11 15:10:13
IDJOB=2057116
IDBENCH=53336
IDSOLVER=731
FILE ID=node49/2057116-1247317813
PBS_JOBID= 9506532
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= bc2a76bdfac2b8a963fd1d6b6e7ecb73
RANDOM SEED=334051034

node49.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.232
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.232
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:        561616 kB
Buffers:         50476 kB
Cached:        1352836 kB
SwapCached:          4 kB
Active:         424504 kB
Inactive:       995160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        561616 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          26156 kB
Slab:            60128 kB
Committed_AS:   119448 kB
PageTables:       1596 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node49 at 2009-07-11 15:10:15