Trace number 232254

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) 59.111 58.034

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-9.xml
MD5SUMf41f74e67ebd749df209f3aa190b0751
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1535
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3 CACHED
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.20	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/232254-1168321198/unknown.xml
0.28	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.99	c reading variables
c reading variables (400) done.
2.47	c reading predicates 
c reading relations (3) done.
2.70	c reading constraintsc starts		: 0
57.90	c conflicts		: 0
57.90	c decisions		: 0
57.90	c propagations		: 0
57.90	c inspects		: 0
57.90	c learnt literals	: 0
57.90	c learnt binary clauses	: 0
57.90	c learnt ternary clauses	: 0
57.90	c learnt clauses	: 0
57.90	c root simplifications	: 0
57.90	c removed literals (reason simplification)	: 0
57.90	c reason swapping (by a shorter reason)	: 0
57.90	c Calls to reduceDB	: 0
57.90	c speed (decisions/second)	: 0.0
57.90	c non guided choices	0
57.90	s UNKNOWN
57.90	c Total wall clock time (in seconds) : 57.622
57.90	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/node52/watcher-232254-1168321198 -o ROOT/results/node52/solver-232254-1168321198 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/232254-1168321198/sat4jCSP-bf3-cached.jar /tmp/evaluation/232254-1168321198/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.92 1.98 1.88 4/75 21911
/proc/meminfo: memFree=1476088/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=172 CPUtime=0
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 180518362 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4309291 0 0 4096 0 0 0 0 17 0 0 0
/proc/21910/statm: 43 24 18 14 0 3 0

[startup+0.107561 s]
/proc/loadavg: 1.92 1.98 1.88 4/75 21911
/proc/meminfo: memFree=1476088/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=897120 CPUtime=0.07
/proc/21910/stat : 21910 (java) D 21908 21910 21039 0 -1 0 3167 0 1 0 6 1 0 0 23 0 6 0 180518362 918650880 2927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 224280 2927 1495 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.515588 s]
/proc/loadavg: 1.92 1.98 1.88 4/75 21911
/proc/meminfo: memFree=1476088/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=905236 CPUtime=0.45
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 5828 0 1 0 42 3 0 0 23 0 12 0 180518362 926961664 5423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 226309 5423 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.33664 s]
/proc/loadavg: 1.92 1.98 1.88 4/86 21922
/proc/meminfo: memFree=1460448/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=906560 CPUtime=1.26
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 13083 0 1 0 120 6 0 0 25 0 12 0 180518362 928317440 12079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054233277 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 226640 12080 2315 14 0 213077 0
[pid=21910/tid=21912] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21912/stat : 21912 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 180518365 928317440 12080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21913] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21913/stat : 21913 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 180518365 928317440 12080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21914] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21914/stat : 21914 (java) S 21908 21910 21039 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 180518367 928317440 12080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21915] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21915/stat : 21915 (java) S 21908 21910 21039 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 180518368 928317440 12080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21916] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21916/stat : 21916 (java) S 21908 21910 21039 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 180518368 928317440 12080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21917] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21917/stat : 21917 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 180518376 928317440 12080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21918] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21918/stat : 21918 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 180518376 928317440 12082 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21919] ppid=21908 vsize=906560 CPUtime=0.37
/proc/21910/task/21919/stat : 21919 (java) S 21908 21910 21039 0 -1 64 1173 0 0 0 37 0 0 0 16 0 12 0 180518376 928317440 12082 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21920] ppid=21908 vsize=906560 CPUtime=0.25
/proc/21910/task/21920/stat : 21920 (java) S 21908 21910 21039 0 -1 64 667 0 0 0 25 0 0 0 16 0 12 0 180518376 928317440 12086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21921] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21921/stat : 21921 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 180518376 928317440 12091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21922] ppid=21908 vsize=906560 CPUtime=0
/proc/21910/task/21922/stat : 21922 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180518376 928317440 12096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 906560

