Trace number 235142

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) 48.1377 35.8954

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-5.xml
MD5SUM332946d63a2660325668dbe2f7c678f9
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1316
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/235142-1168335862/unknown.xml
0.21	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.59	c reading variables
c reading variables (300) done.
1.44	c reading predicates 
c reading relations (3) done.
1.63	c reading constraintsc starts		: 0
35.75	c conflicts		: 0
35.75	c decisions		: 0
35.75	c propagations		: 0
35.75	c inspects		: 0
35.75	c learnt literals	: 0
35.75	c learnt binary clauses	: 0
35.75	c learnt ternary clauses	: 0
35.75	c learnt clauses	: 0
35.75	c root simplifications	: 0
35.75	c removed literals (reason simplification)	: 0
35.75	c reason swapping (by a shorter reason)	: 0
35.75	c Calls to reduceDB	: 0
35.76	c speed (decisions/second)	: 0.0
35.76	c non guided choices	0
35.76	s UNKNOWN
35.76	c Total wall clock time (in seconds) : 35.542
35.76	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/node75/watcher-235142-1168335862 -o ROOT/results/node75/solver-235142-1168335862 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235142-1168335862/sat4jCSP-bf3-cached.jar /tmp/evaluation/235142-1168335862/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.00 1.05 1.35 4/65 26804
/proc/meminfo: memFree=1475560/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=18540 CPUtime=0
/proc/26803/stat : 26803 (runsolver) R 26801 26803 25696 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 181985591 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26803/statm: 0 0 0 0 0 0 0

[startup+0.106655 s]
/proc/loadavg: 1.00 1.05 1.35 4/65 26804
/proc/meminfo: memFree=1475560/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=902480 CPUtime=0.08
/proc/26803/stat : 26803 (java) R 26801 26803 25696 0 -1 0 3376 0 1 0 7 1 0 0 25 0 12 0 181985591 924139520 3136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870926 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26803/statm: 225620 3136 1577 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902480

[startup+0.514703 s]
/proc/loadavg: 1.00 1.05 1.35 4/65 26804
/proc/meminfo: memFree=1475560/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=907432 CPUtime=0.7
/proc/26803/stat : 26803 (java) R 26801 26803 25696 0 -1 0 6785 0 1 0 67 3 0 0 17 0 12 0 181985591 929210368 6047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7200304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 226858 6047 2298 14 0 213295 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 907432

[startup+1.33681 s]
/proc/loadavg: 1.08 1.07 1.35 3/76 26815
/proc/meminfo: memFree=1374288/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=911568 CPUtime=2.05
/proc/26803/stat : 26803 (java) S 26801 26803 25696 0 -1 0 35625 0 1 0 190 15 0 0 21 0 12 0 181985591 933445632 32805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26803/statm: 227892 32808 2336 14 0 214329 0
[pid=26803/tid=26805] ppid=26801 vsize=911568 CPUtime=0.32
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25696 0 -1 64 9088 0 0 0 27 5 0 0 19 0 12 0 181985594 933445632 32809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=911568 CPUtime=0.31
/proc/26803/task/26806/stat : 26806 (java) R 26801 26803 25696 0 -1 64 4720 0 0 0 30 1 0 0 19 0 12 0 181985594 933445632 32811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155243693 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=911568 CPUtime=0
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25696 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 181985596 933445632 32812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=911568 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25696 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 181985597 933445632 32814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26809] ppid=26801 vsize=911568 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25696 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 181985597 933445632 32815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=911568 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25696 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181985600 933445632 32817 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26811] ppid=26801 vsize=911568 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25696 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181985600 933445632 32818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=911568 CPUtime=0.32
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25696 0 -1 64 1415 0 0 0 32 0 0 0 16 0 12 0 181985600 933445632 32820 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26813] ppid=26801 vsize=911568 CPUtime=0.34
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25696 0 -1 64 759 0 0 0 34 0 0 0 16 0 12 0 181985600 933445632 32821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=911568 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25696 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181985600 933445632 32823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26815] ppid=26801 vsize=911568 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25696 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181985600 933445632 32825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 911568

