Trace number 2067203

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.1SAT 34.4868 34.9164

General information on the benchmark

Namecsp/pseudo/radar/
normalized-radar-10-20-4.5-0.95-98.xml
MD5SUMed27c6c9d348cc0909e667877accca15
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.096985
Satisfiable
(Un)Satisfiability was proved
Number of variables906
Number of constraints1038
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1038
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2067203-1247343989.xml
0.18/0.26	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.52	c reading variables done.
0.68/0.79	c reading predicates  done.
0.97/1.07	c reading constraints
33.99/34.43	c done with constraints.
33.99/34.43	c ... done. Wall clock time 34.179s.
33.99/34.43	c #vars     1811
33.99/34.43	c #constraints  17693
33.99/34.44	c constraints type 
33.99/34.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14177
33.99/34.44	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
33.99/34.44	c org.sat4j.minisat.constraints.card.AtLeast => 905
33.99/34.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2609
34.38/34.87	c starts		: 1
34.38/34.87	c conflicts		: 41
34.38/34.87	c decisions		: 1634
34.38/34.87	c propagations		: 10017
34.38/34.87	c inspects		: 59928
34.38/34.87	c learnt literals	: 0
34.38/34.87	c learnt binary clauses	: 3
34.38/34.87	c learnt ternary clauses	: 6
34.38/34.87	c learnt clauses	: 41
34.38/34.87	c ignored clauses	: 0
34.38/34.87	c root simplifications	: 0
34.38/34.87	c removed literals (reason simplification)	: 17
34.38/34.87	c reason swapping (by a shorter reason)	: 0
34.38/34.87	c Calls to reduceDB	: 0
34.38/34.87	c speed (assignments/second)	: 23295.3488372093
34.38/34.87	c non guided choices	1393
34.38/34.87	c learnt constraints type 
34.38/34.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
34.38/34.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38
34.38/34.87	c constraints type 
34.38/34.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14177
34.38/34.87	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
34.38/34.87	c org.sat4j.minisat.constraints.card.AtLeast => 905
34.38/34.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2609
34.38/34.87	s SATISFIABLE
34.38/34.87	v 1 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 0 1 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 1 0 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 0 0 1 1 1 0 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 1 0 0 0 0 1 0 0 
34.38/34.87	c Total wall clock time (in seconds) : 34.61

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067203-1247343989/watcher-2067203-1247343989 -o /tmp/evaluation-result-2067203-1247343989/solver-2067203-1247343989 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067203-1247343989.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.47 2.27 2.11 3/82 14860
/proc/meminfo: memFree=724944/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=18576 CPUtime=0
/proc/14860/stat : 14860 (runsolver) R 14858 14860 14113 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21463683 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234211568935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14860/statm: 4644 284 249 26 0 2626 0

[startup+0.099381 s]
/proc/loadavg: 2.47 2.27 2.11 3/82 14860
/proc/meminfo: memFree=724944/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=802164 CPUtime=0.08
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 2894 0 1 0 6 2 0 0 18 0 7 0 21463683 821415936 2639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 200541 2639 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.101661 s]
/proc/loadavg: 2.47 2.27 2.11 3/82 14860
/proc/meminfo: memFree=724944/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=802164 CPUtime=0.08
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 2900 0 1 0 6 2 0 0 18 0 7 0 21463683 821415936 2645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 200541 2645 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.301687 s]
/proc/loadavg: 2.47 2.27 2.11 3/82 14860
/proc/meminfo: memFree=724944/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=805628 CPUtime=0.28
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 4250 0 1 0 24 4 0 0 18 0 12 0 21463683 824963072 3987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 201407 3987 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.703523 s]
/proc/loadavg: 2.47 2.27 2.11 3/82 14860
/proc/meminfo: memFree=724944/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=807184 CPUtime=0.68
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 5415 0 1 0 63 5 0 0 18 0 12 0 21463683 826556416 4906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 201796 4906 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50284 s]
/proc/loadavg: 2.44 2.27 2.10 3/94 14872
/proc/meminfo: memFree=706288/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=807428 CPUtime=1.47
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 7487 0 1 0 140 7 0 0 18 0 12 0 21463683 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 201857 6485 1400 9 0 199184 0
[pid=14860/tid=14862] ppid=14858 vsize=807428 CPUtime=1.01
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 5196 0 1 0 96 5 0 0 21 0 12 0 21463685 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4109170534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21463686 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21463686 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21463688 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21463688 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21463688 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21463693 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=807428 CPUtime=0.44
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 14113 0 -1 64 1535 0 0 0 43 1 0 0 16 0 12 0 21463693 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=807428 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 826806272 6485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807428

