Trace number 2057039

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.04554 2.19853

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-8_ext.xml
MD5SUMdd88d21f515ede83ff302f77f356a795
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.19097
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.09/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.38	c See www.sat4j.org for details.
0.09/0.38	c That software uses the Rhino library from the Mozilla project.
0.09/0.39	c version 2.1.1.v20090622
0.09/0.39	c sun.arch.data.model	32
0.09/0.39	c java.version	1.6.0_12
0.09/0.39	c os.name	Linux
0.09/0.39	c os.version	2.6.9-22.EL.rootsmp
0.09/0.39	c os.arch	i386
0.09/0.39	c Free memory 671000808
0.09/0.39	c Max memory 672137216
0.09/0.39	c Total memory 672137216
0.09/0.39	c Number of processors 2
0.18/0.44	c c --- Begin Solver configuration ---
0.18/0.44	c Stops conflict analysis at the first Unique Implication Point
0.18/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f934ad
0.18/0.44	c Learn all clauses as in MiniSAT
0.18/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.44	c Expensive reason simplification
0.18/0.44	c MiniSAT restarts strategy
0.18/0.44	c Memory based learned constraints deletion strategy
0.18/0.44	c timeout=2147483s
0.18/0.44	c DB Simplification allowed=false
0.18/0.44	c --- End Solver configuration ---
0.18/0.44	c solving HOME/instance-2057039-1247317721.xml
0.18/0.44	c reading problem ... 
0.42/0.68	c reading problem named null
0.42/0.68	c reading domains done.
0.42/0.69	c reading variables done.
0.54/0.76	c reading relations done.
0.54/0.77	c reading constraints
2.18/1.74	c done with constraints.
2.18/1.74	c ... done. Wall clock time 1.303s.
2.18/1.74	c #vars     1905
2.18/1.74	c #constraints  6694
2.18/1.74	c constraints type 
2.18/1.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
2.18/1.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 105
2.18/1.74	c org.sat4j.minisat.constraints.card.AtLeast => 120
2.18/1.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4958
2.96/2.16	c starts		: 3
2.96/2.16	c conflicts		: 294
2.96/2.16	c decisions		: 572
2.96/2.16	c propagations		: 20256
2.96/2.16	c inspects		: 61423
2.96/2.16	c learnt literals	: 0
2.96/2.16	c learnt binary clauses	: 1
2.96/2.16	c learnt ternary clauses	: 7
2.96/2.16	c learnt clauses	: 294
2.96/2.16	c ignored clauses	: 0
2.96/2.16	c root simplifications	: 0
2.96/2.16	c removed literals (reason simplification)	: 114
2.96/2.16	c reason swapping (by a shorter reason)	: 0
2.96/2.16	c Calls to reduceDB	: 0
2.96/2.16	c speed (assignments/second)	: 48809.63855421687
2.96/2.16	c non guided choices	63
2.96/2.16	c learnt constraints type 
2.96/2.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
2.96/2.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 293
2.96/2.16	c constraints type 
2.96/2.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
2.96/2.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 105
2.96/2.16	c org.sat4j.minisat.constraints.card.AtLeast => 120
2.96/2.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4958
2.96/2.16	s SATISFIABLE
2.96/2.16	v 1 7 6 13 3 9 2 4 11 10 8 0 5 12 14 3 6 0 4 1 5 12 9 7 2 11 8 10 14 13 4 8 3 0 7 6 11 13 5 1 14 9 12 10 2 10 14 7 11 2 13 8 0 1 4 12 3 9 5 6 6 2 8 14 11 12 10 1 9 3 13 7 4 0 5 5 11 10 6 9 8 13 7 4 12 3 14 1 2 0 12 5 2 8 6 10 9 3 14 0 1 11 7 13 4 11 0 9 3 5 1 4 12 6 14 2 10 13 7 8 0 13 1 10 14 7 5 2 3 6 4 12 8 9 11 9 12 4 7 0 3 14 8 13 11 5 2 6 1 10 7 4 14 5 13 0 3 10 8 9 6 1 2 11 12 13 9 12 1 8 14 6 11 2 5 10 4 0 3 7 2 10 13 12 4 11 7 14 0 8 9 5 3 6 1 14 3 5 2 12 4 1 6 10 7 0 13 11 8 9 8 1 11 9 10 2 0 5 12 13 7 6 14 4 3 
2.96/2.16	c Total wall clock time (in seconds) : 1.72

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-2057039-1247317721/watcher-2057039-1247317721 -o /tmp/evaluation-result-2057039-1247317721/solver-2057039-1247317721 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057039-1247317721.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.01 0.00 0.00 3/67 10345
/proc/meminfo: memFree=777968/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=152 CPUtime=0
/proc/10345/stat : 10345 (java6) D 10343 10345 10279 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 18838747 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10345/statm: 38 26 19 9 0 4 0