[startup+2.98699 s]
/proc/loadavg: 1.08 1.07 1.35 2/76 26815
/proc/meminfo: memFree=1344848/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=916508 CPUtime=4.67
/proc/26803/stat : 26803 (java) S 26801 26803 25696 0 -1 0 49961 0 1 0 444 23 0 0 18 0 12 0 181985591 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26803/statm: 229127 44260 2478 14 0 215564 0
[pid=26803/tid=26805] ppid=26801 vsize=916508 CPUtime=0.69
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25696 0 -1 64 17741 0 0 0 60 9 0 0 15 0 12 0 181985594 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151674857 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=916508 CPUtime=0.68
/proc/26803/task/26806/stat : 26806 (java) R 26801 26803 25696 0 -1 64 6536 0 0 0 66 2 0 0 16 0 12 0 181985594 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151674857 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=916508 CPUtime=0
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25696 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181985596 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=916508 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25696 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181985597 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=916508 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25696 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181985597 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=916508 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25696 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181985600 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26811] ppid=26801 vsize=916508 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25696 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181985600 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26812] ppid=26801 vsize=916508 CPUtime=0.6
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25696 0 -1 64 2379 0 0 0 60 0 0 0 16 0 12 0 181985600 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26813] ppid=26801 vsize=916508 CPUtime=0.83
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25696 0 -1 64 3126 0 0 0 81 2 0 0 20 0 12 0 181985600 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=916508 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25696 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181985600 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26815] ppid=26801 vsize=916508 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25696 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181985600 938504192 44260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 916508

[startup+6.19237 s]
/proc/loadavg: 1.08 1.07 1.35 3/76 26815
/proc/meminfo: memFree=1258512/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=915452 CPUtime=9.03
/proc/26803/stat : 26803 (java) R 26801 26803 25696 0 -1 0 67438 0 1 0 872 31 0 0 17 0 12 0 181985591 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054278762 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26803/statm: 228863 60875 2478 14 0 215300 0
[pid=26803/tid=26805] ppid=26801 vsize=915452 CPUtime=1.88
/proc/26803/task/26805/stat : 26805 (java) S 26801 26803 25696 0 -1 64 23168 0 0 0 175 13 0 0 16 0 12 0 181985594 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26806] ppid=26801 vsize=915452 CPUtime=1.88
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25696 0 -1 64 18577 0 0 0 182 6 0 0 16 0 12 0 181985594 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26807] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25696 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181985596 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26808] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25696 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181985597 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25696 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181985597 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25696 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181985600 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26811] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25696 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181985600 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26812] ppid=26801 vsize=915452 CPUtime=0.6
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25696 0 -1 64 2379 0 0 0 60 0 0 0 16 0 12 0 181985600 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26813] ppid=26801 vsize=915452 CPUtime=0.83
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25696 0 -1 64 3126 0 0 0 81 2 0 0 20 0 12 0 181985600 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25696 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181985600 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26815] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25696 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181985600 937422848 60875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 915452

[startup+12.6811 s]
/proc/loadavg: 1.07 1.06 1.35 2/76 26815
/proc/meminfo: memFree=1140240/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=915452 CPUtime=17.85
/proc/26803/stat : 26803 (java) S 26801 26803 25696 0 -1 0 95780 0 1 0 1740 45 0 0 18 0 12 0 181985591 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26803/statm: 228863 86941 2479 14 0 215300 0
[pid=26803/tid=26805] ppid=26801 vsize=915452 CPUtime=3.95
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25696 0 -1 64 37214 0 0 0 376 19 0 0 16 0 12 0 181985594 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=915452 CPUtime=3.97
/proc/26803/task/26806/stat : 26806 (java) R 26801 26803 25696 0 -1 64 32829 0 0 0 384 13 0 0 16 0 12 0 181985594 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154957978 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=915452 CPUtime=0.01
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25696 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 181985596 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25696 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181985597 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25696 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181985597 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25696 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181985600 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26811] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25696 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181985600 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26812] ppid=26801 vsize=915452 CPUtime=0.66
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25696 0 -1 64 2379 0 0 0 66 0 0 0 16 0 12 0 181985600 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26813] ppid=26801 vsize=915452 CPUtime=1.07
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25696 0 -1 64 3142 0 0 0 105 2 0 0 16 0 12 0 181985600 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25696 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181985600 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26815] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25696 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181985600 937422848 86941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 915452

