Trace number 1077541

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 9.96348 7.56163

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-1.xml
MD5SUM5b5269db334482e2a4ffd4210c999279
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity3
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.23	c See www.sat4j.org for details.
0.26/0.23	c That software uses the Rhino library from the Mozilla project.
0.26/0.26	c version 9.9.9.token
0.26/0.26	c sun.arch.data.model	32
0.26/0.26	c java.version	1.6.0_06
0.26/0.26	c os.name	Linux
0.26/0.26	c os.version	2.6.9-22.EL.rootsmp
0.26/0.26	c os.arch	i386
0.26/0.26	c Free memory 669864272
0.26/0.26	c Max memory 672137216
0.26/0.26	c Total memory 672137216
0.26/0.26	c Number of processors 2
0.37/0.30	c c --- Begin Solver configuration ---
0.37/0.30	c Stops conflict analysis at the first Unique Implication Point
0.37/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.30	c Learn all clauses as in MiniSAT
0.37/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.30	c Expensive reason simplification
0.37/0.30	c MiniSAT restarts strategy
0.37/0.30	c timeout=2147483s
0.37/0.30	c DB Simplification allowed=false
0.37/0.30	c --- End Solver configuration ---
0.37/0.30	c solving HOME/instance-1077541-1215193209.xml
0.37/0.30	c reading problem ... 
0.51/0.47	c reading problem named null
0.51/0.47	c reading domains done.
0.51/0.48	c reading variables done.
0.67/0.54	c reading predicates  done.
0.96/0.73	c reading constraints
8.79/6.86	c done with constraints.
8.79/6.86	c ... done. Wall clock time 6.557s.
8.79/6.86	c #vars     4600
8.79/6.86	c #constraints  403265
8.79/6.86	c constraints type 
8.79/6.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 402318
8.79/6.86	c org.sat4j.minisat.constraints.card.AtLeast => 100
9.78/7.50	c starts		: 5
9.78/7.50	c conflicts		: 1089
9.78/7.50	c decisions		: 25697
9.78/7.50	c propagations		: 46651
9.78/7.50	c inspects		: 1367781
9.78/7.50	c learnt literals	: 10
9.78/7.50	c learnt binary clauses	: 74
9.78/7.50	c learnt ternary clauses	: 87
9.78/7.50	c learnt clauses	: 1079
9.78/7.50	c ignored clauses	: 0
9.78/7.50	c root simplifications	: 0
9.78/7.50	c removed literals (reason simplification)	: 3021
9.78/7.50	c reason swapping (by a shorter reason)	: 0
9.78/7.50	c Calls to reduceDB	: 0
9.78/7.50	c speed (assignments/second)	: 73814.87341772152
9.78/7.50	c non guided choices	12112
9.78/7.50	s SATISFIABLE
9.93/7.50	v 29 3 40 42 23 31 13 41 29 3 35 7 5 11 10 17 41 13 39 3 39 27 7 8 4 13 2 43 19 31 47 41 2 2 2 45 43 3 27 13 29 3 17 13 11 42 23 47 36 11 2 2 2 2 2 2 5 2 3 2 2 2 2 2 2 2 2 2 43 2 2 2 2 2 2 11 24 18 34 13 2 2 2 2 23 2 42 37 47 2 46 3 42 20 26 15 3 36 27 47 
9.93/7.50	c Total wall clock time (in seconds) : 7.198

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-1077541-1215193209/watcher-1077541-1215193209 -o /tmp/evaluation-result-1077541-1215193209/solver-1077541-1215193209 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077541-1215193209.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: 0.85 0.95 0.98 2/64 3354
/proc/meminfo: memFree=1585792/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=152 CPUtime=0
/proc/3354/stat : 3354 (java6) R 3352 3354 31851 0 -1 0 41 0 0 0 0 0 0 0 21 0 1 0 1548994975 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 6926635 0 0 4096 0 0 0 0 17 1 0 0
/proc/3354/statm: 38 26 19 9 0 4 0

