Trace number 1083644

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 2008-06-13SAT 10.4104 10.3192

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen3-f10.xml
MD5SUM7c031a4f0ae7f5abe8f5afc15d4bc282
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.358945
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2760
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.26	c See www.sat4j.org for details.
0.19/0.26	c That software uses the Rhino library from the Mozilla project.
0.30/0.34	c version 9.9.9.token
0.30/0.34	c sun.arch.data.model	32
0.30/0.34	c java.version	1.6.0_06
0.30/0.34	c os.name	Linux
0.30/0.34	c os.version	2.6.9-22.EL.rootsmp
0.30/0.34	c os.arch	i386
0.30/0.34	c Free memory 669864272
0.30/0.34	c Max memory 672137216
0.30/0.34	c Total memory 672137216
0.30/0.34	c Number of processors 2
0.30/0.39	c c --- Begin Solver configuration ---
0.30/0.39	c Stops conflict analysis at the first Unique Implication Point
0.30/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.39	c Learn all clauses as in MiniSAT
0.30/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.39	c Expensive reason simplification
0.30/0.39	c MiniSAT restarts strategy
0.30/0.39	c timeout=2147483s
0.30/0.39	c DB Simplification allowed=false
0.30/0.39	c --- End Solver configuration ---
0.30/0.39	c solving HOME/instance-1083644-1215229224.xml
0.30/0.39	c reading problem ... 
0.60/0.67	c reading problem named null
0.60/0.67	c reading domains done.
0.60/0.68	c reading variables done.
1.09/1.15	c reading predicates  done.
1.29/1.34	c reading constraints
9.45/9.38	c done with constraints.
9.45/9.38	c ... done. Wall clock time 8.987s.
9.45/9.38	c #vars     12174
9.45/9.38	c #constraints  147489
9.45/9.38	c constraints type 
9.45/9.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143371
9.45/9.38	c org.sat4j.minisat.constraints.card.AtLeast => 400
10.34/10.23	c starts		: 1
10.34/10.24	c conflicts		: 54
10.34/10.24	c decisions		: 3411
10.34/10.24	c propagations		: 25066
10.34/10.24	c inspects		: 988041
10.34/10.24	c learnt literals	: 0
10.34/10.24	c learnt binary clauses	: 0
10.34/10.24	c learnt ternary clauses	: 0
10.34/10.24	c learnt clauses	: 54
10.34/10.24	c ignored clauses	: 0
10.34/10.24	c root simplifications	: 0
10.34/10.24	c removed literals (reason simplification)	: 779
10.34/10.24	c reason swapping (by a shorter reason)	: 0
10.34/10.24	c Calls to reduceDB	: 0
10.34/10.24	c speed (assignments/second)	: 30680.538555691557
10.34/10.24	c non guided choices	3271
10.34/10.24	s SATISFIABLE
10.34/10.24	v 324 86 352 114 142 380 380 142 86 324 72 310 156 394 254 16 16 254 414 652 652 414 30 268 652 414 254 16 414 652 310 72 268 30 380 142 652 414 254 16 128 366 16 254 652 414 44 282 156 394 394 156 268 30 414 652 268 30 128 366 380 142 44 282 128 366 72 310 338 100 142 380 100 338 128 366 72 310 414 652 352 114 282 44 310 72 310 72 324 86 324 86 296 58 352 114 282 44 142 380 254 16 254 16 142 380 380 142 652 414 296 58 652 414 268 30 156 394 128 366 296 58 310 72 414 652 254 16 254 16 394 156 30 268 414 652 352 114 72 310 114 352 324 86 394 156 44 282 142 380 44 282 268 30 142 380 338 100 268 30 366 128 296 58 114 352 156 394 282 44 128 366 352 114 366 128 652 414 338 100 100 338 366 128 380 142 114 352 254 16 338 100 380 142 352 114 310 72 268 30 254 16 366 128 338 100 58 296 268 30 254 16 324 86 114 352 380 142 72 310 380 142 380 142 114 352 30 268 268 30 652 414 324 86 310 72 128 366 366 128 156 394 128 366 366 128 282 44 380 142 268 30 366 128 268 30 268 30 366 128 44 282 366 128 72 310 44 282 100 338 352 114 352 114 44 282 58 296 380 142 324 86 282 44 100 338 44 282 142 380 86 324 296 58 352 114 254 16 254 16 394 156 72 310 296 58 254 16 268 30 254 16 394 156 324 86 254 16 254 16 254 16 254 16 268 30 268 30 324 86 58 296 58 296 324 86 142 380 142 380 394 156 414 652 296 58 338 100 254 16 268 30 254 16 268 30 338 100 268 30 338 100 268 30 352 114 282 44 268 30 338 100 268 30 282 44 324 86 254 16 44 282 268 30 352 114 310 72 282 44 324 86 268 30 268 30 254 16 254 16 
10.34/10.24	c Total wall clock time (in seconds) : 9.842

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083644-1215229224/watcher-1083644-1215229224 -o /tmp/evaluation-result-1083644-1215229224/solver-1083644-1215229224 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083644-1215229224.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.02 2.00 3/72 768
/proc/meminfo: memFree=1469192/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=152 CPUtime=0
/proc/768/stat : 768 (java) R 766 768 30823 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2001897070 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 7512868 0 0 4096 0 0 0 0 17 0 0 0
/proc/768/statm: 38 26 19 9 0 4 0

