Trace number 1099370

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 8.32573 8.31193

General information on the benchmark

Namecsp/rand-2-30-15-fcd/
normalized-rand-2-30-15-306-230-fcd-42_ext.xml
MD5SUM5702d1cca2e8648dd8b0a2ed0bbe4dc7
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.203968
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints216
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension216
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.24	c See www.sat4j.org for details.
0.19/0.24	c That software uses the Rhino library from the Mozilla project.
0.19/0.27	c version 9.9.9.token
0.19/0.27	c sun.arch.data.model	32
0.19/0.27	c java.version	1.6.0_06
0.19/0.27	c os.name	Linux
0.19/0.27	c os.version	2.6.9-22.EL.rootsmp
0.19/0.27	c os.arch	i386
0.19/0.27	c Free memory 669864272
0.19/0.27	c Max memory 672137216
0.19/0.27	c Total memory 672137216
0.19/0.27	c Number of processors 2
0.36/0.31	c c --- Begin Solver configuration ---
0.36/0.31	c Stops conflict analysis at the first Unique Implication Point
0.36/0.31	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.31	c Learn all clauses as in MiniSAT
0.36/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.31	c Expensive reason simplification
0.36/0.31	c MiniSAT restarts strategy
0.36/0.31	c timeout=2147483s
0.36/0.31	c DB Simplification allowed=false
0.36/0.31	c --- End Solver configuration ---
0.36/0.31	c solving HOME/instance-1099370-1215285715.xml
0.36/0.31	c reading problem ... 
0.56/0.57	c reading problem named null
0.56/0.57	c reading domains done.
0.56/0.57	c reading variables done.
0.65/0.61	c reading relations done.
1.55/1.55	c reading constraints
1.95/1.96	c done with constraints.
1.95/1.96	c ... done. Wall clock time 1.646s.
1.95/1.96	c #vars     450
1.95/1.96	c #constraints  13238
1.95/1.96	c constraints type 
1.95/1.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13208
1.95/1.96	c org.sat4j.minisat.constraints.card.AtLeast => 30
8.25/8.26	c starts		: 11
8.25/8.26	c conflicts		: 16409
8.25/8.26	c decisions		: 22105
8.25/8.26	c propagations		: 1059766
8.25/8.26	c inspects		: 29397389
8.25/8.26	c learnt literals	: 2
8.25/8.26	c learnt binary clauses	: 20
8.25/8.26	c learnt ternary clauses	: 48
8.25/8.26	c learnt clauses	: 16407
8.25/8.26	c ignored clauses	: 0
8.25/8.26	c root simplifications	: 0
8.25/8.26	c removed literals (reason simplification)	: 367430
8.25/8.26	c reason swapping (by a shorter reason)	: 0
8.25/8.26	c Calls to reduceDB	: 0
8.25/8.26	c speed (assignments/second)	: 168430.7056579784
8.25/8.26	c non guided choices	62
8.25/8.26	s SATISFIABLE
8.25/8.26	v 5 3 3 8 0 10 5 8 4 8 2 2 6 12 11 1 6 0 13 14 14 11 10 3 8 6 10 13 4 6 
8.25/8.26	c Total wall clock time (in seconds) : 7.941

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-1099370-1215285715/watcher-1099370-1215285715 -o /tmp/evaluation-result-1099370-1215285715/solver-1099370-1215285715 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1099370-1215285715.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: 1.92 1.97 1.99 4/79 21349
/proc/meminfo: memFree=1673336/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=152 CPUtime=0
/proc/21349/stat : 21349 (java) R 21347 21349 18317 0 -1 0 211 0 0 0 0 0 0 0 20 0 1 0 140252162 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 11768612 0 0 4096 0 0 0 0 17 0 0 0
/proc/21349/statm: 38 26 19 9 0 4 0

[startup+0.015428 s]
/proc/loadavg: 1.92 1.97 1.99 4/79 21349
/proc/meminfo: memFree=1673336/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=63792 CPUtime=0.01
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 998 0 1 0 0 1 0 0 20 0 2 0 140252162 65323008 743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 15949 750 384 9 0 13727 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 63792

