Trace number 2081415

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1UNSAT 1.45678 1.49806

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-3.xml
MD5SUM7c7d2bd47e49bff016e6945f19c1acba
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints40
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2081415-1247372713.xml
0.19/0.23	c reading problem ... 
0.39/0.44	c reading problem named null
0.39/0.44	c reading domains done.
0.39/0.45	c reading variables done.
0.39/0.46	c reading predicates  done.
0.69/0.70	c reading constraints
1.29/1.34	c done with constraints.
1.29/1.34	c ... done. Wall clock time 1.118s.
1.29/1.34	c #vars     84
1.29/1.34	c #constraints  681
1.29/1.34	c constraints type 
1.29/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 662
1.29/1.35	c org.sat4j.minisat.constraints.card.AtLeast => 10
1.39/1.42	c starts		: 1
1.39/1.42	c conflicts		: 16
1.39/1.42	c decisions		: 16
1.39/1.42	c propagations		: 647
1.39/1.42	c inspects		: 12102
1.39/1.42	c learnt literals	: 2
1.39/1.42	c learnt binary clauses	: 1
1.39/1.42	c learnt ternary clauses	: 1
1.39/1.42	c learnt clauses	: 13
1.39/1.42	c ignored clauses	: 0
1.39/1.42	c root simplifications	: 0
1.39/1.42	c removed literals (reason simplification)	: 58
1.39/1.42	c reason swapping (by a shorter reason)	: 0
1.39/1.42	c Calls to reduceDB	: 0
1.39/1.42	c speed (assignments/second)	: 8513.157894736842
1.39/1.42	c non guided choices	9
1.39/1.45	c learnt constraints type 
1.39/1.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1.39/1.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12
1.39/1.45	c constraints type 
1.39/1.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 662
1.39/1.45	c org.sat4j.minisat.constraints.card.AtLeast => 10
1.39/1.45	s UNSATISFIABLE
1.39/1.45	c Total wall clock time (in seconds) : 1.194

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081415-1247372713/watcher-2081415-1247372713 -o /tmp/evaluation-result-2081415-1247372713/solver-2081415-1247372713 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081415-1247372713.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 24278
/proc/meminfo: memFree=1060336/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=1520 CPUtime=0
/proc/24278/stat : 24278 (java) R 24276 24278 6860 0 -1 0 250 0 0 0 0 0 0 0 18 0 1 0 24334736 1556480 70 996147200 134512640 134550932 4294956016 18446744073709551615 4313176 0 0 4096 0 0 0 0 17 0 0 0
/proc/24278/statm: 380 73 56 9 0 10 0

[startup+0.0344079 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 24278
/proc/meminfo: memFree=1060336/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=800696 CPUtime=0.02
/proc/24278/stat : 24278 (java) S 24276 24278 6860 0 -1 0 2421 0 1 0 1 1 0 0 18 0 4 0 24334736 819912704 2168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24278/statm: 200174 2169 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101419 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 24278
/proc/meminfo: memFree=1060336/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=804560 CPUtime=0.09
/proc/24278/stat : 24278 (java) S 24276 24278 6860 0 -1 0 3075 0 1 0 7 2 0 0 18 0 12 0 24334736 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24278/statm: 201140 2818 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301427 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 24278
/proc/meminfo: memFree=1060336/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=806104 CPUtime=0.29
/proc/24278/stat : 24278 (java) S 24276 24278 6860 0 -1 0 4419 0 1 0 26 3 0 0 18 0 12 0 24334736 825450496 4156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24278/statm: 201526 4156 1363 9 0 198853 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806104

[startup+0.701456 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 24278
/proc/meminfo: memFree=1060336/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=807260 CPUtime=0.69
/proc/24278/stat : 24278 (java) S 24276 24278 6860 0 -1 0 6520 0 1 0 63 6 0 0 18 0 12 0 24334736 826634240 5806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24278/statm: 201815 5807 1387 9 0 199142 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807260

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

[startup+1.10748 s]
/proc/loadavg: 2.15 2.03 2.01 4/86 24290
/proc/meminfo: memFree=1040592/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=809776 CPUtime=1.09
/proc/24278/stat : 24278 (java) S 24276 24278 6860 0 -1 0 8432 0 1 0 102 7 0 0 18 0 12 0 24334736 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24278/statm: 202444 6639 1404 9 0 199771 0
[pid=24278/tid=24280] ppid=24276 vsize=809776 CPUtime=0.64
/proc/24278/task/24280/stat : 24280 (java) R 24276 24278 6860 0 -1 64 4838 0 1 0 59 5 0 0 25 0 12 0 24334737 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24281] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24281/stat : 24281 (java) S 24276 24278 6860 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24334738 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24282] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24282/stat : 24282 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24334738 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24283] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24283/stat : 24283 (java) S 24276 24278 6860 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24334740 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24284] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24284/stat : 24284 (java) S 24276 24278 6860 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24334740 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24285] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24285/stat : 24285 (java) S 24276 24278 6860 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24334740 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24286] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24286/stat : 24286 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24334745 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24287] ppid=24276 vsize=809776 CPUtime=0.04
/proc/24278/task/24287/stat : 24287 (java) S 24276 24278 6860 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 24334745 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24288] ppid=24276 vsize=809776 CPUtime=0.38
/proc/24278/task/24288/stat : 24288 (java) R 24276 24278 6860 0 -1 64 2587 0 0 0 37 1 0 0 17 0 12 0 24334745 829210624 6639 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24289] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24289/stat : 24289 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24334745 829210624 6640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24290] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24290/stat : 24290 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24334745 829210624 6642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 809776