[startup+3.10104 s]
/proc/loadavg: 2.44 2.27 2.10 4/94 14872
/proc/meminfo: memFree=699056/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=811528 CPUtime=3.05
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 12225 0 1 0 296 9 0 0 18 0 12 0 21463683 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 202882 8448 1422 9 0 200209 0
[pid=14860/tid=14862] ppid=14858 vsize=811528 CPUtime=1.42
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 6022 0 1 0 137 5 0 0 25 0 12 0 21463685 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21463686 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21463686 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21463688 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21463688 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21463688 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=811528 CPUtime=0.01
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 21463693 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=811528 CPUtime=1.59
/proc/14860/task/14870/stat : 14870 (java) R 14858 14860 14113 0 -1 64 5445 0 0 0 157 2 0 0 18 0 12 0 21463693 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 104163880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=811528 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 831004672 8448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811528

[startup+6.30245 s]
/proc/loadavg: 2.40 2.26 2.10 3/94 14872
/proc/meminfo: memFree=648368/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=811944 CPUtime=6.2
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 26817 0 1 0 604 16 0 0 18 0 12 0 21463683 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 202986 20935 1439 9 0 200313 0
[pid=14860/tid=14862] ppid=14858 vsize=811944 CPUtime=3.44
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 17418 0 1 0 333 11 0 0 25 0 12 0 21463685 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4109703212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=811944 CPUtime=0.02
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 483 0 0 0 2 0 0 0 16 0 12 0 21463686 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=811944 CPUtime=0.01
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 390 0 0 0 1 0 0 0 16 0 12 0 21463686 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=811944 CPUtime=0
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 21463688 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=811944 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21463688 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=811944 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21463688 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=811944 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=811944 CPUtime=0.08
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 230 0 0 0 8 0 0 0 16 0 12 0 21463693 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=811944 CPUtime=2.61
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 14113 0 -1 64 7536 0 0 0 258 3 0 0 16 0 12 0 21463693 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=811944 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=811944 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 831430656 20935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 811944

[startup+12.7047 s]
/proc/loadavg: 2.37 2.26 2.10 3/94 14872
/proc/meminfo: memFree=631472/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=812260 CPUtime=12.53
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 32217 0 1 0 1233 20 0 0 18 0 12 0 21463683 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 203065 24950 1442 9 0 200392 0
[pid=14860/tid=14862] ppid=14858 vsize=812260 CPUtime=9.06
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 19997 0 1 0 893 13 0 0 25 0 12 0 21463685 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=812260 CPUtime=0.07
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 1356 0 0 0 7 0 0 0 16 0 12 0 21463686 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=812260 CPUtime=0.03
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 847 0 0 0 3 0 0 0 16 0 12 0 21463686 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=812260 CPUtime=0
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 50 0 0 0 0 0 0 0 16 0 12 0 21463688 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=812260 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21463688 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=812260 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21463688 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=812260 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=812260 CPUtime=0.08
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 230 0 0 0 8 0 0 0 16 0 12 0 21463693 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=812260 CPUtime=3.23
/proc/14860/task/14870/stat : 14870 (java) R 14858 14860 14113 0 -1 64 8997 0 0 0 319 4 0 0 17 0 12 0 21463693 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 105496178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=812260 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=812260 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 831754240 24950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 812260