[startup+2.98275 s]
/proc/loadavg: 1.92 1.98 1.88 5/86 21922
/proc/meminfo: memFree=1301472/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=910408 CPUtime=3.17
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 51310 0 1 0 294 23 0 0 25 0 12 0 180518362 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 227602 49396 2476 14 0 214039 0
[pid=21910/tid=21912] ppid=21908 vsize=910408 CPUtime=0.49
/proc/21910/task/21912/stat : 21912 (java) S 21908 21910 21039 0 -1 64 11986 0 0 0 45 4 0 0 19 0 12 0 180518365 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21913] ppid=21908 vsize=910408 CPUtime=0.53
/proc/21910/task/21913/stat : 21913 (java) S 21908 21910 21039 0 -1 64 17383 0 0 0 47 6 0 0 19 0 12 0 180518365 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21914] ppid=21908 vsize=910408 CPUtime=0
/proc/21910/task/21914/stat : 21914 (java) S 21908 21910 21039 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180518367 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21915] ppid=21908 vsize=910408 CPUtime=0
/proc/21910/task/21915/stat : 21915 (java) S 21908 21910 21039 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180518368 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21916] ppid=21908 vsize=910408 CPUtime=0
/proc/21910/task/21916/stat : 21916 (java) S 21908 21910 21039 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 180518368 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21917] ppid=21908 vsize=910408 CPUtime=0
/proc/21910/task/21917/stat : 21917 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 180518376 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21918] ppid=21908 vsize=910408 CPUtime=0
/proc/21910/task/21918/stat : 21918 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 180518376 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21919] ppid=21908 vsize=910408 CPUtime=0.5
/proc/21910/task/21919/stat : 21919 (java) R 21908 21910 21039 0 -1 64 1205 0 0 0 50 0 0 0 16 0 12 0 180518376 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152334841 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21920] ppid=21908 vsize=910408 CPUtime=0.34
/proc/21910/task/21920/stat : 21920 (java) S 21908 21910 21039 0 -1 64 675 0 0 0 34 0 0 0 16 0 12 0 180518376 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21921] ppid=21908 vsize=910408 CPUtime=0
/proc/21910/task/21921/stat : 21921 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 180518376 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21922] ppid=21908 vsize=910408 CPUtime=0
/proc/21910/task/21922/stat : 21922 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180518376 932257792 49396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 910408

[startup+6.19098 s]
/proc/loadavg: 1.93 1.98 1.88 3/86 21922
/proc/meminfo: memFree=1233760/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=911560 CPUtime=6.5
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 66085 0 1 0 622 28 0 0 25 0 12 0 180518362 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 227890 63566 2477 14 0 214327 0
[pid=21910/tid=21912] ppid=21908 vsize=911560 CPUtime=1.21
/proc/21910/task/21912/stat : 21912 (java) R 21908 21910 21039 0 -1 64 22729 0 0 0 113 8 0 0 16 0 12 0 180518365 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694839 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21913] ppid=21908 vsize=911560 CPUtime=1.12
/proc/21910/task/21913/stat : 21913 (java) R 21908 21910 21039 0 -1 64 21404 0 0 0 105 7 0 0 15 0 12 0 180518365 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21914] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21914/stat : 21914 (java) S 21908 21910 21039 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180518367 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21915] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21915/stat : 21915 (java) S 21908 21910 21039 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180518368 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21916] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21916/stat : 21916 (java) S 21908 21910 21039 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 180518368 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21917] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21917/stat : 21917 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 180518376 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21918] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21918/stat : 21918 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 180518376 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21919] ppid=21908 vsize=911560 CPUtime=0.52
/proc/21910/task/21919/stat : 21919 (java) S 21908 21910 21039 0 -1 64 1208 0 0 0 52 0 0 0 16 0 12 0 180518376 933437440 63566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21920] ppid=21908 vsize=911560 CPUtime=0.35
/proc/21910/task/21920/stat : 21920 (java) S 21908 21910 21039 0 -1 64 676 0 0 0 35 0 0 0 16 0 12 0 180518376 933437440 63567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21921] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21921/stat : 21921 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 180518376 933437440 63567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21922] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21922/stat : 21922 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180518376 933437440 63567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 911560

[startup+12.6834 s]
/proc/loadavg: 2.09 2.02 1.89 3/86 21922
/proc/meminfo: memFree=1104560/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=911560 CPUtime=13.06
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 99787 0 1 0 1264 42 0 0 25 0 12 0 180518362 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054337640 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 227890 96509 2477 14 0 214327 0
[pid=21910/tid=21912] ppid=21908 vsize=911560 CPUtime=2.27
/proc/21910/task/21912/stat : 21912 (java) S 21908 21910 21039 0 -1 64 40363 0 0 0 211 16 0 0 16 0 12 0 180518365 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21913] ppid=21908 vsize=911560 CPUtime=2.17
/proc/21910/task/21913/stat : 21913 (java) S 21908 21910 21039 0 -1 64 37432 0 0 0 204 13 0 0 16 0 12 0 180518365 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21914] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21914/stat : 21914 (java) S 21908 21910 21039 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180518367 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21915] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21915/stat : 21915 (java) S 21908 21910 21039 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180518368 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21916] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21916/stat : 21916 (java) S 21908 21910 21039 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 180518368 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21917] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21917/stat : 21917 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 180518376 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21918] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21918/stat : 21918 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 180518376 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21919] ppid=21908 vsize=911560 CPUtime=0.56
/proc/21910/task/21919/stat : 21919 (java) S 21908 21910 21039 0 -1 64 1211 0 0 0 56 0 0 0 16 0 12 0 180518376 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21920] ppid=21908 vsize=911560 CPUtime=0.38
/proc/21910/task/21920/stat : 21920 (java) S 21908 21910 21039 0 -1 64 686 0 0 0 38 0 0 0 16 0 12 0 180518376 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21921] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21921/stat : 21921 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 180518376 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21922] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21922/stat : 21922 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180518376 933437440 96509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 911560

