Trace number 247808

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, and are wall clock time (not CPU 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
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 43.4674 35.4221

General information on the benchmark

Nameprimes/primes-10/
primes-10-60-3-1.xml
MD5SUM32ee8a044f36a5465bb0a81c2d235744
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.024995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity4
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/247808-1168394276/unknown.xml
0.26	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.55	c reading variables
c reading variables (100) done.
0.69	c reading predicates 
c reading relations (61) done.
1.45	c reading constraintsc starts		: 0
35.29	c conflicts		: 0
35.29	c decisions		: 0
35.29	c propagations		: 0
35.29	c inspects		: 0
35.29	c learnt literals	: 0
35.29	c learnt binary clauses	: 0
35.29	c learnt ternary clauses	: 0
35.29	c learnt clauses	: 0
35.29	c root simplifications	: 0
35.29	c removed literals (reason simplification)	: 0
35.30	c reason swapping (by a shorter reason)	: 0
35.30	c Calls to reduceDB	: 0
35.30	c speed (decisions/second)	: 0.0
35.30	c non guided choices	0
35.30	s UNKNOWN
35.30	c Total wall clock time (in seconds) : 35.03
35.30	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-247808-1168394276 -o ROOT/results/node9/solver-247808-1168394276 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247808-1168394276/sat4jCSP-bf3-cached.jar /tmp/evaluation/247808-1168394276/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.41 1.09 1.03 5/94 10264
/proc/meminfo: memFree=1585168/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=18540 CPUtime=0
/proc/10263/stat : 10263 (runsolver) R 10261 10263 9258 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 187822751 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10263/statm: 4635 279 244 17 0 2626 0

[startup+0.11085 s]
/proc/loadavg: 1.41 1.09 1.03 5/94 10264
/proc/meminfo: memFree=1585168/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=901540 CPUtime=0.09
/proc/10263/stat : 10263 (java) R 10261 10263 9258 0 -1 0 3317 0 1 0 8 1 0 0 21 0 12 0 187822751 923176960 3077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 225385 3077 1559 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.518891 s]
/proc/loadavg: 1.41 1.09 1.03 5/94 10264
/proc/meminfo: memFree=1585168/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=905236 CPUtime=0.5
/proc/10263/stat : 10263 (java) R 10261 10263 9258 0 -1 0 5822 0 1 0 47 3 0 0 19 0 12 0 187822751 926961664 5417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 226309 5417 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.34198 s]
/proc/loadavg: 1.41 1.09 1.03 4/105 10275
/proc/meminfo: memFree=1550136/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=905240 CPUtime=1.32
/proc/10263/stat : 10263 (java) R 10261 10263 9258 0 -1 0 8239 0 1 0 128 4 0 0 17 0 12 0 187822751 926965760 7281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10263/statm: 226310 7281 2466 14 0 212747 0
[pid=10263/tid=10265] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 187822755 926965760 7281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 187822755 926965760 7281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 9258 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187822757 926965760 7281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10268] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 9258 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 187822758 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10269] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 9258 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 187822758 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10270] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 9258 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 187822762 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10271] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187822762 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=905240 CPUtime=0.24
/proc/10263/task/10272/stat : 10272 (java) R 10261 10263 9258 0 -1 64 355 0 0 0 24 0 0 0 16 0 12 0 187822762 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152582144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10273] ppid=10261 vsize=905240 CPUtime=0.28
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 9258 0 -1 64 984 0 0 0 28 0 0 0 16 0 12 0 187822762 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187822762 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=905240 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187822762 926965760 7282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 905240