[startup+25.5029 s]
/proc/loadavg: 2.29 2.24 2.10 3/94 14872
/proc/meminfo: memFree=624304/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=812928 CPUtime=25.19
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 35185 0 1 0 2498 21 0 0 18 0 12 0 21463683 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 203232 25571 1442 9 0 200559 0
[pid=14860/tid=14862] ppid=14858 vsize=812928 CPUtime=21.18
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 20302 0 1 0 2105 13 0 0 25 0 12 0 21463685 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4109703212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=812928 CPUtime=0.07
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 1428 0 0 0 7 0 0 0 16 0 12 0 21463686 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=812928 CPUtime=0.04
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 887 0 0 0 4 0 0 0 16 0 12 0 21463686 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=812928 CPUtime=0.01
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 51 0 0 0 1 0 0 0 15 0 12 0 21463688 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=812928 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21463688 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=812928 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21463688 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=812928 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=812928 CPUtime=0.08
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 230 0 0 0 8 0 0 0 16 0 12 0 21463693 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=812928 CPUtime=3.74
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 14113 0 -1 64 11547 0 0 0 369 5 0 0 19 0 12 0 21463693 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=812928 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=812928 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 832438272 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 812928

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

[startup+31.9077 s]
/proc/loadavg: 2.26 2.24 2.10 5/94 14872
/proc/meminfo: memFree=623600/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=814672 CPUtime=31.52
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 35698 0 1 0 3130 22 0 0 18 0 12 0 21463683 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 203668 26075 1442 9 0 200995 0
[pid=14860/tid=14862] ppid=14858 vsize=814672 CPUtime=27.17
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 20372 0 1 0 2704 13 0 0 25 0 12 0 21463685 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=814672 CPUtime=0.08
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 1435 0 0 0 8 0 0 0 16 0 12 0 21463686 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=814672 CPUtime=0.04
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 910 0 0 0 4 0 0 0 16 0 12 0 21463686 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=814672 CPUtime=0.01
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 51 0 0 0 1 0 0 0 15 0 12 0 21463688 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=814672 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21463688 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=814672 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21463688 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=814672 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=814672 CPUtime=0.08
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 230 0 0 0 8 0 0 0 16 0 12 0 21463693 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=814672 CPUtime=4.07
/proc/14860/task/14870/stat : 14870 (java) R 14858 14860 14113 0 -1 64 11960 0 0 0 402 5 0 0 18 0 12 0 21463693 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 105874787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=814672 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=814672 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 834224128 26075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (KiB) 814672

[startup+33.5029 s]
/proc/loadavg: 2.26 2.24 2.10 3/94 14872
/proc/meminfo: memFree=621360/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=814944 CPUtime=33.1
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 36367 0 1 0 3288 22 0 0 18 0 12 0 21463683 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 203736 26197 1442 9 0 201063 0
[pid=14860/tid=14862] ppid=14858 vsize=814944 CPUtime=28.64
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 20374 0 1 0 2851 13 0 0 25 0 12 0 21463685 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4109875393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=814944 CPUtime=0.08
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 1440 0 0 0 8 0 0 0 16 0 12 0 21463686 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=814944 CPUtime=0.04
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 913 0 0 0 4 0 0 0 16 0 12 0 21463686 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=814944 CPUtime=0.01
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 51 0 0 0 1 0 0 0 15 0 12 0 21463688 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21463688 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21463688 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=814944 CPUtime=0.08
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 230 0 0 0 8 0 0 0 16 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=814944 CPUtime=4.19
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 14113 0 -1 64 12619 0 0 0 413 6 0 0 19 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.1
Current children cumulated vsize (KiB) 814944

[startup+34.303 s]
/proc/loadavg: 2.26 2.24 2.10 4/94 14872
/proc/meminfo: memFree=621360/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=814944 CPUtime=33.89
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 36368 0 1 0 3367 22 0 0 18 0 12 0 21463683 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 203736 26197 1442 9 0 201063 0
[pid=14860/tid=14862] ppid=14858 vsize=814944 CPUtime=29.42
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 20375 0 1 0 2929 13 0 0 25 0 12 0 21463685 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4109911692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=814944 CPUtime=0.08
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 1440 0 0 0 8 0 0 0 16 0 12 0 21463686 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=814944 CPUtime=0.04
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 913 0 0 0 4 0 0 0 15 0 12 0 21463686 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=814944 CPUtime=0.01
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 51 0 0 0 1 0 0 0 15 0 12 0 21463688 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21463688 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21463688 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=814944 CPUtime=0.08
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 230 0 0 0 8 0 0 0 16 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=814944 CPUtime=4.19
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 14113 0 -1 64 12619 0 0 0 413 6 0 0 19 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=814944 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21463693 834502656 26197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.89
Current children cumulated vsize (KiB) 814944

