Trace number 252613

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 1.7 RC BF3? (MO) 88.6215 88.4483

General information on the benchmark

NamesocialGolfers/
socialGolfer-7-4-8.xml
MD5SUM23e58d9dc3ec1616694b4f0d92e487d3
Bench CategoryN-ARY-INT (n-ary 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 variables5264
Number of constraints28552
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28552
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
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.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/252613-1168408642/unknown.xml
0.23	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.49	c reading variables
c reading variables (5264) done.
2.58	c reading predicates 
c reading relations (5) done.
2.89	c reading constraintsc starts		: 0
88.29	c conflicts		: 0
88.29	c decisions		: 0
88.29	c propagations		: 0
88.29	c inspects		: 0
88.29	c learnt literals	: 0
88.29	c learnt binary clauses	: 0
88.29	c learnt ternary clauses	: 0
88.29	c learnt clauses	: 0
88.29	c root simplifications	: 0
88.29	c removed literals (reason simplification)	: 0
88.29	c reason swapping (by a shorter reason)	: 0
88.29	c Calls to reduceDB	: 0
88.29	c speed (decisions/second)	: 0.0
88.29	c non guided choices	0
88.29	s UNKNOWN
88.29	c Total wall clock time (in seconds) : 88.053
88.29	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/node19/watcher-252613-1168408642 -o ROOT/results/node19/solver-252613-1168408642 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/252613-1168408642/sat4jCSP-bf3.jar /tmp/evaluation/252613-1168408642/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: 2.08 2.03 2.01 4/94 637
/proc/meminfo: memFree=1612376/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=1784 CPUtime=0
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 307 0 0 0 0 0 0 0 18 0 1 0 189258856 1826816 118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7924977 0 0 4096 0 0 0 0 17 0 0 0
/proc/636/statm: 446 123 90 14 0 91 0

[startup+0.108496 s]
/proc/loadavg: 2.08 2.03 2.01 4/94 637
/proc/meminfo: memFree=1612376/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=902816 CPUtime=0.09
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 3438 0 1 0 7 2 0 0 25 0 12 0 189258856 924483584 3198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 225704 3199 1595 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.518024 s]
/proc/loadavg: 2.08 2.03 2.01 4/94 637
/proc/meminfo: memFree=1612376/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=905236 CPUtime=0.51
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 5984 0 1 0 47 4 0 0 25 0 12 0 189258856 926961664 5578 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 226309 5578 2297 14 0 212746 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 905236

[startup+1.35073 s]
/proc/loadavg: 2.08 2.03 2.01 3/105 648
/proc/meminfo: memFree=1598016/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=906240 CPUtime=1.34
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 7320 0 1 0 130 4 0 0 25 0 12 0 189258856 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 226560 5993 2312 14 0 212997 0
[pid=636/tid=638] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/638/stat : 638 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 189258858 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 189258858 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 634 636 31595 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 189258861 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 31595 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 189258862 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 31595 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 189258862 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 31595 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189258865 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 189258865 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=906240 CPUtime=0.38
/proc/636/task/645/stat : 645 (java) R 634 636 31595 0 -1 64 1158 0 0 0 38 0 0 0 16 0 12 0 189258865 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154305953 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=906240 CPUtime=0.3
/proc/636/task/646/stat : 646 (java) S 634 636 31595 0 -1 64 894 0 0 0 30 0 0 0 16 0 12 0 189258865 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=647] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189258865 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=906240 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189258865 927989760 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 906240

[startup+2.99604 s]
/proc/loadavg: 2.08 2.03 2.01 3/105 648
/proc/meminfo: memFree=1595008/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=906360 CPUtime=2.98
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 10769 0 1 0 293 5 0 0 25 0 12 0 189258856 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053847172 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 226590 8581 2466 14 0 213027 0
[pid=636/tid=638] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/638/stat : 638 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 189258858 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 189258858 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 634 636 31595 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189258861 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 31595 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 189258862 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 31595 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 189258862 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 31595 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189258865 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=906360 CPUtime=0.01
/proc/636/task/644/stat : 644 (java) S 634 636 31595 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 189258865 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=906360 CPUtime=0.77
/proc/636/task/645/stat : 645 (java) S 634 636 31595 0 -1 64 1717 0 0 0 77 0 0 0 16 0 12 0 189258865 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=906360 CPUtime=0.81
/proc/636/task/646/stat : 646 (java) S 634 636 31595 0 -1 64 1355 0 0 0 81 0 0 0 16 0 12 0 189258865 928112640 8581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=647] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189258865 928112640 8582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=906360 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189258865 928112640 8582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 906360