[startup+2.99517 s]
/proc/loadavg: 1.41 1.09 1.03 3/105 10275
/proc/meminfo: memFree=1477048/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=910988 CPUtime=2.96
/proc/10263/stat : 10263 (java) R 10261 10263 9258 0 -1 0 29623 0 1 0 282 14 0 0 25 0 12 0 187822751 932851712 27653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10263/statm: 227747 27655 2487 14 0 214184 0
[pid=10263/tid=10265] ppid=10261 vsize=910988 CPUtime=0.13
/proc/10263/task/10265/stat : 10265 (java) R 10261 10263 9258 0 -1 64 3770 0 0 0 12 1 0 0 16 0 12 0 187822755 932851712 27656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10266] ppid=10261 vsize=910988 CPUtime=0.1
/proc/10263/task/10266/stat : 10266 (java) R 10261 10263 9258 0 -1 64 2421 0 0 0 9 1 0 0 16 0 12 0 187822755 932851712 27657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=910988 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 9258 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 187822757 932851712 27658 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=910988 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 9258 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187822758 932851712 27659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=910988 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 9258 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187822758 932851712 27661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=910988 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 9258 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 187822762 932851712 27662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10271] ppid=10261 vsize=910988 CPUtime=0
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187822762 932851712 27663 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=910988 CPUtime=0.36
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 9258 0 -1 64 446 0 0 0 36 0 0 0 16 0 12 0 187822762 932851712 27664 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10273] ppid=10261 vsize=910988 CPUtime=0.61
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 9258 0 -1 64 2707 0 0 0 61 0 0 0 16 0 12 0 187822762 932851712 27665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=910988 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187822762 932851712 27667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=910988 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187822762 932851712 27668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 910988

[startup+6.28754 s]
/proc/loadavg: 1.54 1.13 1.04 3/105 10275
/proc/meminfo: memFree=1358840/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=911692 CPUtime=6.28
/proc/10263/stat : 10263 (java) R 10261 10263 9258 0 -1 0 50352 0 1 0 605 23 0 0 24 0 12 0 187822751 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053835928 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10263/statm: 227923 47551 2487 14 0 214360 0
[pid=10263/tid=10265] ppid=10261 vsize=911692 CPUtime=0.85
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 9258 0 -1 64 16626 0 0 0 79 6 0 0 16 0 12 0 187822755 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10266] ppid=10261 vsize=911692 CPUtime=0.48
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 9258 0 -1 64 10265 0 0 0 44 4 0 0 16 0 12 0 187822755 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10267] ppid=10261 vsize=911692 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 9258 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 187822757 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=911692 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 9258 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187822758 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=911692 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 9258 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187822758 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=911692 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 9258 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 187822762 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10271] ppid=10261 vsize=911692 CPUtime=0
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187822762 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=911692 CPUtime=0.46
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 9258 0 -1 64 455 0 0 0 46 0 0 0 16 0 12 0 187822762 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10273] ppid=10261 vsize=911692 CPUtime=0.67
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 9258 0 -1 64 2712 0 0 0 67 0 0 0 16 0 12 0 187822762 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=911692 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187822762 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=911692 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187822762 933572608 47551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 911692

[startup+12.6893 s]
/proc/loadavg: 1.57 1.14 1.04 4/89 10299
/proc/meminfo: memFree=1286200/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=912720 CPUtime=14.73
/proc/10263/stat : 10263 (java) S 10261 10263 9258 0 -1 0 100821 0 1 0 1427 46 0 0 18 0 12 0 187822751 934625280 95076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 228180 95079 2487 14 0 214617 0
[pid=10263/tid=10265] ppid=10261 vsize=912720 CPUtime=3.03
/proc/10263/task/10265/stat : 10265 (java) R 10261 10263 9258 0 -1 64 43262 0 0 0 284 19 0 0 17 0 12 0 187822755 934625280 95081 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=912720 CPUtime=2.44
/proc/10263/task/10266/stat : 10266 (java) R 10261 10263 9258 0 -1 64 34048 0 0 0 229 15 0 0 16 0 12 0 187822755 934625280 95083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10267] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 9258 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 187822757 934625280 95085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 9258 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187822758 934625280 95086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 9258 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187822758 934625280 95088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 9258 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 187822762 934625280 95090 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10271] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 187822762 934625280 95092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=912720 CPUtime=0.62
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 9258 0 -1 64 476 0 0 0 62 0 0 0 16 0 12 0 187822762 934625280 95094 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10273] ppid=10261 vsize=912720 CPUtime=0.82
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 9258 0 -1 64 2727 0 0 0 82 0 0 0 15 0 12 0 187822762 934625280 95096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187822762 934625280 95098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187822762 934625280 95100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 912720