[startup+25.4883 s]
/proc/loadavg: 2.22 2.05 1.91 4/86 21922
/proc/meminfo: memFree=900528/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=911560 CPUtime=26.11
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 152604 0 1 0 2549 62 0 0 16 0 12 0 180518362 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054266003 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 227890 148812 2477 14 0 214327 0
[pid=21910/tid=21912] ppid=21908 vsize=911560 CPUtime=3.6
/proc/21910/task/21912/stat : 21912 (java) S 21908 21910 21039 0 -1 64 54657 0 0 0 339 21 0 0 16 0 12 0 180518365 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21913] ppid=21908 vsize=911560 CPUtime=4.84
/proc/21910/task/21913/stat : 21913 (java) S 21908 21910 21039 0 -1 64 75915 0 0 0 456 28 0 0 16 0 12 0 180518365 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21914] ppid=21908 vsize=911560 CPUtime=0.01
/proc/21910/task/21914/stat : 21914 (java) S 21908 21910 21039 0 -1 64 16 0 0 0 1 0 0 0 16 0 12 0 180518367 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21915] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21915/stat : 21915 (java) S 21908 21910 21039 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180518368 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21916] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21916/stat : 21916 (java) S 21908 21910 21039 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 180518368 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21917] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21917/stat : 21917 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 180518376 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21918] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21918/stat : 21918 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 180518376 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21919] ppid=21908 vsize=911560 CPUtime=0.59
/proc/21910/task/21919/stat : 21919 (java) S 21908 21910 21039 0 -1 64 1213 0 0 0 59 0 0 0 17 0 12 0 180518376 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21920] ppid=21908 vsize=911560 CPUtime=0.41
/proc/21910/task/21920/stat : 21920 (java) S 21908 21910 21039 0 -1 64 689 0 0 0 41 0 0 0 17 0 12 0 180518376 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21921] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21921/stat : 21921 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 180518376 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21922] ppid=21908 vsize=911560 CPUtime=0
/proc/21910/task/21922/stat : 21922 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180518376 933437440 148812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.11
Current children cumulated vsize (KiB) 911560