[startup+6.29366 s]
/proc/loadavg: 2.07 2.03 2.00 4/105 648
/proc/meminfo: memFree=1569664/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=909176 CPUtime=6.28
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 22385 0 1 0 616 12 0 0 25 0 12 0 189258856 930996224 17762 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054621250 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 227294 17763 2477 14 0 213731 0
[pid=636/tid=638] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/638/stat : 638 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 189258858 930996224 17763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 189258858 930996224 17763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 634 636 31595 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 189258861 930996224 17764 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 31595 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 189258862 930996224 17764 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 31595 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 189258862 930996224 17765 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 31595 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189258865 930996224 17765 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=909176 CPUtime=0.01
/proc/636/task/644/stat : 644 (java) S 634 636 31595 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 189258865 930996224 17766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=909176 CPUtime=1.56
/proc/636/task/645/stat : 645 (java) S 634 636 31595 0 -1 64 2719 0 0 0 156 0 0 0 15 0 12 0 189258865 930996224 17766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=909176 CPUtime=1.87
/proc/636/task/646/stat : 646 (java) S 634 636 31595 0 -1 64 3617 0 0 0 186 1 0 0 15 0 12 0 189258865 930996224 17767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=647] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189258865 930996224 17767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=909176 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189258865 930996224 17768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 909176

[startup+12.7849 s]
/proc/loadavg: 2.15 2.04 2.01 5/105 648
/proc/meminfo: memFree=1494528/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=919444 CPUtime=12.76
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 40375 0 1 0 1255 21 0 0 25 0 12 0 189258856 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055011411 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 229861 33612 2484 14 0 216298 0
[pid=636/tid=638] ppid=634 vsize=919444 CPUtime=0.23
/proc/636/task/638/stat : 638 (java) S 634 636 31595 0 -1 64 4475 0 0 0 22 1 0 0 17 0 12 0 189258858 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=919444 CPUtime=0.2
/proc/636/task/639/stat : 639 (java) S 634 636 31595 0 -1 64 4670 0 0 0 19 1 0 0 17 0 12 0 189258858 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=919444 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 634 636 31595 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 189258861 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=919444 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 31595 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 189258862 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=919444 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 31595 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 189258862 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=919444 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 31595 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189258865 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=919444 CPUtime=0.01
/proc/636/task/644/stat : 644 (java) S 634 636 31595 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 189258865 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=919444 CPUtime=2.77
/proc/636/task/645/stat : 645 (java) S 634 636 31595 0 -1 64 7263 0 0 0 275 2 0 0 16 0 12 0 189258865 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=919444 CPUtime=2.26
/proc/636/task/646/stat : 646 (java) S 634 636 31595 0 -1 64 3868 0 0 0 225 1 0 0 15 0 12 0 189258865 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=647] ppid=634 vsize=919444 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189258865 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=919444 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189258865 941510656 33612 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 919444

[startup+25.6563 s]
/proc/loadavg: 2.12 2.04 2.01 3/105 648
/proc/meminfo: memFree=1387712/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=911864 CPUtime=25.7
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 69439 0 1 0 2539 31 0 0 25 0 12 0 189258856 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055034439 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 227966 59782 2484 14 0 214403 0
[pid=636/tid=638] ppid=634 vsize=911864 CPUtime=0.88
/proc/636/task/638/stat : 638 (java) S 634 636 31595 0 -1 64 20564 0 0 0 82 6 0 0 16 0 12 0 189258858 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=911864 CPUtime=0.83
/proc/636/task/639/stat : 639 (java) S 634 636 31595 0 -1 64 17622 0 0 0 77 6 0 0 16 0 12 0 189258858 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=911864 CPUtime=0.01
/proc/636/task/640/stat : 640 (java) S 634 636 31595 0 -1 64 24 0 0 0 1 0 0 0 15 0 12 0 189258861 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 31595 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 189258862 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 31595 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 189258862 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 31595 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189258865 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=911864 CPUtime=0.01
/proc/636/task/644/stat : 644 (java) S 634 636 31595 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 189258865 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=911864 CPUtime=2.77
/proc/636/task/645/stat : 645 (java) S 634 636 31595 0 -1 64 7263 0 0 0 275 2 0 0 16 0 12 0 189258865 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=911864 CPUtime=2.26
/proc/636/task/646/stat : 646 (java) S 634 636 31595 0 -1 64 3868 0 0 0 225 1 0 0 15 0 12 0 189258865 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=647] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189258865 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189258865 933748736 59782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (KiB) 911864

