Trace number 2067126

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 52.0141 52.0872

General information on the benchmark

Namecsp/pseudo/radar/
normalized-radar-10-20-4.5-0.95-100.xml
MD5SUM9fd8118b80bb6d33ba859e90c9d283ef
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.103983
Satisfiable
(Un)Satisfiability was proved
Number of variables934
Number of constraints1062
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1062
Global constraints used (with number of constraints)

Solver Data

0.10/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.12	c See www.sat4j.org for details.
0.10/0.12	c That software uses the Rhino library from the Mozilla project.
0.10/0.14	c version 2.1.1.v20090622
0.10/0.14	c sun.arch.data.model	32
0.10/0.14	c java.version	1.6.0_12
0.10/0.14	c os.name	Linux
0.10/0.14	c os.version	2.6.9-22.EL.rootsmp
0.10/0.14	c os.arch	i386
0.10/0.14	c Free memory 671000808
0.10/0.14	c Max memory 672137216
0.10/0.14	c Total memory 672137216
0.10/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-2067126-1247343919.xml
0.19/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.69/0.72	c reading predicates  done.
0.89/0.98	c reading constraints
51.57/51.67	c done with constraints.
51.57/51.67	c ... done. Wall clock time 51.443s.
51.57/51.67	c #vars     1867
51.57/51.67	c #constraints  18605
51.57/51.67	c constraints type 
51.57/51.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14991
51.57/51.67	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
51.57/51.67	c org.sat4j.minisat.constraints.card.AtLeast => 933
51.57/51.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2679
51.97/52.01	c starts		: 1
51.97/52.01	c conflicts		: 40
51.97/52.01	c decisions		: 1017
51.97/52.01	c propagations		: 6761
51.97/52.01	c inspects		: 52075
51.97/52.01	c learnt literals	: 0
51.97/52.01	c learnt binary clauses	: 0
51.97/52.01	c learnt ternary clauses	: 5
51.97/52.01	c learnt clauses	: 40
51.97/52.01	c ignored clauses	: 0
51.97/52.01	c root simplifications	: 0
51.97/52.01	c removed literals (reason simplification)	: 6
51.97/52.01	c reason swapping (by a shorter reason)	: 0
51.97/52.01	c Calls to reduceDB	: 0
51.97/52.01	c speed (assignments/second)	: 20062.314540059346
51.97/52.01	c non guided choices	805
51.97/52.01	c learnt constraints type 
51.97/52.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40
51.97/52.01	c constraints type 
51.97/52.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14991
51.97/52.01	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
51.97/52.01	c org.sat4j.minisat.constraints.card.AtLeast => 933
51.97/52.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2679
51.97/52.01	s SATISFIABLE
51.97/52.02	v 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 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 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 0 0 0 0 1 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 0 0 0 1 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 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 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 0 0 0 0 1 0 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 1 1 0 0 0 0 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 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 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 1 1 1 1 1 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 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 0 0 0 0 0 
51.97/52.02	c Total wall clock time (in seconds) : 51.781

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-2067126-1247343919/watcher-2067126-1247343919 -o /tmp/evaluation-result-2067126-1247343919/solver-2067126-1247343919 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067126-1247343919.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.26 2.11 2.03 4/81 17658
/proc/meminfo: memFree=1852664/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=272 CPUtime=0
/proc/17658/stat : 17658 (java) D 17656 17658 15661 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 21458304 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 1463076 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17658/statm: 68 37 28 9 0 6 0

[startup+0.019336 s]
/proc/loadavg: 2.26 2.11 2.03 4/81 17658
/proc/meminfo: memFree=1852664/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=798736 CPUtime=0.01
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 1690 0 1 0 0 1 0 0 18 0 4 0 21458304 817905664 1439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 199684 1445 431 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.10234 s]
/proc/loadavg: 2.26 2.11 2.03 4/81 17658
/proc/meminfo: memFree=1852664/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=804560 CPUtime=0.1
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 3075 0 1 0 8 2 0 0 18 0 12 0 21458304 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 201140 2818 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.302361 s]
/proc/loadavg: 2.26 2.11 2.03 4/81 17658
/proc/meminfo: memFree=1852664/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=805916 CPUtime=0.29
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 4398 0 1 0 26 3 0 0 18 0 12 0 21458304 825257984 4135 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 201479 4135 1365 9 0 198806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805916