[startup+0.020386 s]
/proc/loadavg: 2.17 2.02 2.00 3/72 768
/proc/meminfo: memFree=1469192/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=798812 CPUtime=0.01
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 1703 0 1 0 0 1 0 0 18 0 4 0 2001897070 817983488 1444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 199703 1447 420 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.102396 s]
/proc/loadavg: 2.17 2.02 2.00 3/72 768
/proc/meminfo: memFree=1469192/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=804756 CPUtime=0.09
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 3163 0 1 0 7 2 0 0 18 0 12 0 2001897070 824070144 2894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 201189 2894 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301421 s]
/proc/loadavg: 2.17 2.02 2.00 3/72 768
/proc/meminfo: memFree=1469192/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=809208 CPUtime=0.3
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 4999 0 1 0 27 3 0 0 18 0 12 0 2001897070 828628992 4361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 202302 4361 1308 9 0 199671 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 809208

[startup+0.701442 s]
/proc/loadavg: 2.17 2.02 2.00 3/72 768
/proc/meminfo: memFree=1469192/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=808880 CPUtime=0.69
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 6146 0 1 0 65 4 0 0 18 0 12 0 2001897070 828293120 5471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 202220 5471 1335 9 0 199582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808880

[startup+1.50151 s]
/proc/loadavg: 2.17 2.02 2.00 4/84 780
/proc/meminfo: memFree=1450856/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=808880 CPUtime=1.49
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 8519 0 1 0 143 6 0 0 18 0 12 0 2001897070 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 202220 7124 1352 9 0 199582 0
[pid=768/tid=770] ppid=766 vsize=808880 CPUtime=0.82
/proc/768/task/770/stat : 770 (java) R 766 768 30823 0 -1 64 5609 0 1 0 78 4 0 0 19 0 12 0 2001897071 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4109193998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=768/tid=771] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/771/stat : 771 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 2001897072 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=772] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/772/stat : 772 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2001897072 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=773] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/773/stat : 773 (java) S 766 768 30823 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2001897073 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=774] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/774/stat : 774 (java) S 766 768 30823 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2001897074 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=775] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/775/stat : 775 (java) S 766 768 30823 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2001897074 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=776] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/776/stat : 776 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001897078 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=777] ppid=766 vsize=808880 CPUtime=0.34
/proc/768/task/777/stat : 777 (java) S 766 768 30823 0 -1 64 1147 0 0 0 34 0 0 0 16 0 12 0 2001897078 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=768/tid=778] ppid=766 vsize=808880 CPUtime=0.3
/proc/768/task/778/stat : 778 (java) S 766 768 30823 0 -1 64 1001 0 0 0 30 0 0 0 16 0 12 0 2001897078 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=768/tid=779] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/779/stat : 779 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001897078 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=780] ppid=766 vsize=808880 CPUtime=0
/proc/768/task/780/stat : 780 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001897078 828293120 7124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808880