[startup+51.3051 s]
/proc/loadavg: 2.07 2.04 2.01 5/105 648
/proc/meminfo: memFree=1144768/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=911864 CPUtime=51.5
/proc/636/stat : 636 (java) R 634 636 31595 0 -1 0 131410 0 1 0 5093 57 0 0 25 0 12 0 189258856 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055034714 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/636/statm: 227966 120895 2484 14 0 214403 0
[pid=636/tid=638] ppid=634 vsize=911864 CPUtime=2.23
/proc/636/task/638/stat : 638 (java) S 634 636 31595 0 -1 64 45837 0 0 0 206 17 0 0 17 0 12 0 189258858 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=911864 CPUtime=2.49
/proc/636/task/639/stat : 639 (java) S 634 636 31595 0 -1 64 54289 0 0 0 229 20 0 0 17 0 12 0 189258858 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=911864 CPUtime=0.02
/proc/636/task/640/stat : 640 (java) S 634 636 31595 0 -1 64 24 0 0 0 2 0 0 0 15 0 12 0 189258861 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 31595 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 189258862 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 31595 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 189258862 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 31595 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189258865 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=911864 CPUtime=0.01
/proc/636/task/644/stat : 644 (java) S 634 636 31595 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 189258865 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=911864 CPUtime=2.77
/proc/636/task/645/stat : 645 (java) S 634 636 31595 0 -1 64 7263 0 0 0 275 2 0 0 16 0 12 0 189258865 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=911864 CPUtime=2.26
/proc/636/task/646/stat : 646 (java) S 634 636 31595 0 -1 64 3868 0 0 0 225 1 0 0 15 0 12 0 189258865 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=647] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189258865 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=911864 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189258865 933748736 120895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.5
Current children cumulated vsize (KiB) 911864



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+86.4608 s]
/proc/loadavg: 2.09 2.05 2.01 3/105 648
/proc/meminfo: memFree=864512/2055920 swapFree=4171244/4192956
[pid=636] ppid=634 vsize=935872 CPUtime=86.65
/proc/636/stat : 636 (java) S 634 636 31595 0 -1 0 201756 0 1 0 8579 86 0 0 25 0 12 0 189258856 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 233968 189093 2484 14 0 220405 0
[pid=636/tid=638] ppid=634 vsize=935872 CPUtime=4.72
/proc/636/task/638/stat : 638 (java) S 634 636 31595 0 -1 64 82293 0 0 0 440 32 0 0 16 0 12 0 189258858 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=935872 CPUtime=4.9
/proc/636/task/639/stat : 639 (java) S 634 636 31595 0 -1 64 84205 0 0 0 458 32 0 0 15 0 12 0 189258858 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=634 vsize=935872 CPUtime=0.38
/proc/636/task/640/stat : 640 (java) R 634 636 31595 0 -1 64 3964 0 0 0 36 2 0 0 16 0 12 0 189258861 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152608600 0 0 0 23759 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=634 vsize=935872 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 31595 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 189258862 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=935872 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 31595 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 189258862 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=935872 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 31595 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189258865 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=935872 CPUtime=0.01
/proc/636/task/644/stat : 644 (java) S 634 636 31595 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 189258865 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=935872 CPUtime=2.77
/proc/636/task/645/stat : 645 (java) S 634 636 31595 0 -1 64 7263 0 0 0 275 2 0 0 16 0 12 0 189258865 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=935872 CPUtime=2.26
/proc/636/task/646/stat : 646 (java) S 634 636 31595 0 -1 64 3868 0 0 0 225 1 0 0 15 0 12 0 189258865 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=647] ppid=634 vsize=935872 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 31595 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189258865 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=935872 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 31595 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189258865 958332928 189093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.65
Current children cumulated vsize (KiB) 935872

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

Child status: 143
Real time (s): 88.4483
CPU time (s): 88.6215
CPU user time (s): 87.6237
CPU system time (s): 0.997848
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 935872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.6237
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204296
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= 4107
involuntary context switches= 5203

runsolver used 0.140978 s user time and 0.271958 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Jan 10 05:57:22 UTC 2007


IDJOB= 252613
IDBENCH= 12957
FILE ID= node19/252613-1168408642

PBS_JOBID= 3523167

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-7-4-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/252613-1168408642/sat4jCSP-bf3.jar /tmp/evaluation/252613-1168408642/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-252613-1168408642 -o ROOT/results/node19/solver-252613-1168408642 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/252613-1168408642/sat4jCSP-bf3.jar /tmp/evaluation/252613-1168408642/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  23e58d9dc3ec1616694b4f0d92e487d3

RANDOM SEED= 206719342

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.260
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.260
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:       1612792 kB
Buffers:         54444 kB
Cached:         247588 kB
SwapCached:      10428 kB
Active:         263836 kB
Inactive:       121568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612792 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            6436 kB
Writeback:           0 kB
Mapped:         101240 kB
Slab:            42220 kB
Committed_AS:  6448820 kB
PageTables:       2576 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= 66549 MiB



End job on node19 on Wed Jan 10 05:58:51 UTC 2007