[startup+0.702407 s]
/proc/loadavg: 2.26 2.11 2.03 4/81 17658
/proc/meminfo: memFree=1852664/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=807164 CPUtime=0.69
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 5534 0 1 0 64 5 0 0 18 0 12 0 21458304 826535936 5026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 201791 5027 1392 9 0 199118 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807164

[startup+1.50149 s]
/proc/loadavg: 2.32 2.12 2.03 3/93 17670
/proc/meminfo: memFree=1833560/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=808168 CPUtime=1.49
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 8135 0 1 0 143 6 0 0 18 0 12 0 21458304 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202042 6773 1400 9 0 199369 0
[pid=17658/tid=17660] ppid=17656 vsize=808168 CPUtime=0.97
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 5291 0 1 0 92 5 0 0 25 0 12 0 21458305 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 21458306 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21458306 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21458308 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 21458309 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21458309 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21458313 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=808168 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 12 0 21458313 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=808168 CPUtime=0.46
/proc/17658/task/17668/stat : 17668 (java) R 17656 17658 15661 0 -1 64 1852 0 0 0 46 0 0 0 16 0 12 0 21458313 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 105496195 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21458313 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=808168 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21458313 827564032 6773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808168

[startup+3.10167 s]
/proc/loadavg: 2.32 2.12 2.03 3/93 17670
/proc/meminfo: memFree=1826392/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=811472 CPUtime=3.09
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 12965 0 1 0 300 9 0 0 18 0 12 0 21458304 830947328 8746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202868 8747 1423 9 0 200195 0
[pid=17658/tid=17660] ppid=17656 vsize=811472 CPUtime=1.38
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 6327 0 1 0 133 5 0 0 25 0 12 0 21458305 830947328 8747 996147200 134512640 134550932 4294956016 18446744073709551615 4109834584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 21458306 830947328 8747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21458306 830947328 8748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21458308 830947328 8748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 21458309 830947328 8748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21458309 830947328 8749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21458313 830947328 8749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=811472 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 12 0 21458313 830947328 8749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=811472 CPUtime=1.65
/proc/17658/task/17668/stat : 17668 (java) S 17656 17658 15661 0 -1 64 5647 0 0 0 162 3 0 0 18 0 12 0 21458313 830947328 8749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21458313 830947328 8749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=811472 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21458313 830947328 8749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811472

[startup+6.30302 s]
/proc/loadavg: 2.32 2.12 2.03 3/93 17670
/proc/meminfo: memFree=1775064/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=810768 CPUtime=6.29
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 25143 0 1 0 613 16 0 0 18 0 12 0 21458304 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202692 20742 1442 9 0 200019 0
[pid=17658/tid=17660] ppid=17656 vsize=810768 CPUtime=3.98
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 17429 0 1 0 386 12 0 0 25 0 12 0 21458305 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4109834672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=810768 CPUtime=0.02
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 605 0 0 0 2 0 0 0 16 0 12 0 21458306 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=810768 CPUtime=0.02
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 381 0 0 0 2 0 0 0 16 0 12 0 21458306 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=810768 CPUtime=0
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 21458308 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=810768 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21458309 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=810768 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21458309 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=810768 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21458313 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=810768 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 12 0 21458313 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=810768 CPUtime=2.19
/proc/17658/task/17668/stat : 17668 (java) S 17656 17658 15661 0 -1 64 5703 0 0 0 216 3 0 0 16 0 12 0 21458313 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=810768 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21458313 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=810768 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21458313 830226432 20742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 810768

[startup+12.7027 s]
/proc/loadavg: 2.35 2.13 2.04 3/93 17670
/proc/meminfo: memFree=1760472/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=809744 CPUtime=12.69
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 28907 0 1 0 1251 18 0 0 18 0 12 0 21458304 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202436 24240 1442 9 0 199763 0
[pid=17658/tid=17660] ppid=17656 vsize=809744 CPUtime=10.14
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 19800 0 1 0 1001 13 0 0 25 0 12 0 21458305 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4109773612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=809744 CPUtime=0.04
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 1102 0 0 0 4 0 0 0 16 0 12 0 21458306 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=809744 CPUtime=0.05
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1252 0 0 0 5 0 0 0 16 0 12 0 21458306 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 21458308 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=809744 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 12 0 21458313 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=809744 CPUtime=2.37
/proc/17658/task/17668/stat : 17668 (java) S 17656 17658 15661 0 -1 64 5712 0 0 0 234 3 0 0 16 0 12 0 21458313 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21458313 829177856 24240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 809744