[startup+25.5735 s]
/proc/loadavg: 1.28 1.11 1.36 3/76 26815
/proc/meminfo: memFree=906384/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=915452 CPUtime=34.78
/proc/26803/stat : 26803 (java) S 26801 26803 25696 0 -1 0 159129 0 1 0 3398 80 0 0 17 0 12 0 181985591 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 228863 146832 2479 14 0 215300 0
[pid=26803/tid=26805] ppid=26801 vsize=915452 CPUtime=8.05
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25696 0 -1 64 76065 0 0 0 765 40 0 0 16 0 12 0 181985594 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26806] ppid=26801 vsize=915452 CPUtime=8.06
/proc/26803/task/26806/stat : 26806 (java) R 26801 26803 25696 0 -1 64 57286 0 0 0 780 26 0 0 16 0 12 0 181985594 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958896 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26807] ppid=26801 vsize=915452 CPUtime=0.03
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25696 0 -1 64 23 0 0 0 2 1 0 0 15 0 12 0 181985596 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26808] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25696 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181985597 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25696 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181985597 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25696 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181985600 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26811] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25696 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181985600 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26812] ppid=26801 vsize=915452 CPUtime=0.67
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25696 0 -1 64 2379 0 0 0 67 0 0 0 16 0 12 0 181985600 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26813] ppid=26801 vsize=915452 CPUtime=1.08
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25696 0 -1 64 3142 0 0 0 106 2 0 0 17 0 12 0 181985600 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25696 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181985600 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26815] ppid=26801 vsize=915452 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25696 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181985600 937422848 146832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.78
Current children cumulated vsize (KiB) 915452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+34.4977 s]
/proc/loadavg: 1.31 1.12 1.36 2/76 26815
/proc/meminfo: memFree=738192/2055920 swapFree=4184508/4192956
[pid=26803] ppid=26801 vsize=923456 CPUtime=46.74
/proc/26803/stat : 26803 (java) S 26801 26803 25696 0 -1 0 202561 0 1 0 4570 104 0 0 16 0 12 0 181985591 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26803/statm: 230864 186407 2479 14 0 217301 0
[pid=26803/tid=26805] ppid=26801 vsize=923456 CPUtime=11.1
/proc/26803/task/26805/stat : 26805 (java) S 26801 26803 25696 0 -1 64 95372 0 0 0 1059 51 0 0 16 0 12 0 181985594 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=923456 CPUtime=11.11
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25696 0 -1 64 78485 0 0 0 1074 37 0 0 17 0 12 0 181985594 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26807] ppid=26801 vsize=923456 CPUtime=0.19
/proc/26803/task/26807/stat : 26807 (java) R 26801 26803 25696 0 -1 64 2928 0 0 0 16 3 0 0 16 0 12 0 181985596 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=923456 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25696 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181985597 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=923456 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25696 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181985597 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=923456 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25696 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181985600 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26811] ppid=26801 vsize=923456 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25696 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181985600 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26812] ppid=26801 vsize=923456 CPUtime=0.68
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25696 0 -1 64 2380 0 0 0 68 0 0 0 16 0 12 0 181985600 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=923456 CPUtime=1.08
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25696 0 -1 64 3142 0 0 0 106 2 0 0 16 0 12 0 181985600 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26814] ppid=26801 vsize=923456 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25696 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181985600 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26803/tid=26815] ppid=26801 vsize=923456 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25696 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181985600 945618944 186407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.74
Current children cumulated vsize (KiB) 923456

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

Child status: 143
Real time (s): 35.8954
CPU time (s): 48.1377
CPU user time (s): 46.9859
CPU system time (s): 1.15182
CPU usage (%): 134.105
Max. virtual memory (cumulated for all children) (KiB): 923456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.9859
system time used= 1.15182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202585
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= 2052
involuntary context switches= 1266

runsolver used 0.035994 s user time and 0.104984 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue Jan  9 09:44:22 UTC 2007


IDJOB= 235142
IDBENCH= 6740
FILE ID= node75/235142-1168335862

PBS_JOBID= 3503333

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  332946d63a2660325668dbe2f7c678f9

RANDOM SEED= 147441805

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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1475976 kB
Buffers:         68724 kB
Cached:         443472 kB
SwapCached:       2700 kB
Active:         167444 kB
Inactive:       354872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475976 kB
SwapTotal:     4192956 kB
SwapFree:      4184508 kB
Dirty:            2820 kB
Writeback:           0 kB
Mapped:          16144 kB
Slab:            43612 kB
Committed_AS:  4224372 kB
PageTables:       1432 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= 66557 MiB



End job on node75 on Tue Jan  9 09:44:58 UTC 2007