[startup+0.0439079 s]
/proc/loadavg: 0.85 0.95 0.98 2/64 3354
/proc/meminfo: memFree=1585792/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=801432 CPUtime=0.03
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 2516 0 1 0 2 1 0 0 18 0 5 0 1548994975 820666368 2253 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 200358 2253 959 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101918 s]
/proc/loadavg: 0.85 0.95 0.98 2/64 3354
/proc/meminfo: memFree=1585792/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=804756 CPUtime=0.09
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 3161 0 1 0 7 2 0 0 18 0 12 0 1548994975 824070144 2892 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 201189 2892 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301953 s]
/proc/loadavg: 0.85 0.95 0.98 2/64 3354
/proc/meminfo: memFree=1585792/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=808536 CPUtime=0.37
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 5276 0 1 0 34 3 0 0 18 0 12 0 1548994975 827940864 4636 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 202134 4636 1310 9 0 199503 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808536

[startup+0.702027 s]
/proc/loadavg: 0.85 0.95 0.98 2/64 3354
/proc/meminfo: memFree=1585792/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=808880 CPUtime=0.96
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 7885 0 1 0 91 5 0 0 18 0 12 0 1548994975 828293120 6468 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 202220 6468 1345 9 0 199582 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 808880

[startup+1.50216 s]
/proc/loadavg: 0.85 0.95 0.98 4/76 3366
/proc/meminfo: memFree=1561312/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=818608 CPUtime=2.4
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 14805 0 1 0 231 9 0 0 18 0 12 0 1548994975 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 204652 9906 1381 9 0 202014 0
[pid=3354/tid=3356] ppid=3352 vsize=818608 CPUtime=1.15
/proc/3354/task/3356/stat : 3356 (java) R 3352 3354 31851 0 -1 64 6055 0 1 0 111 4 0 0 19 0 12 0 1548994977 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4109210878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3357] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3357/stat : 3357 (java) S 3352 3354 31851 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1548994977 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3358] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3358/stat : 3358 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548994977 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3359] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3359/stat : 3359 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1548994979 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3360] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3360/stat : 3360 (java) S 3352 3354 31851 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 1548994980 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3361] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3361/stat : 3361 (java) S 3352 3354 31851 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1548994980 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3362] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3362/stat : 3362 (java) S 3352 3354 31851 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1548994984 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3363] ppid=3352 vsize=818608 CPUtime=0.61
/proc/3354/task/3363/stat : 3363 (java) R 3352 3354 31851 0 -1 64 2647 0 0 0 61 0 0 0 17 0 12 0 1548994984 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 104112762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3364] ppid=3352 vsize=818608 CPUtime=0.61
/proc/3354/task/3364/stat : 3364 (java) R 3352 3354 31851 0 -1 64 5340 0 0 0 58 3 0 0 18 0 12 0 1548994984 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 102514541 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3365] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3365/stat : 3365 (java) S 3352 3354 31851 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1548994984 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3366] ppid=3352 vsize=818608 CPUtime=0
/proc/3354/task/3366/stat : 3366 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548994984 838254592 9906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 818608

[startup+3.10143 s]
/proc/loadavg: 0.85 0.95 0.98 2/76 3366
/proc/meminfo: memFree=1544224/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=819744 CPUtime=4.31
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 21196 0 1 0 420 11 0 0 18 0 12 0 1548994975 839417856 15156 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 204936 15156 1381 9 0 202298 0
[pid=3354/tid=3356] ppid=3352 vsize=819744 CPUtime=2.68
/proc/3354/task/3356/stat : 3356 (java) R 3352 3354 31851 0 -1 64 10976 0 1 0 262 6 0 0 25 0 12 0 1548994977 839417856 15156 996147200 134512640 134550740 4294955984 18446744073709551615 4109771086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3357] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3357/stat : 3357 (java) S 3352 3354 31851 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1548994977 839417856 15156 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3358] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3358/stat : 3358 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548994977 839417856 15156 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3359] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3359/stat : 3359 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1548994979 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3360] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3360/stat : 3360 (java) S 3352 3354 31851 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 1548994980 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3361] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3361/stat : 3361 (java) S 3352 3354 31851 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1548994980 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3362] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3362/stat : 3362 (java) S 3352 3354 31851 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1548994984 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3363] ppid=3352 vsize=819744 CPUtime=0.68
/proc/3354/task/3363/stat : 3363 (java) S 3352 3354 31851 0 -1 64 2999 0 0 0 68 0 0 0 16 0 12 0 1548994984 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3364] ppid=3352 vsize=819744 CPUtime=0.92
/proc/3354/task/3364/stat : 3364 (java) S 3352 3354 31851 0 -1 64 6458 0 0 0 89 3 0 0 18 0 12 0 1548994984 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3365] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3365/stat : 3365 (java) S 3352 3354 31851 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1548994984 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3366] ppid=3352 vsize=819744 CPUtime=0
/proc/3354/task/3366/stat : 3366 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548994984 839417856 15157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 819744