[startup+0.102435 s]
/proc/loadavg: 1.92 1.97 1.99 4/79 21349
/proc/meminfo: memFree=1673336/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=804756 CPUtime=0.09
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 3226 0 1 0 7 2 0 0 20 0 12 0 140252162 824070144 2957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 201189 2957 1218 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.302458 s]
/proc/loadavg: 1.92 1.97 1.99 4/79 21349
/proc/meminfo: memFree=1673336/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=808548 CPUtime=0.36
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 5263 0 1 0 32 4 0 0 20 0 12 0 140252162 827953152 4610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202137 4610 1310 9 0 199506 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 808548

[startup+0.701502 s]
/proc/loadavg: 1.92 1.97 1.99 4/79 21349
/proc/meminfo: memFree=1673336/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=808576 CPUtime=0.75
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 6538 0 1 0 70 5 0 0 20 0 12 0 140252162 827981824 5809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202144 5809 1336 9 0 199506 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 808576

[startup+1.5016 s]
/proc/loadavg: 2.01 1.98 1.99 4/91 21361
/proc/meminfo: memFree=1653656/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=810252 CPUtime=1.55
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 9794 0 1 0 148 7 0 0 20 0 12 0 140252162 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202563 8284 1351 9 0 199925 0
[pid=21349/tid=21351] ppid=21347 vsize=810252 CPUtime=0.71
/proc/21349/task/21351/stat : 21351 (java) R 21347 21349 18317 0 -1 64 6244 0 1 0 66 5 0 0 22 0 12 0 140252163 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21352] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21352/stat : 21352 (java) S 21347 21349 18317 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 140252163 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21353] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21353/stat : 21353 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 140252163 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21354] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21354/stat : 21354 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 140252165 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21355] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21355/stat : 21355 (java) S 21347 21349 18317 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 140252166 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21356] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21356/stat : 21356 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 140252166 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21357] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21357/stat : 21357 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140252170 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21358] ppid=21347 vsize=810252 CPUtime=0.35
/proc/21349/task/21358/stat : 21358 (java) R 21347 21349 18317 0 -1 64 1620 0 0 0 35 0 0 0 16 0 12 0 140252170 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 104088899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21359] ppid=21347 vsize=810252 CPUtime=0.46
/proc/21349/task/21359/stat : 21359 (java) S 21347 21349 18317 0 -1 64 1165 0 0 0 46 0 0 0 16 0 12 0 140252170 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21360] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21360/stat : 21360 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140252170 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21361] ppid=21347 vsize=810252 CPUtime=0
/proc/21349/task/21361/stat : 21361 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140252170 829698048 8284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 810252

[startup+3.10177 s]
/proc/loadavg: 2.01 1.98 1.99 3/92 21362
/proc/meminfo: memFree=1638992/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=810576 CPUtime=3.15
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 11643 0 1 0 307 8 0 0 20 0 13 0 140252162 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202644 10131 1374 9 0 200006 0
[pid=21349/tid=21351] ppid=21347 vsize=810576 CPUtime=1.6
/proc/21349/task/21351/stat : 21351 (java) R 21347 21349 18317 0 -1 64 8015 0 1 0 155 5 0 0 25 0 13 0 140252163 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4109782166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21352] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21352/stat : 21352 (java) S 21347 21349 18317 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 140252163 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21353] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21353/stat : 21353 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140252163 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21354] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21354/stat : 21354 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 140252165 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21355] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21355/stat : 21355 (java) S 21347 21349 18317 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 140252166 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21356] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21356/stat : 21356 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140252166 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21357] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21357/stat : 21357 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 830029824 10131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21358] ppid=21347 vsize=810576 CPUtime=0.68
/proc/21349/task/21358/stat : 21358 (java) S 21347 21349 18317 0 -1 64 1649 0 0 0 68 0 0 0 16 0 13 0 140252170 830029824 10132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21359] ppid=21347 vsize=810576 CPUtime=0.83
/proc/21349/task/21359/stat : 21359 (java) S 21347 21349 18317 0 -1 64 1210 0 0 0 83 0 0 0 16 0 13 0 140252170 830029824 10132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21360] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21360/stat : 21360 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 830029824 10132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21361] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21361/stat : 21361 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140252170 830029824 10132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21362] ppid=21347 vsize=810576 CPUtime=0
/proc/21349/task/21362/stat : 21362 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 140252359 830029824 10132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 810576