[startup+3.10266 s]
/proc/loadavg: 2.17 2.02 2.00 5/84 780
/proc/meminfo: memFree=1437736/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=815912 CPUtime=3.21
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 23216 0 1 0 308 13 0 0 18 0 12 0 2001897070 835493888 19284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 203978 19286 1382 9 0 201340 0
[pid=768/tid=770] ppid=766 vsize=815912 CPUtime=1.6
/proc/768/task/770/stat : 770 (java) R 766 768 30823 0 -1 64 15968 0 1 0 151 9 0 0 23 0 12 0 2001897071 835493888 19287 996147200 134512640 134550740 4294956016 18446744073709551615 4109772863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=771] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/771/stat : 771 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 2001897072 835493888 19288 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=772] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/772/stat : 772 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2001897072 835493888 19289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=773] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/773/stat : 773 (java) S 766 768 30823 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2001897073 835493888 19290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=774] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/774/stat : 774 (java) S 766 768 30823 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2001897074 835493888 19291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=775] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/775/stat : 775 (java) S 766 768 30823 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2001897074 835493888 19292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=776] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/776/stat : 776 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001897078 835493888 19293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=777] ppid=766 vsize=815912 CPUtime=0.89
/proc/768/task/777/stat : 777 (java) S 766 768 30823 0 -1 64 5139 0 0 0 87 2 0 0 16 0 12 0 2001897078 835493888 19294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=778] ppid=766 vsize=815912 CPUtime=0.69
/proc/768/task/778/stat : 778 (java) S 766 768 30823 0 -1 64 1350 0 0 0 69 0 0 0 16 0 12 0 2001897078 835493888 19295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=779] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/779/stat : 779 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001897078 835493888 19296 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=780] ppid=766 vsize=815912 CPUtime=0
/proc/768/task/780/stat : 780 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001897078 835493888 19297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 815912

[startup+6.30294 s]
/proc/loadavg: 2.32 2.05 2.01 4/84 780
/proc/meminfo: memFree=1372200/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=815304 CPUtime=6.4
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 30602 0 1 0 623 17 0 0 18 0 12 0 2001897070 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 203826 26406 1387 9 0 201188 0
[pid=768/tid=770] ppid=766 vsize=815304 CPUtime=3.87
/proc/768/task/770/stat : 770 (java) R 766 768 30823 0 -1 64 17524 0 1 0 377 10 0 0 25 0 12 0 2001897071 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4109699828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=771] ppid=766 vsize=815304 CPUtime=0.12
/proc/768/task/771/stat : 771 (java) S 766 768 30823 0 -1 64 3242 0 0 0 11 1 0 0 17 0 12 0 2001897072 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=772] ppid=766 vsize=815304 CPUtime=0.08
/proc/768/task/772/stat : 772 (java) S 766 768 30823 0 -1 64 2283 0 0 0 8 0 0 0 17 0 12 0 2001897072 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=773] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/773/stat : 773 (java) S 766 768 30823 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 2001897073 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=774] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/774/stat : 774 (java) S 766 768 30823 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001897074 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=775] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/775/stat : 775 (java) S 766 768 30823 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001897074 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=776] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/776/stat : 776 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001897078 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=777] ppid=766 vsize=815304 CPUtime=1.25
/proc/768/task/777/stat : 777 (java) S 766 768 30823 0 -1 64 5177 0 0 0 123 2 0 0 16 0 12 0 2001897078 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=778] ppid=766 vsize=815304 CPUtime=1.03
/proc/768/task/778/stat : 778 (java) S 766 768 30823 0 -1 64 1532 0 0 0 102 1 0 0 16 0 12 0 2001897078 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=779] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/779/stat : 779 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001897078 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=780] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/780/stat : 780 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001897078 834871296 26406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 815304

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