[startup+6.30333 s]
/proc/loadavg: 0.86 0.95 0.98 3/76 3366
/proc/meminfo: memFree=1484448/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=818808 CPUtime=8.1
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 35762 0 1 0 792 18 0 0 18 0 12 0 1548994975 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 204702 28951 1387 9 0 202064 0
[pid=3354/tid=3356] ppid=3352 vsize=818808 CPUtime=5.51
/proc/3354/task/3356/stat : 3356 (java) R 3352 3354 31851 0 -1 64 17459 0 1 0 541 10 0 0 19 0 12 0 1548994977 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4109678217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3357] ppid=3352 vsize=818808 CPUtime=0.27
/proc/3354/task/3357/stat : 3357 (java) S 3352 3354 31851 0 -1 64 4309 0 0 0 26 1 0 0 18 0 12 0 1548994977 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3358] ppid=3352 vsize=818808 CPUtime=0.28
/proc/3354/task/3358/stat : 3358 (java) S 3352 3354 31851 0 -1 64 3655 0 0 0 27 1 0 0 18 0 12 0 1548994977 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3359] ppid=3352 vsize=818808 CPUtime=0
/proc/3354/task/3359/stat : 3359 (java) S 3352 3354 31851 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1548994979 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3360] ppid=3352 vsize=818808 CPUtime=0
/proc/3354/task/3360/stat : 3360 (java) S 3352 3354 31851 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548994980 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3361] ppid=3352 vsize=818808 CPUtime=0
/proc/3354/task/3361/stat : 3361 (java) S 3352 3354 31851 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548994980 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3362] ppid=3352 vsize=818808 CPUtime=0
/proc/3354/task/3362/stat : 3362 (java) S 3352 3354 31851 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1548994984 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3363] ppid=3352 vsize=818808 CPUtime=0.8
/proc/3354/task/3363/stat : 3363 (java) S 3352 3354 31851 0 -1 64 3010 0 0 0 80 0 0 0 16 0 12 0 1548994984 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3364] ppid=3352 vsize=818808 CPUtime=1.19
/proc/3354/task/3364/stat : 3364 (java) S 3352 3354 31851 0 -1 64 6511 0 0 0 116 3 0 0 16 0 12 0 1548994984 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3365] ppid=3352 vsize=818808 CPUtime=0
/proc/3354/task/3365/stat : 3365 (java) S 3352 3354 31851 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1548994984 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3366] ppid=3352 vsize=818808 CPUtime=0
/proc/3354/task/3366/stat : 3366 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548994984 838459392 28951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 818808

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

[startup+7.10213 s]
/proc/loadavg: 0.86 0.95 0.98 3/76 3366
/proc/meminfo: memFree=1472616/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=821052 CPUtime=9.26
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 39282 0 1 0 906 20 0 0 18 0 13 0 1548994975 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 205263 31767 1390 9 0 202625 0
[pid=3354/tid=3356] ppid=3352 vsize=821052 CPUtime=6.01
/proc/3354/task/3356/stat : 3356 (java) R 3352 3354 31851 0 -1 64 17474 0 1 0 591 10 0 0 18 0 13 0 1548994977 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4110071786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3357] ppid=3352 vsize=821052 CPUtime=0.46
/proc/3354/task/3357/stat : 3357 (java) S 3352 3354 31851 0 -1 64 4989 0 0 0 44 2 0 0 17 0 13 0 1548994977 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3358] ppid=3352 vsize=821052 CPUtime=0.49
/proc/3354/task/3358/stat : 3358 (java) S 3352 3354 31851 0 -1 64 6454 0 0 0 47 2 0 0 19 0 13 0 1548994977 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3359] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3359/stat : 3359 (java) S 3352 3354 31851 0 -1 64 55 0 0 0 0 0 0 0 15 0 13 0 1548994979 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3360] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3360/stat : 3360 (java) S 3352 3354 31851 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1548994980 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3361] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3361/stat : 3361 (java) S 3352 3354 31851 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1548994980 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3362] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3362/stat : 3362 (java) S 3352 3354 31851 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1548994984 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3363] ppid=3352 vsize=821052 CPUtime=0.95
/proc/3354/task/3363/stat : 3363 (java) S 3352 3354 31851 0 -1 64 3020 0 0 0 95 0 0 0 16 0 13 0 1548994984 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3364] ppid=3352 vsize=821052 CPUtime=1.31
/proc/3354/task/3364/stat : 3364 (java) S 3352 3354 31851 0 -1 64 6523 0 0 0 128 3 0 0 16 0 13 0 1548994984 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3365] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3365/stat : 3365 (java) S 3352 3354 31851 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1548994984 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3366] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3366/stat : 3366 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1548994984 840757248 31767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 821052