[startup+6.30213 s]
/proc/loadavg: 2.01 1.98 1.99 3/92 21362
/proc/meminfo: memFree=1635416/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=810256 CPUtime=6.35
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 12445 0 1 0 627 8 0 0 20 0 13 0 140252162 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202564 10851 1378 9 0 199926 0
[pid=21349/tid=21351] ppid=21347 vsize=810256 CPUtime=4.63
/proc/21349/task/21351/stat : 21351 (java) R 21347 21349 18317 0 -1 64 8800 0 1 0 457 6 0 0 25 0 13 0 140252163 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4109781262 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21352] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21352/stat : 21352 (java) S 21347 21349 18317 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 140252163 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21353] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21353/stat : 21353 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140252163 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21354] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21354/stat : 21354 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 140252165 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21355] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21355/stat : 21355 (java) S 21347 21349 18317 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 140252166 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21356] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21356/stat : 21356 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140252166 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21357] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21357/stat : 21357 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21358] ppid=21347 vsize=810256 CPUtime=0.75
/proc/21349/task/21358/stat : 21358 (java) S 21347 21349 18317 0 -1 64 1655 0 0 0 75 0 0 0 16 0 13 0 140252170 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21359] ppid=21347 vsize=810256 CPUtime=0.93
/proc/21349/task/21359/stat : 21359 (java) S 21347 21349 18317 0 -1 64 1221 0 0 0 93 0 0 0 16 0 13 0 140252170 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21360] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21360/stat : 21360 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21361] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21361/stat : 21361 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140252170 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21362] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21362/stat : 21362 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 140252359 829702144 10851 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 810256

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

[startup+7.10223 s]
/proc/loadavg: 2.01 1.98 1.99 3/92 21362
/proc/meminfo: memFree=1634584/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=810256 CPUtime=7.15
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 12554 0 1 0 707 8 0 0 20 0 13 0 140252162 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202564 10960 1378 9 0 199926 0
[pid=21349/tid=21351] ppid=21347 vsize=810256 CPUtime=5.43
/proc/21349/task/21351/stat : 21351 (java) R 21347 21349 18317 0 -1 64 8909 0 1 0 537 6 0 0 25 0 13 0 140252163 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4109790410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21352] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21352/stat : 21352 (java) S 21347 21349 18317 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 140252163 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21353] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21353/stat : 21353 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140252163 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21354] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21354/stat : 21354 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 140252165 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21355] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21355/stat : 21355 (java) S 21347 21349 18317 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 140252166 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21356] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21356/stat : 21356 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140252166 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21357] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21357/stat : 21357 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21358] ppid=21347 vsize=810256 CPUtime=0.75
/proc/21349/task/21358/stat : 21358 (java) S 21347 21349 18317 0 -1 64 1655 0 0 0 75 0 0 0 16 0 13 0 140252170 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21359] ppid=21347 vsize=810256 CPUtime=0.93
/proc/21349/task/21359/stat : 21359 (java) S 21347 21349 18317 0 -1 64 1221 0 0 0 93 0 0 0 16 0 13 0 140252170 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21360] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21360/stat : 21360 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21361] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21361/stat : 21361 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140252170 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21362] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21362/stat : 21362 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 140252359 829702144 10960 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 810256