[startup+25.5697 s]
/proc/loadavg: 1.56 1.15 1.05 3/89 10299
/proc/meminfo: memFree=965032/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=912720 CPUtime=32.39
/proc/10263/stat : 10263 (java) S 10261 10263 9258 0 -1 0 184500 0 1 0 3149 90 0 0 18 0 12 0 187822751 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 228180 173027 2487 14 0 214617 0
[pid=10263/tid=10265] ppid=10261 vsize=912720 CPUtime=7.93
/proc/10263/task/10265/stat : 10265 (java) R 10261 10263 9258 0 -1 64 82655 0 0 0 753 40 0 0 17 0 12 0 187822755 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152694769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=912720 CPUtime=7.31
/proc/10263/task/10266/stat : 10266 (java) R 10261 10263 9258 0 -1 64 72124 0 0 0 697 34 0 0 16 0 12 0 187822755 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155244790 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10267] ppid=10261 vsize=912720 CPUtime=0.01
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 9258 0 -1 64 20 0 0 0 1 0 0 0 15 0 12 0 187822757 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 9258 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187822758 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 9258 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187822758 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 9258 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 187822762 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10271] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187822762 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=912720 CPUtime=0.68
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 9258 0 -1 64 481 0 0 0 68 0 0 0 16 0 12 0 187822762 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10273] ppid=10261 vsize=912720 CPUtime=0.9
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 9258 0 -1 64 2735 0 0 0 90 0 0 0 16 0 12 0 187822762 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187822762 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=912720 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187822762 934625280 173027 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.39
Current children cumulated vsize (KiB) 912720



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+33.8125 s]
/proc/loadavg: 1.55 1.16 1.05 2/89 10299
/proc/meminfo: memFree=906472/2055920 swapFree=4191880/4192956
[pid=10263] ppid=10261 vsize=928724 CPUtime=41.85
/proc/10263/stat : 10263 (java) S 10261 10263 9258 0 -1 0 202485 0 1 0 4086 99 0 0 18 0 12 0 187822751 951013376 185349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 232181 185349 2488 14 0 218618 0
[pid=10263/tid=10265] ppid=10261 vsize=928724 CPUtime=9.11
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 9258 0 -1 64 85098 0 0 0 870 41 0 0 16 0 12 0 187822755 951013376 185350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10266] ppid=10261 vsize=928724 CPUtime=8.5
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 9258 0 -1 64 79620 0 0 0 812 38 0 0 16 0 12 0 187822755 951013376 185351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10267] ppid=10261 vsize=928724 CPUtime=4.6
/proc/10263/task/10267/stat : 10267 (java) R 10261 10263 9258 0 -1 64 8052 0 0 0 457 3 0 0 17 0 12 0 187822757 951013376 185352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10268] ppid=10261 vsize=928724 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 9258 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187822758 951013376 185352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=928724 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 9258 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187822758 951013376 185353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=928724 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 9258 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 187822762 951013376 185354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10271] ppid=10261 vsize=928724 CPUtime=0
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187822762 951013376 185354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=928724 CPUtime=0.74
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 9258 0 -1 64 486 0 0 0 74 0 0 0 16 0 12 0 187822762 951013376 185355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10273] ppid=10261 vsize=928724 CPUtime=0.9
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 9258 0 -1 64 2735 0 0 0 90 0 0 0 15 0 12 0 187822762 951013376 185356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=928724 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 9258 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187822762 951013376 185356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=928724 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 9258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187822762 951013376 185357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.85
Current children cumulated vsize (KiB) 928724

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 35.4221
CPU time (s): 43.4674
CPU user time (s): 42.3326
CPU system time (s): 1.13483
CPU usage (%): 122.713
Max. virtual memory (cumulated for all children) (KiB): 944724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.3326
system time used= 1.13483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207986
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= 2188
involuntary context switches= 2029

runsolver used 0.051992 s user time and 0.113982 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Wed Jan 10 01:57:56 UTC 2007


IDJOB= 247808
IDBENCH= 11658
FILE ID= node9/247808-1168394276

PBS_JOBID= 3522835

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-60-3-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247808-1168394276/sat4jCSP-bf3-cached.jar /tmp/evaluation/247808-1168394276/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-247808-1168394276 -o ROOT/results/node9/solver-247808-1168394276 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247808-1168394276/sat4jCSP-bf3-cached.jar /tmp/evaluation/247808-1168394276/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  32ee8a044f36a5465bb0a81c2d235744

RANDOM SEED= 651993355

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.231
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.231
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:       1585648 kB
Buffers:         54848 kB
Cached:         273796 kB
SwapCached:        408 kB
Active:         295744 kB
Inactive:       125860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585648 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5284 kB
Writeback:           0 kB
Mapped:         113312 kB
Slab:            33292 kB
Committed_AS:  7161980 kB
PageTables:       2484 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= 66546 MiB



End job on node9 on Wed Jan 10 01:58:32 UTC 2007