[startup+7.90208 s]
/proc/loadavg: 2.29 2.05 2.01 3/84 780
/proc/meminfo: memFree=1362856/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=815304 CPUtime=8.03
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 32018 0 1 0 785 18 0 0 18 0 12 0 2001897070 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 203826 27767 1389 9 0 201188 0
[pid=768/tid=770] ppid=766 vsize=815304 CPUtime=5.01
/proc/768/task/770/stat : 770 (java) R 766 768 30823 0 -1 64 17533 0 1 0 491 10 0 0 25 0 12 0 2001897071 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4109654506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=771] ppid=766 vsize=815304 CPUtime=0.2
/proc/768/task/771/stat : 771 (java) S 766 768 30823 0 -1 64 3776 0 0 0 19 1 0 0 16 0 12 0 2001897072 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=772] ppid=766 vsize=815304 CPUtime=0.16
/proc/768/task/772/stat : 772 (java) S 766 768 30823 0 -1 64 3133 0 0 0 15 1 0 0 16 0 12 0 2001897072 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=773] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/773/stat : 773 (java) S 766 768 30823 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 2001897073 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=774] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/774/stat : 774 (java) S 766 768 30823 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001897074 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=775] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/775/stat : 775 (java) S 766 768 30823 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001897074 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=776] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/776/stat : 776 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001897078 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=777] ppid=766 vsize=815304 CPUtime=1.33
/proc/768/task/777/stat : 777 (java) S 766 768 30823 0 -1 64 5180 0 0 0 131 2 0 0 15 0 12 0 2001897078 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=778] ppid=766 vsize=815304 CPUtime=1.27
/proc/768/task/778/stat : 778 (java) S 766 768 30823 0 -1 64 1552 0 0 0 126 1 0 0 16 0 12 0 2001897078 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=779] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/779/stat : 779 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001897078 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=780] ppid=766 vsize=815304 CPUtime=0
/proc/768/task/780/stat : 780 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001897078 834871296 27767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 815304

[startup+9.50122 s]
/proc/loadavg: 2.29 2.05 2.01 3/84 780
/proc/meminfo: memFree=1359464/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=816272 CPUtime=9.64
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 33282 0 1 0 945 19 0 0 18 0 13 0 2001897070 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 204068 28976 1393 9 0 201430 0
[pid=768/tid=770] ppid=766 vsize=816272 CPUtime=6.1
/proc/768/task/770/stat : 770 (java) R 766 768 30823 0 -1 64 17546 0 1 0 600 10 0 0 25 0 13 0 2001897071 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4110277702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=771] ppid=766 vsize=816272 CPUtime=0.26
/proc/768/task/771/stat : 771 (java) S 766 768 30823 0 -1 64 4382 0 0 0 24 2 0 0 17 0 13 0 2001897072 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=772] ppid=766 vsize=816272 CPUtime=0.24
/proc/768/task/772/stat : 772 (java) S 766 768 30823 0 -1 64 3745 0 0 0 23 1 0 0 16 0 13 0 2001897072 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=773] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/773/stat : 773 (java) S 766 768 30823 0 -1 64 83 0 0 0 0 0 0 0 17 0 13 0 2001897073 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=774] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/774/stat : 774 (java) S 766 768 30823 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001897074 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=775] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/775/stat : 775 (java) S 766 768 30823 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001897074 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=776] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/776/stat : 776 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001897078 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=777] ppid=766 vsize=816272 CPUtime=1.64
/proc/768/task/777/stat : 777 (java) S 766 768 30823 0 -1 64 5203 0 0 0 162 2 0 0 15 0 13 0 2001897078 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=778] ppid=766 vsize=816272 CPUtime=1.35
/proc/768/task/778/stat : 778 (java) S 766 768 30823 0 -1 64 1556 0 0 0 134 1 0 0 15 0 13 0 2001897078 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=779] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/779/stat : 779 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001897078 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=780] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/780/stat : 780 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001897078 835862528 28976 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (KiB) 816272