[startup+25.5021 s]
/proc/loadavg: 2.29 2.13 2.04 3/93 17670
/proc/meminfo: memFree=1758680/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=809744 CPUtime=25.49
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 29462 0 1 0 2530 19 0 0 18 0 12 0 21458304 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202436 24774 1442 9 0 199763 0
[pid=17658/tid=17660] ppid=17656 vsize=809744 CPUtime=22.72
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 20262 0 1 0 2259 13 0 0 25 0 12 0 21458305 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4109940403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=809744 CPUtime=0.04
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 1139 0 0 0 4 0 0 0 16 0 12 0 21458306 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=809744 CPUtime=0.06
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1308 0 0 0 6 0 0 0 16 0 12 0 21458306 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=809744 CPUtime=0.01
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 49 0 0 0 1 0 0 0 15 0 12 0 21458308 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=809744 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 12 0 21458313 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=809744 CPUtime=2.56
/proc/17658/task/17668/stat : 17668 (java) S 17656 17658 15661 0 -1 64 5712 0 0 0 253 3 0 0 16 0 12 0 21458313 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21458313 829177856 24774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 809744

[startup+51.103 s]
/proc/loadavg: 2.23 2.13 2.04 3/93 17670
/proc/meminfo: memFree=1758104/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=809744 CPUtime=51.07
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 29584 0 1 0 5088 19 0 0 18 0 12 0 21458304 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202436 24858 1442 9 0 199763 0
[pid=17658/tid=17660] ppid=17656 vsize=809744 CPUtime=48.07
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 20306 0 1 0 4794 13 0 0 25 0 12 0 21458305 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4109878580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=809744 CPUtime=0.05
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 1179 0 0 0 5 0 0 0 15 0 12 0 21458306 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=809744 CPUtime=0.07
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1330 0 0 0 7 0 0 0 16 0 12 0 21458306 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=809744 CPUtime=0.01
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 49 0 0 0 1 0 0 0 15 0 12 0 21458308 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=809744 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 12 0 21458313 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=809744 CPUtime=2.77
/proc/17658/task/17668/stat : 17668 (java) S 17656 17658 15661 0 -1 64 5728 0 0 0 274 3 0 0 17 0 12 0 21458313 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21458313 829177856 24858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 809744

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

[startup+51.503 s]
/proc/loadavg: 2.23 2.13 2.04 3/93 17670
/proc/meminfo: memFree=1758104/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=809744 CPUtime=51.47
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 29587 0 1 0 5128 19 0 0 18 0 12 0 21458304 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202436 24860 1442 9 0 199763 0
[pid=17658/tid=17660] ppid=17656 vsize=809744 CPUtime=48.47
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 20307 0 1 0 4834 13 0 0 25 0 12 0 21458305 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4109940403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=809744 CPUtime=0.05
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 1181 0 0 0 5 0 0 0 16 0 12 0 21458306 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=809744 CPUtime=0.07
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1330 0 0 0 7 0 0 0 15 0 12 0 21458306 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=809744 CPUtime=0.01
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 49 0 0 0 1 0 0 0 15 0 12 0 21458308 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21458309 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=809744 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 12 0 21458313 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=809744 CPUtime=2.77
/proc/17658/task/17668/stat : 17668 (java) S 17656 17658 15661 0 -1 64 5728 0 0 0 274 3 0 0 17 0 12 0 21458313 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21458313 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=809744 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21458313 829177856 24860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.47
Current children cumulated vsize (KiB) 809744