[startup+0.0693759 s]
/proc/loadavg: 0.01 0.00 0.00 3/67 10345
/proc/meminfo: memFree=777968/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=12928 CPUtime=0.01
/proc/10345/stat : 10345 (java) D 10343 10345 10279 0 -1 0 372 0 11 0 0 1 0 0 18 0 1 0 18838747 13238272 190 996147200 134512640 134550932 4294956016 18446744073709551615 7590698 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/10345/statm: 3232 190 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.103437 s]
/proc/loadavg: 0.01 0.00 0.00 3/67 10345
/proc/meminfo: memFree=777968/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=13296 CPUtime=0.01
/proc/10345/stat : 10345 (java) S 10343 10345 10279 0 -1 0 764 0 30 0 0 1 0 0 18 0 2 0 18838747 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10345/statm: 3324 575 258 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13296

[startup+0.301459 s]
/proc/loadavg: 0.01 0.00 0.00 3/67 10345
/proc/meminfo: memFree=777968/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=802168 CPUtime=0.09
/proc/10345/stat : 10345 (java) S 10343 10345 10279 0 -1 0 2810 0 41 0 5 4 0 0 18 0 7 0 18838747 821420032 2595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/10345/statm: 200542 2595 1039 9 0 197893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 802168

[startup+0.701506 s]
/proc/loadavg: 0.01 0.00 0.00 3/67 10345
/proc/meminfo: memFree=777968/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=807984 CPUtime=0.54
/proc/10345/stat : 10345 (java) S 10343 10345 10279 0 -1 0 5390 0 42 0 46 8 0 0 18 0 12 0 18838747 827375616 4907 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10345/statm: 201996 4907 1387 9 0 199323 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807984

[startup+1.5026 s]
/proc/loadavg: 0.01 0.00 0.00 2/79 10357
/proc/meminfo: memFree=749392/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=812236 CPUtime=1.85
/proc/10345/stat : 10345 (java) S 10343 10345 10279 0 -1 0 9043 0 42 0 174 11 0 0 18 0 12 0 18838747 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10345/statm: 203059 6844 1409 9 0 200386 0
[pid=10345/tid=10347] ppid=10343 vsize=812236 CPUtime=0.88
/proc/10345/task/10347/stat : 10347 (java) R 10343 10345 10279 0 -1 64 4380 0 12 0 82 6 0 0 18 0 12 0 18838757 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4109152301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10348] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10348/stat : 10348 (java) S 10343 10345 10279 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 18838764 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10349] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10349/stat : 10349 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 18838764 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10345/tid=10350] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10350/stat : 10350 (java) S 10343 10345 10279 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 18838768 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10351] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10351/stat : 10351 (java) S 10343 10345 10279 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 18838768 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10352] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10352/stat : 10352 (java) S 10343 10345 10279 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18838768 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10353] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10353/stat : 10353 (java) S 10343 10345 10279 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 18838778 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10354] ppid=10343 vsize=812236 CPUtime=0.49
/proc/10345/task/10354/stat : 10354 (java) R 10343 10345 10279 0 -1 64 2484 0 0 0 48 1 0 0 17 0 12 0 18838778 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 104141046 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10345/tid=10355] ppid=10343 vsize=812236 CPUtime=0.42
/proc/10345/task/10355/stat : 10355 (java) S 10343 10345 10279 0 -1 64 1469 0 0 0 42 0 0 0 16 0 12 0 18838778 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10356] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10356/stat : 10356 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 18838778 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10357] ppid=10343 vsize=812236 CPUtime=0
/proc/10345/task/10357/stat : 10357 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18838779 831729664 6844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 812236

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