[startup+7.90232 s]
/proc/loadavg: 2.01 1.98 1.99 3/92 21362
/proc/meminfo: memFree=1634088/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=810256 CPUtime=7.95
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 12674 0 1 0 787 8 0 0 20 0 13 0 140252162 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202564 11079 1378 9 0 199926 0
[pid=21349/tid=21351] ppid=21347 vsize=810256 CPUtime=6.21
/proc/21349/task/21351/stat : 21351 (java) R 21347 21349 18317 0 -1 64 9026 0 1 0 615 6 0 0 25 0 13 0 140252163 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4109790396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21352] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21352/stat : 21352 (java) S 21347 21349 18317 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 140252163 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21353] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21353/stat : 21353 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140252163 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21354] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21354/stat : 21354 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 140252165 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21355] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21355/stat : 21355 (java) S 21347 21349 18317 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 140252166 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21356] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21356/stat : 21356 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 140252166 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21357] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21357/stat : 21357 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21358] ppid=21347 vsize=810256 CPUtime=0.75
/proc/21349/task/21358/stat : 21358 (java) S 21347 21349 18317 0 -1 64 1655 0 0 0 75 0 0 0 16 0 13 0 140252170 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21359] ppid=21347 vsize=810256 CPUtime=0.95
/proc/21349/task/21359/stat : 21359 (java) S 21347 21349 18317 0 -1 64 1224 0 0 0 95 0 0 0 17 0 13 0 140252170 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21360] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21360/stat : 21360 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140252170 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21361] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21361/stat : 21361 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140252170 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21362] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21362/stat : 21362 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 140252359 829702144 11079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 810256

[startup+8.30236 s]
/proc/loadavg: 2.01 1.98 1.99 3/92 21362
/proc/meminfo: memFree=1634088/2055920 swapFree=4179164/4192956
[pid=21349] ppid=21347 vsize=810256 CPUtime=8.31
/proc/21349/stat : 21349 (java) S 21347 21349 18317 0 -1 0 12754 0 1 0 823 8 0 0 20 0 12 0 140252162 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21349/statm: 202564 11158 1379 9 0 199926 0
[pid=21349/tid=21351] ppid=21347 vsize=810256 CPUtime=6.57
/proc/21349/task/21351/stat : 21351 (java) S 21347 21349 18317 0 -1 64 9101 0 1 0 651 6 0 0 25 0 12 0 140252163 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21352] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21352/stat : 21352 (java) S 21347 21349 18317 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 140252163 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21353] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21353/stat : 21353 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 140252163 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21354] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21354/stat : 21354 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 140252165 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21355] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21355/stat : 21355 (java) S 21347 21349 18317 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 140252166 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21356] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21356/stat : 21356 (java) S 21347 21349 18317 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 140252166 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21357] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21357/stat : 21357 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140252170 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21358] ppid=21347 vsize=810256 CPUtime=0.75
/proc/21349/task/21358/stat : 21358 (java) S 21347 21349 18317 0 -1 64 1655 0 0 0 75 0 0 0 16 0 12 0 140252170 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21359] ppid=21347 vsize=810256 CPUtime=0.95
/proc/21349/task/21359/stat : 21359 (java) S 21347 21349 18317 0 -1 64 1224 0 0 0 95 0 0 0 17 0 12 0 140252170 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21360] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21360/stat : 21360 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140252170 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21349/tid=21361] ppid=21347 vsize=810256 CPUtime=0
/proc/21349/task/21361/stat : 21361 (java) S 21347 21349 18317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140252170 829702144 11158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 810256

Child status: 0
Real time (s): 8.31193
CPU time (s): 8.32573
CPU user time (s): 8.23075
CPU system time (s): 0.094985
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 810576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23075
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12757
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= 847
involuntary context switches= 864

runsolver used 0.016997 second user time and 0.030995 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 21:21:55
IDJOB=1099370
IDBENCH=59721
IDSOLVER=344
FILE ID=node76/1099370-1215285715
PBS_JOBID= 7882247
Free space on /tmp= 66484 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-2-30-15-fcd/normalized-rand-2-30-15-306-230-fcd-42_ext.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-1099370-1215285715/watcher-1099370-1215285715 -o /tmp/evaluation-result-1099370-1215285715/solver-1099370-1215285715 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1099370-1215285715.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5702d1cca2e8648dd8b0a2ed0bbe4dc7
RANDOM SEED=1187678319

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673816 kB
Buffers:         65976 kB
Cached:         231124 kB
SwapCached:       7608 kB
Active:         181644 kB
Inactive:       134692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673816 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          29724 kB
Slab:            50840 kB
Committed_AS:   548636 kB
PageTables:       2024 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= 66484 MiB
End job on node76 at 2008-07-05 21:22:04