[startup+34.7031 s]
/proc/loadavg: 2.26 2.24 2.10 4/94 14872
/proc/meminfo: memFree=621360/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=815268 CPUtime=34.28
/proc/14860/stat : 14860 (java) S 14858 14860 14113 0 -1 0 36403 0 1 0 3406 22 0 0 18 0 13 0 21463683 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 203817 26229 1446 9 0 201144 0
[pid=14860/tid=14862] ppid=14858 vsize=815268 CPUtime=29.65
/proc/14860/task/14862/stat : 14862 (java) R 14858 14860 14113 0 -1 64 20388 0 1 0 2952 13 0 0 25 0 13 0 21463685 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4109134692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14863] ppid=14858 vsize=815268 CPUtime=0.08
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 14113 0 -1 64 1440 0 0 0 8 0 0 0 16 0 13 0 21463686 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14864] ppid=14858 vsize=815268 CPUtime=0.04
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 14113 0 -1 64 913 0 0 0 4 0 0 0 15 0 13 0 21463686 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14865] ppid=14858 vsize=815268 CPUtime=0.01
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 14113 0 -1 64 51 0 0 0 1 0 0 0 16 0 13 0 21463688 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14866] ppid=14858 vsize=815268 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 14113 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21463688 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14867] ppid=14858 vsize=815268 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 14113 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21463688 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14868] ppid=14858 vsize=815268 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 14113 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 21463693 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14869] ppid=14858 vsize=815268 CPUtime=0.08
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 14113 0 -1 64 230 0 0 0 8 0 0 0 16 0 13 0 21463693 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14870] ppid=14858 vsize=815268 CPUtime=4.36
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 14113 0 -1 64 12635 0 0 0 430 6 0 0 17 0 13 0 21463693 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14871] ppid=14858 vsize=815268 CPUtime=0
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21463693 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14860/tid=14872] ppid=14858 vsize=815268 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21463693 834834432 26229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.28
Current children cumulated vsize (KiB) 815268

[startup+34.903 s]
/proc/loadavg: 2.26 2.24 2.10 4/94 14872
/proc/meminfo: memFree=621360/2055920 swapFree=4192948/4192956
[pid=14860] ppid=14858 vsize=0 CPUtime=34.47
/proc/14860/stat : 14860 (java) Z 14858 14860 14113 0 -1 12 36415 0 1 0 3424 23 0 0 16 0 2 0 21463683 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14860/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.47
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 34.9164
CPU time (s): 34.4868
CPU user time (s): 34.2428
CPU system time (s): 0.243962
CPU usage (%): 98.7695
Max. virtual memory (cumulated for all children) (KiB): 815312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.2428
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36415
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= 2232
involuntary context switches= 2721

runsolver used 0.055991 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-11 22:26:29
IDJOB=2067203
IDBENCH=54615
IDSOLVER=731
FILE ID=node54/2067203-1247343989
PBS_JOBID= 9506783
Free space on /tmp= 66412 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/radar/normalized-radar-10-20-4.5-0.95-98.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067203-1247343989/watcher-2067203-1247343989 -o /tmp/evaluation-result-2067203-1247343989/solver-2067203-1247343989 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067203-1247343989.xml

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

MD5SUM BENCH= ed27c6c9d348cc0909e667877accca15
RANDOM SEED=1825748666

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        725424 kB
Buffers:         59488 kB
Cached:         758748 kB
SwapCached:          8 kB
Active:         526356 kB
Inactive:       750204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        725424 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:         478756 kB
Slab:            38272 kB
Committed_AS:   620956 kB
PageTables:       2660 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-11 22:27:04