[startup+1.90264 s]
/proc/loadavg: 0.01 0.00 0.00 2/79 10357
/proc/meminfo: memFree=749392/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=812380 CPUtime=2.57
/proc/10345/stat : 10345 (java) S 10343 10345 10279 0 -1 0 9879 0 42 0 246 11 0 0 18 0 13 0 18838747 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10345/statm: 203095 7377 1409 9 0 200422 0
[pid=10345/tid=10347] ppid=10343 vsize=812380 CPUtime=1.13
/proc/10345/task/10347/stat : 10347 (java) R 10343 10345 10279 0 -1 64 4882 0 12 0 106 7 0 0 19 0 13 0 18838757 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10345/tid=10348] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10348/stat : 10348 (java) S 10343 10345 10279 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 18838764 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10349] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10349/stat : 10349 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 18838764 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10345/tid=10350] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10350/stat : 10350 (java) S 10343 10345 10279 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18838768 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10351] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10351/stat : 10351 (java) S 10343 10345 10279 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 18838768 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10352] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10352/stat : 10352 (java) S 10343 10345 10279 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 18838768 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10353] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10353/stat : 10353 (java) S 10343 10345 10279 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18838778 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10354] ppid=10343 vsize=812380 CPUtime=0.75
/proc/10345/task/10354/stat : 10354 (java) R 10343 10345 10279 0 -1 64 2807 0 0 0 74 1 0 0 17 0 13 0 18838778 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 106831360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10345/tid=10355] ppid=10343 vsize=812380 CPUtime=0.66
/proc/10345/task/10355/stat : 10355 (java) R 10343 10345 10279 0 -1 64 1479 0 0 0 65 1 0 0 17 0 13 0 18838778 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 104163930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10356] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10356/stat : 10356 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18838778 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10357] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10357/stat : 10357 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18838779 831877120 7377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 812380

[startup+2.10267 s]
/proc/loadavg: 0.16 0.04 0.01 3/80 10358
/proc/meminfo: memFree=741128/2055920 swapFree=4192956/4192956
[pid=10345] ppid=10343 vsize=812380 CPUtime=2.96
/proc/10345/stat : 10345 (java) S 10343 10345 10279 0 -1 0 9933 0 42 0 285 11 0 0 18 0 13 0 18838747 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10345/statm: 203095 7430 1425 9 0 200422 0
[pid=10345/tid=10347] ppid=10343 vsize=812380 CPUtime=1.21
/proc/10345/task/10347/stat : 10347 (java) R 10343 10345 10279 0 -1 64 4892 0 12 0 114 7 0 0 19 0 13 0 18838757 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4109285923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10348] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10348/stat : 10348 (java) S 10343 10345 10279 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 18838764 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10349] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10349/stat : 10349 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 18838764 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10345/tid=10350] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10350/stat : 10350 (java) S 10343 10345 10279 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18838768 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10351] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10351/stat : 10351 (java) S 10343 10345 10279 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 18838768 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10352] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10352/stat : 10352 (java) S 10343 10345 10279 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 18838768 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10353] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10353/stat : 10353 (java) S 10343 10345 10279 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18838778 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10354] ppid=10343 vsize=812380 CPUtime=0.91
/proc/10345/task/10354/stat : 10354 (java) R 10343 10345 10279 0 -1 64 2833 0 0 0 90 1 0 0 16 0 13 0 18838778 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 102548406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10345/tid=10355] ppid=10343 vsize=812380 CPUtime=0.8
/proc/10345/task/10355/stat : 10355 (java) S 10343 10345 10279 0 -1 64 1493 0 0 0 79 1 0 0 17 0 13 0 18838778 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10356] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10356/stat : 10356 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18838778 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10357] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10357/stat : 10357 (java) S 10343 10345 10279 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18838779 831877120 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10345/tid=10358] ppid=10343 vsize=812380 CPUtime=0
/proc/10345/task/10358/stat : 10358 (java) S 10343 10345 10279 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18838934 831877120 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 812380

Child status: 0
Real time (s): 2.19853
CPU time (s): 3.04554
CPU user time (s): 2.92056
CPU system time (s): 0.124981
CPU usage (%): 138.526
Max. virtual memory (cumulated for all children) (KiB): 812744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92056
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9967
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1272
involuntary context switches= 469

runsolver used 0.005999 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-11 15:08:42
IDJOB=2057039
IDBENCH=53329
IDSOLVER=731
FILE ID=node20/2057039-1247317721
PBS_JOBID= 9506587
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= dd88d21f515ede83ff302f77f356a795
RANDOM SEED=1363587802

node20.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.236
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.236
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:        778384 kB
Buffers:         53632 kB
Cached:        1155068 kB
SwapCached:          0 kB
Active:         137080 kB
Inactive:      1086924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        778384 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          25036 kB
Slab:            39224 kB
Committed_AS:   100576 kB
PageTables:       1616 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= 66280 MiB
End job on node20 at 2009-07-11 15:08:44