[startup+7.5022 s]
/proc/loadavg: 0.86 0.95 0.98 3/76 3366
/proc/meminfo: memFree=1472616/2055920 swapFree=4121396/4192956
[pid=3354] ppid=3352 vsize=821052 CPUtime=9.93
/proc/3354/stat : 3354 (java) S 3352 3354 31851 0 -1 0 39321 0 1 0 973 20 0 0 18 0 13 0 1548994975 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3354/statm: 205263 31805 1395 9 0 202625 0
[pid=3354/tid=3356] ppid=3352 vsize=821052 CPUtime=6.29
/proc/3354/task/3356/stat : 3356 (java) S 3352 3354 31851 0 -1 64 17477 0 1 0 619 10 0 0 22 0 13 0 1548994977 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3357] ppid=3352 vsize=821052 CPUtime=0.46
/proc/3354/task/3357/stat : 3357 (java) S 3352 3354 31851 0 -1 64 4989 0 0 0 44 2 0 0 17 0 13 0 1548994977 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3358] ppid=3352 vsize=821052 CPUtime=0.49
/proc/3354/task/3358/stat : 3358 (java) S 3352 3354 31851 0 -1 64 6454 0 0 0 47 2 0 0 19 0 13 0 1548994977 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3359] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3359/stat : 3359 (java) S 3352 3354 31851 0 -1 64 55 0 0 0 0 0 0 0 17 0 13 0 1548994979 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3360] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3360/stat : 3360 (java) S 3352 3354 31851 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1548994980 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3361] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3361/stat : 3361 (java) S 3352 3354 31851 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1548994980 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3362] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3362/stat : 3362 (java) S 3352 3354 31851 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1548994984 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3363] ppid=3352 vsize=821052 CPUtime=1.14
/proc/3354/task/3363/stat : 3363 (java) S 3352 3354 31851 0 -1 64 3037 0 0 0 114 0 0 0 16 0 13 0 1548994984 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3364] ppid=3352 vsize=821052 CPUtime=1.5
/proc/3354/task/3364/stat : 3364 (java) S 3352 3354 31851 0 -1 64 6539 0 0 0 147 3 0 0 16 0 13 0 1548994984 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3354/tid=3365] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3365/stat : 3365 (java) S 3352 3354 31851 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1548994984 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3354/tid=3366] ppid=3352 vsize=821052 CPUtime=0
/proc/3354/task/3366/stat : 3366 (java) S 3352 3354 31851 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1548994984 840757248 31805 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 821052

Child status: 0
Real time (s): 7.56163
CPU time (s): 9.96348
CPU user time (s): 9.73952
CPU system time (s): 0.223965
CPU usage (%): 131.764
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.73952
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39325
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= 799
involuntary context switches= 613

runsolver used 0.014997 second user time and 0.025996 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 19:40:09
IDJOB=1077541
IDBENCH=56688
IDSOLVER=344
FILE ID=node14/1077541-1215193209
PBS_JOBID= 7881565
Free space on /tmp= 66444 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-20-2-1.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-1077541-1215193209/watcher-1077541-1215193209 -o /tmp/evaluation-result-1077541-1215193209/solver-1077541-1215193209 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077541-1215193209.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b5269db334482e2a4ffd4210c999279
RANDOM SEED=353689477

node14.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.267
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	: 5931.00
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.267
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:       1586272 kB
Buffers:         58200 kB
Cached:         256884 kB
SwapCached:      65648 kB
Active:         256004 kB
Inactive:       155280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586272 kB
SwapTotal:     4192956 kB
SwapFree:      4121396 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         102020 kB
Slab:            44128 kB
Committed_AS:  3044736 kB
PageTables:       1624 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= 66440 MiB
End job on node14 at 2008-07-04 19:40:17