[startup+51.9021 s]
/proc/loadavg: 2.23 2.13 2.04 3/93 17670
/proc/meminfo: memFree=1758104/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=810068 CPUtime=51.87
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 29606 0 1 0 5168 19 0 0 18 0 13 0 21458304 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202517 24877 1446 9 0 199844 0
[pid=17658/tid=17660] ppid=17656 vsize=810068 CPUtime=48.72
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 20318 0 1 0 4859 13 0 0 25 0 13 0 21458305 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4109162170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=810068 CPUtime=0.05
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 1181 0 0 0 5 0 0 0 16 0 13 0 21458306 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=810068 CPUtime=0.07
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1330 0 0 0 7 0 0 0 15 0 13 0 21458306 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=810068 CPUtime=0.01
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 49 0 0 0 1 0 0 0 16 0 13 0 21458308 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21458309 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21458309 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=810068 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=810068 CPUtime=2.91
/proc/17658/task/17668/stat : 17668 (java) R 17656 17658 15661 0 -1 64 5732 0 0 0 288 3 0 0 17 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.87
Current children cumulated vsize (KiB) 810068

[startup+52.0021 s]
/proc/loadavg: 2.23 2.13 2.04 3/93 17670
/proc/meminfo: memFree=1758104/2055920 swapFree=4192812/4192956
[pid=17658] ppid=17656 vsize=810068 CPUtime=51.97
/proc/17658/stat : 17658 (java) S 17656 17658 15661 0 -1 0 29606 0 1 0 5178 19 0 0 18 0 13 0 21458304 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17658/statm: 202517 24877 1446 9 0 199844 0
[pid=17658/tid=17660] ppid=17656 vsize=810068 CPUtime=48.74
/proc/17658/task/17660/stat : 17660 (java) R 17656 17658 15661 0 -1 64 20318 0 1 0 4861 13 0 0 25 0 13 0 21458305 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17661] ppid=17656 vsize=810068 CPUtime=0.05
/proc/17658/task/17661/stat : 17661 (java) S 17656 17658 15661 0 -1 64 1181 0 0 0 5 0 0 0 16 0 13 0 21458306 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17662] ppid=17656 vsize=810068 CPUtime=0.07
/proc/17658/task/17662/stat : 17662 (java) S 17656 17658 15661 0 -1 64 1330 0 0 0 7 0 0 0 15 0 13 0 21458306 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17663] ppid=17656 vsize=810068 CPUtime=0.01
/proc/17658/task/17663/stat : 17663 (java) S 17656 17658 15661 0 -1 64 49 0 0 0 1 0 0 0 16 0 13 0 21458308 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17664] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17664/stat : 17664 (java) S 17656 17658 15661 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21458309 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17665] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17665/stat : 17665 (java) S 17656 17658 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21458309 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17666] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17666/stat : 17666 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17667] ppid=17656 vsize=810068 CPUtime=0.04
/proc/17658/task/17667/stat : 17667 (java) S 17656 17658 15661 0 -1 64 251 0 0 0 4 0 0 0 18 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17668] ppid=17656 vsize=810068 CPUtime=2.99
/proc/17658/task/17668/stat : 17668 (java) R 17656 17658 15661 0 -1 64 5732 0 0 0 296 3 0 0 17 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 102260464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17669] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17669/stat : 17669 (java) S 17656 17658 15661 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17658/tid=17670] ppid=17656 vsize=810068 CPUtime=0
/proc/17658/task/17670/stat : 17670 (java) S 17656 17658 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21458313 829509632 24877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.97
Current children cumulated vsize (KiB) 810068

Child status: 0
Real time (s): 52.0872
CPU time (s): 52.0141
CPU user time (s): 51.8001
CPU system time (s): 0.213967
CPU usage (%): 99.8597
Max. virtual memory (cumulated for all children) (KiB): 812504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.8001
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29619
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= 2973
involuntary context switches= 3806

runsolver used 0.051992 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 22:25:19
IDJOB=2067126
IDBENCH=54608
IDSOLVER=731
FILE ID=node35/2067126-1247343919
PBS_JOBID= 9506681
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 9fd8118b80bb6d33ba859e90c9d283ef
RANDOM SEED=1862863530

node35.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.213
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.213
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:       1853144 kB
Buffers:         23328 kB
Cached:          91116 kB
SwapCached:          0 kB
Active:         118100 kB
Inactive:        36616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          60684 kB
Slab:            33124 kB
Committed_AS:   233324 kB
PageTables:       1900 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= 66248 MiB
End job on node35 at 2009-07-11 22:26:11