[startup+1.30249 s]
/proc/loadavg: 2.15 2.03 2.01 4/86 24290
/proc/meminfo: memFree=1040592/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=809776 CPUtime=1.29
/proc/24278/stat : 24278 (java) S 24276 24278 6860 0 -1 0 9162 0 1 0 121 8 0 0 18 0 12 0 24334736 829210624 6786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24278/statm: 202444 6787 1423 9 0 199771 0
[pid=24278/tid=24280] ppid=24276 vsize=809776 CPUtime=0.68
/proc/24278/task/24280/stat : 24280 (java) R 24276 24278 6860 0 -1 64 4910 0 1 0 63 5 0 0 25 0 12 0 24334737 829210624 6787 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24281] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24281/stat : 24281 (java) S 24276 24278 6860 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24334738 829210624 6787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24282] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24282/stat : 24282 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24334738 829210624 6787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24283] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24283/stat : 24283 (java) S 24276 24278 6860 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24334740 829210624 6787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24284] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24284/stat : 24284 (java) S 24276 24278 6860 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24334740 829210624 6787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24285] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24285/stat : 24285 (java) S 24276 24278 6860 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24334740 829210624 6788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24286] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24286/stat : 24286 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24334745 829210624 6788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24287] ppid=24276 vsize=809776 CPUtime=0.04
/proc/24278/task/24287/stat : 24287 (java) S 24276 24278 6860 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 24334745 829210624 6788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24288] ppid=24276 vsize=809776 CPUtime=0.54
/proc/24278/task/24288/stat : 24288 (java) S 24276 24278 6860 0 -1 64 3246 0 0 0 53 1 0 0 18 0 12 0 24334745 829210624 6788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24289] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24289/stat : 24289 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24334745 829210624 6788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24290] ppid=24276 vsize=809776 CPUtime=0
/proc/24278/task/24290/stat : 24290 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24334745 829210624 6788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 809776

[startup+1.4025 s]
/proc/loadavg: 2.15 2.03 2.01 4/86 24290
/proc/meminfo: memFree=1040592/2055920 swapFree=4192812/4192956
[pid=24278] ppid=24276 vsize=810100 CPUtime=1.39
/proc/24278/stat : 24278 (java) S 24276 24278 6860 0 -1 0 9333 0 1 0 131 8 0 0 18 0 13 0 24334736 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24278/statm: 202525 6957 1427 9 0 199852 0
[pid=24278/tid=24280] ppid=24276 vsize=810100 CPUtime=0.74
/proc/24278/task/24280/stat : 24280 (java) R 24276 24278 6860 0 -1 64 5075 0 1 0 69 5 0 0 25 0 13 0 24334737 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24281] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24281/stat : 24281 (java) S 24276 24278 6860 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 24334738 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24282] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24282/stat : 24282 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24334738 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24283] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24283/stat : 24283 (java) S 24276 24278 6860 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 24334740 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24284] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24284/stat : 24284 (java) S 24276 24278 6860 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 24334740 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24285] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24285/stat : 24285 (java) S 24276 24278 6860 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24334740 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24286] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24286/stat : 24286 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24334745 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24287] ppid=24276 vsize=810100 CPUtime=0.04
/proc/24278/task/24287/stat : 24287 (java) S 24276 24278 6860 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 24334745 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24288] ppid=24276 vsize=810100 CPUtime=0.58
/proc/24278/task/24288/stat : 24288 (java) R 24276 24278 6860 0 -1 64 3250 0 0 0 57 1 0 0 17 0 13 0 24334745 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 105496208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24289] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24289/stat : 24289 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24334745 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24278/tid=24290] ppid=24276 vsize=810100 CPUtime=0
/proc/24278/task/24290/stat : 24290 (java) S 24276 24278 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24334745 829542400 6957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 810100

Child status: 0
Real time (s): 1.49806
CPU time (s): 1.45678
CPU user time (s): 1.36779
CPU system time (s): 0.088986
CPU usage (%): 97.2446
Max. virtual memory (cumulated for all children) (KiB): 810284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.36779
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9375
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= 256
involuntary context switches= 270

runsolver used 0.004999 second user time and 0.012998 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 06:25:13
IDJOB=2081415
IDBENCH=57396
IDSOLVER=731
FILE ID=node52/2081415-1247372713
PBS_JOBID= 9507108
Free space on /tmp= 65984 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081415-1247372713/watcher-2081415-1247372713 -o /tmp/evaluation-result-2081415-1247372713/solver-2081415-1247372713 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081415-1247372713.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7c7d2bd47e49bff016e6945f19c1acba
RANDOM SEED=1899630613

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
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.236
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:       1060816 kB
Buffers:         39552 kB
Cached:         329144 kB
SwapCached:          0 kB
Active:         854364 kB
Inactive:        77356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:         574332 kB
Slab:            47404 kB
Committed_AS:   734260 kB
PageTables:       3064 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= 65984 MiB
End job on node52 at 2009-07-12 06:25:14