[startup+9.90625 s]
/proc/loadavg: 2.29 2.05 2.01 4/85 781
/proc/meminfo: memFree=1357984/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=816272 CPUtime=10.04
/proc/768/stat : 768 (java) S 766 768 30823 0 -1 0 33302 0 1 0 985 19 0 0 18 0 13 0 2001897070 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 204068 28996 1394 9 0 201430 0
[pid=768/tid=770] ppid=766 vsize=816272 CPUtime=6.21
/proc/768/task/770/stat : 770 (java) R 766 768 30823 0 -1 64 17548 0 1 0 611 10 0 0 25 0 13 0 2001897071 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=771] ppid=766 vsize=816272 CPUtime=0.26
/proc/768/task/771/stat : 771 (java) S 766 768 30823 0 -1 64 4382 0 0 0 24 2 0 0 17 0 13 0 2001897072 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=772] ppid=766 vsize=816272 CPUtime=0.24
/proc/768/task/772/stat : 772 (java) S 766 768 30823 0 -1 64 3745 0 0 0 23 1 0 0 16 0 13 0 2001897072 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=773] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/773/stat : 773 (java) S 766 768 30823 0 -1 64 83 0 0 0 0 0 0 0 17 0 13 0 2001897073 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=774] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/774/stat : 774 (java) S 766 768 30823 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001897074 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=775] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/775/stat : 775 (java) S 766 768 30823 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001897074 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=776] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/776/stat : 776 (java) S 766 768 30823 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001897078 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=777] ppid=766 vsize=816272 CPUtime=1.76
/proc/768/task/777/stat : 777 (java) S 766 768 30823 0 -1 64 5213 0 0 0 174 2 0 0 16 0 13 0 2001897078 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=778] ppid=766 vsize=816272 CPUtime=1.52
/proc/768/task/778/stat : 778 (java) R 766 768 30823 0 -1 64 1564 0 0 0 151 1 0 0 16 0 13 0 2001897078 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 105839248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=779] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/779/stat : 779 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001897078 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=780] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/780/stat : 780 (java) S 766 768 30823 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001897078 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=768/tid=781] ppid=766 vsize=816272 CPUtime=0
/proc/768/task/781/stat : 781 (java) S 766 768 30823 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 2001898013 835862528 28996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.04
Current children cumulated vsize (KiB) 816272

[startup+10.3013 s]
/proc/loadavg: 2.29 2.05 2.01 4/85 781
/proc/meminfo: memFree=1357984/2055920 swapFree=4180972/4192956
[pid=768] ppid=766 vsize=0 CPUtime=10.38
/proc/768/stat : 768 (java) Z 766 768 30823 0 -1 12 34603 0 1 0 1018 20 0 0 16 0 2 0 2001897070 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/768/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 10.3192
CPU time (s): 10.4104
CPU user time (s): 10.1885
CPU system time (s): 0.221966
CPU usage (%): 100.883
Max. virtual memory (cumulated for all children) (KiB): 817304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1885
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34603
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= 1153
involuntary context switches= 1228

runsolver used 0.023996 second user time and 0.035994 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 05:40:24
IDJOB=1083644
IDBENCH=57498
IDSOLVER=344
FILE ID=node15/1083644-1215229224
PBS_JOBID= 7881813
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rlfapScensMod/normalized-scen3-f10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083644-1215229224/watcher-1083644-1215229224 -o /tmp/evaluation-result-1083644-1215229224/solver-1083644-1215229224 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083644-1215229224.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c031a4f0ae7f5abe8f5afc15d4bc282
RANDOM SEED=929585740

node15.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.229
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.229
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:       1469672 kB
Buffers:         42132 kB
Cached:         168836 kB
SwapCached:       6020 kB
Active:         457720 kB
Inactive:        68244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469672 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:         322980 kB
Slab:            44984 kB
Committed_AS:  4022028 kB
PageTables:       2520 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= 66492 MiB
End job on node15 at 2008-07-05 05:40:35