[startup+51.181 s]
/proc/loadavg: 2.14 2.04 1.91 4/86 21922
/proc/meminfo: memFree=739504/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=919564 CPUtime=52.04
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 200595 0 1 0 5121 83 0 0 18 0 12 0 180518362 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 229891 186188 2479 14 0 216328 0
[pid=21910/tid=21912] ppid=21908 vsize=919564 CPUtime=7.09
/proc/21910/task/21912/stat : 21912 (java) S 21908 21910 21039 0 -1 64 83322 0 0 0 676 33 0 0 15 0 12 0 180518365 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21913] ppid=21908 vsize=919564 CPUtime=7.23
/proc/21910/task/21913/stat : 21913 (java) S 21908 21910 21039 0 -1 64 82639 0 0 0 692 31 0 0 16 0 12 0 180518365 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21914] ppid=21908 vsize=919564 CPUtime=5.11
/proc/21910/task/21914/stat : 21914 (java) R 21908 21910 21039 0 -1 64 12573 0 0 0 505 6 0 0 16 0 12 0 180518367 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921700 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21915] ppid=21908 vsize=919564 CPUtime=0
/proc/21910/task/21915/stat : 21915 (java) S 21908 21910 21039 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180518368 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21916] ppid=21908 vsize=919564 CPUtime=0
/proc/21910/task/21916/stat : 21916 (java) S 21908 21910 21039 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180518368 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21917] ppid=21908 vsize=919564 CPUtime=0
/proc/21910/task/21917/stat : 21917 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 180518376 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21918] ppid=21908 vsize=919564 CPUtime=0
/proc/21910/task/21918/stat : 21918 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 180518376 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21919] ppid=21908 vsize=919564 CPUtime=0.61
/proc/21910/task/21919/stat : 21919 (java) S 21908 21910 21039 0 -1 64 1213 0 0 0 61 0 0 0 16 0 12 0 180518376 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21920] ppid=21908 vsize=919564 CPUtime=0.44
/proc/21910/task/21920/stat : 21920 (java) S 21908 21910 21039 0 -1 64 692 0 0 0 44 0 0 0 16 0 12 0 180518376 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21921] ppid=21908 vsize=919564 CPUtime=0
/proc/21910/task/21921/stat : 21921 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 180518376 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21922] ppid=21908 vsize=919564 CPUtime=0
/proc/21910/task/21922/stat : 21922 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180518376 941633536 186188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.04
Current children cumulated vsize (KiB) 919564



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+56.4344 s]
/proc/loadavg: 2.21 2.06 1.91 4/86 21922
/proc/meminfo: memFree=736624/2055920 swapFree=4192812/4192956
[pid=21910] ppid=21908 vsize=923568 CPUtime=57.51
/proc/21910/stat : 21910 (java) R 21908 21910 21039 0 -1 0 207417 0 1 0 5666 85 0 0 18 0 12 0 180518362 945733632 187711 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21910/statm: 230892 187717 2479 14 0 217329 0
[pid=21910/tid=21912] ppid=21908 vsize=923568 CPUtime=7.58
/proc/21910/task/21912/stat : 21912 (java) S 21908 21910 21039 0 -1 64 83410 0 0 0 725 33 0 0 15 0 12 0 180518365 945733632 187734 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21913] ppid=21908 vsize=923568 CPUtime=7.78
/proc/21910/task/21913/stat : 21913 (java) S 21908 21910 21039 0 -1 64 82927 0 0 0 747 31 0 0 16 0 12 0 180518365 945733632 187742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21914] ppid=21908 vsize=923568 CPUtime=7.86
/proc/21910/task/21914/stat : 21914 (java) R 21908 21910 21039 0 -1 64 19053 0 0 0 778 8 0 0 16 0 12 0 180518367 945733632 187751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152608600 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21915] ppid=21908 vsize=923568 CPUtime=0
/proc/21910/task/21915/stat : 21915 (java) S 21908 21910 21039 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180518368 945733632 187758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21916] ppid=21908 vsize=923568 CPUtime=0
/proc/21910/task/21916/stat : 21916 (java) S 21908 21910 21039 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180518368 945733632 187765 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21917] ppid=21908 vsize=923568 CPUtime=0
/proc/21910/task/21917/stat : 21917 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 180518376 945733632 187770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21918] ppid=21908 vsize=923568 CPUtime=0
/proc/21910/task/21918/stat : 21918 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 180518376 945733632 187770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21919] ppid=21908 vsize=923568 CPUtime=0.61
/proc/21910/task/21919/stat : 21919 (java) S 21908 21910 21039 0 -1 64 1213 0 0 0 61 0 0 0 16 0 12 0 180518376 945733632 187770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21920] ppid=21908 vsize=923568 CPUtime=0.44
/proc/21910/task/21920/stat : 21920 (java) S 21908 21910 21039 0 -1 64 692 0 0 0 44 0 0 0 16 0 12 0 180518376 945733632 187770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21910/tid=21921] ppid=21908 vsize=923568 CPUtime=0
/proc/21910/task/21921/stat : 21921 (java) S 21908 21910 21039 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 180518376 945733632 187770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21910/tid=21922] ppid=21908 vsize=923568 CPUtime=0
/proc/21910/task/21922/stat : 21922 (java) S 21908 21910 21039 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180518376 945733632 187770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57.51
Current children cumulated vsize (KiB) 923568

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

Child status: 143
Real time (s): 58.034
CPU time (s): 59.111
CPU user time (s): 58.1442
CPU system time (s): 0.966853
CPU usage (%): 101.856
Max. virtual memory (cumulated for all children) (KiB): 923568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.1442
system time used= 0.966853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207658
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= 3155
involuntary context switches= 3287

runsolver used 0.072988 s user time and 0.204968 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Jan  9 05:39:59 UTC 2007


IDJOB= 232254
IDBENCH= 6509
FILE ID= node52/232254-1168321198

PBS_JOBID= 3502853

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/232254-1168321198/sat4jCSP-bf3-cached.jar /tmp/evaluation/232254-1168321198/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-232254-1168321198 -o ROOT/results/node52/solver-232254-1168321198 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/232254-1168321198/sat4jCSP-bf3-cached.jar /tmp/evaluation/232254-1168321198/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f41f74e67ebd749df209f3aa190b0751

RANDOM SEED= 672218877

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.232
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.232
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:       1476504 kB
Buffers:         72736 kB
Cached:         421216 kB
SwapCached:          0 kB
Active:         204316 kB
Inactive:       314504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          36616 kB
Slab:            45928 kB
Committed_AS:  4194848 kB
PageTables:       1908 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= 66555 MiB



End job on node52 on Tue Jan  9 05:40:57 UTC 2007