Trace number 2059206

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1UNSAT 54.8077 55.0641

General information on the benchmark

Namecsp/marc/
normalized-large-88-unsat_ext.xml
MD5SUMc2320be4076c0f932853a082ef7915b8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.64653
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints3828
Maximum constraint arity2
Maximum domain size88
Number of constraints which are defined in extension3828
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	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.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	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-2059206-1247323753.xml
0.18/0.26	c reading problem ... 
0.47/0.52	c reading problem named null
0.47/0.52	c reading domains done.
0.47/0.53	c reading variables done.
0.67/0.75	c reading relations done.
43.93/44.24	c reading constraints
53.55/53.88	c done with constraints.
53.65/53.91	c ... done. Wall clock time 53.649s.
53.65/53.91	c #vars     7744
53.65/53.91	c #constraints  673904
53.65/53.91	c constraints type 
53.65/53.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 673816
53.65/53.91	c org.sat4j.minisat.constraints.card.AtLeast => 88
54.64/54.97	c starts		: 1
54.64/54.97	c conflicts		: 88
54.64/54.97	c decisions		: 88
54.64/54.97	c propagations		: 6323
54.64/54.97	c inspects		: 624398
54.64/54.97	c learnt literals	: 1
54.64/54.97	c learnt binary clauses	: 1
54.64/54.97	c learnt ternary clauses	: 1
54.64/54.97	c learnt clauses	: 86
54.64/54.97	c ignored clauses	: 0
54.64/54.97	c root simplifications	: 0
54.64/54.97	c removed literals (reason simplification)	: 0
54.64/54.97	c reason swapping (by a shorter reason)	: 0
54.64/54.97	c Calls to reduceDB	: 0
54.64/54.97	c speed (assignments/second)	: 5959.472196041471
54.64/54.97	c non guided choices	88
54.64/54.97	c learnt constraints type 
54.64/54.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
54.64/54.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85
54.64/54.97	c constraints type 
54.64/54.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 673816
54.64/54.97	c org.sat4j.minisat.constraints.card.AtLeast => 88
54.64/54.97	s UNSATISFIABLE
54.64/54.97	c Total wall clock time (in seconds) : 54.71

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059206-1247323753/watcher-2059206-1247323753 -o /tmp/evaluation-result-2059206-1247323753/solver-2059206-1247323753 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2059206-1247323753.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: 1.99 2.01 1.94 3/81 10751
/proc/meminfo: memFree=875096/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=13208 CPUtime=0
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 19443349 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 3302 521 219 9 0 1186 0
[pid=10751/tid=10752] ppid=10749 vsize=13208 CPUtime=0
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 19443351 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 10543064 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.082598 s]
/proc/loadavg: 1.99 2.01 1.94 3/81 10751
/proc/meminfo: memFree=875096/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=802164 CPUtime=0.06
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 2796 0 1 0 4 2 0 0 18 0 7 0 19443349 821415936 2541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 200541 2541 1034 9 0 197892 0
[pid=10751/tid=10752] ppid=10749 vsize=802164 CPUtime=0.05
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 2055 0 1 0 4 1 0 0 17 0 7 0 19443351 821415936 2541 996147200 134512640 134550932 4294956016 18446744073709551615 103285706 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102599 s]
/proc/loadavg: 1.99 2.01 1.94 3/81 10751
/proc/meminfo: memFree=875096/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=804360 CPUtime=0.08
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 2945 0 1 0 6 2 0 0 18 0 12 0 19443349 823664640 2688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 201090 2688 1057 9 0 198441 0
[pid=10751/tid=10752] ppid=10749 vsize=804360 CPUtime=0.07
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 2188 0 1 0 6 1 0 0 21 0 12 0 19443351 823664640 2688 996147200 134512640 134550932 4294956016 18446744073709551615 103305656 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301621 s]
/proc/loadavg: 1.99 2.01 1.94 3/81 10751
/proc/meminfo: memFree=875096/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=805628 CPUtime=0.27
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 4244 0 1 0 24 3 0 0 18 0 12 0 19443349 824963072 3981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 201407 3981 1358 9 0 198734 0
[pid=10751/tid=10752] ppid=10749 vsize=805628 CPUtime=0.21
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 3006 0 1 0 19 2 0 0 18 0 12 0 19443351 824963072 3981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.70166 s]
/proc/loadavg: 1.99 2.01 1.94 3/81 10751
/proc/meminfo: memFree=875096/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=807184 CPUtime=0.67
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 6138 0 1 0 63 4 0 0 18 0 12 0 19443349 826556416 5161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 201796 5161 1385 9 0 199123 0
[pid=10751/tid=10752] ppid=10749 vsize=807184 CPUtime=0.38
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 3762 0 1 0 35 3 0 0 19 0 12 0 19443351 826556416 5161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50274 s]
/proc/loadavg: 1.99 2.01 1.94 4/93 10763
/proc/meminfo: memFree=857656/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=809008 CPUtime=1.45
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 8795 0 1 0 140 5 0 0 18 0 12 0 19443349 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 202252 6779 1407 9 0 199579 0
[pid=10751/tid=10752] ppid=10749 vsize=809008 CPUtime=0.6
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 4887 0 1 0 57 3 0 0 21 0 12 0 19443351 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4109134695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19443352 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19443352 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 19443354 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 19443355 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 19443355 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19443359 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19443359 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=809008 CPUtime=0.83
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 9996 0 -1 64 3151 0 0 0 83 0 0 0 18 0 12 0 19443359 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19443359 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19443360 828424192 6779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 809008

[startup+3.10291 s]
/proc/loadavg: 1.99 2.01 1.94 3/93 10763
/proc/meminfo: memFree=801144/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=809008 CPUtime=3.04
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 25387 0 1 0 288 16 0 0 18 0 12 0 19443349 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 202252 23366 1419 9 0 199579 0
[pid=10751/tid=10752] ppid=10749 vsize=809008 CPUtime=1.72
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 16909 0 1 0 162 10 0 0 25 0 12 0 19443351 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=809008 CPUtime=0.12
/proc/10751/task/10754/stat : 10754 (java) R 10749 10751 9996 0 -1 64 2158 0 0 0 11 1 0 0 16 0 12 0 19443352 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 106195197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=809008 CPUtime=0.13
/proc/10751/task/10755/stat : 10755 (java) R 10749 10751 9996 0 -1 64 2375 0 0 0 12 1 0 0 16 0 12 0 19443352 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 19443354 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19443355 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19443355 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19443359 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19443359 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=809008 CPUtime=1.02
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 9996 0 -1 64 3166 0 0 0 101 1 0 0 17 0 12 0 19443359 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19443359 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=809008 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19443360 828424192 23366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 809008

[startup+6.30221 s]
/proc/loadavg: 1.99 2.01 1.94 3/93 10763
/proc/meminfo: memFree=763192/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=808976 CPUtime=6.23
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 33100 0 1 0 602 21 0 0 18 0 12 0 19443349 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 202244 30826 1419 9 0 199571 0
[pid=10751/tid=10752] ppid=10749 vsize=808976 CPUtime=4.26
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 16925 0 1 0 415 11 0 0 25 0 12 0 19443351 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4109553659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=808976 CPUtime=0.44
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 6204 0 0 0 41 3 0 0 16 0 12 0 19443352 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=808976 CPUtime=0.42
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 9996 0 -1 64 6020 0 0 0 39 3 0 0 16 0 12 0 19443352 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 19443354 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19443355 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19443355 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19443359 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19443359 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=808976 CPUtime=1.06
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 9996 0 -1 64 3168 0 0 0 105 1 0 0 16 0 12 0 19443359 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19443359 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19443360 828391424 30826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 808976

[startup+12.7027 s]
/proc/loadavg: 1.99 2.01 1.94 3/93 10763
/proc/meminfo: memFree=715896/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=808976 CPUtime=12.58
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 44552 0 1 0 1230 28 0 0 18 0 12 0 19443349 828391424 42252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 202244 42253 1421 9 0 199571 0
[pid=10751/tid=10752] ppid=10749 vsize=808976 CPUtime=9.6
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 16955 0 1 0 947 13 0 0 25 0 12 0 19443351 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=808976 CPUtime=0.92
/proc/10751/task/10754/stat : 10754 (java) R 10749 10751 9996 0 -1 64 11374 0 0 0 86 6 0 0 15 0 12 0 19443352 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=808976 CPUtime=0.87
/proc/10751/task/10755/stat : 10755 (java) R 10749 10751 9996 0 -1 64 12267 0 0 0 81 6 0 0 15 0 12 0 19443352 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 106195387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 28 0 0 0 0 0 0 0 15 0 12 0 19443354 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19443355 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19443355 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19443359 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19443359 828391424 42253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=808976 CPUtime=1.16
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 9996 0 -1 64 3174 0 0 0 115 1 0 0 16 0 12 0 19443359 828391424 42254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19443359 828391424 42254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=808976 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19443360 828391424 42254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 808976

[startup+25.5029 s]
/proc/loadavg: 1.99 2.01 1.94 3/93 10763
/proc/meminfo: memFree=615864/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=808976 CPUtime=25.34
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 68995 0 1 0 2489 45 0 0 18 0 12 0 19443349 828391424 66620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 202244 66620 1421 9 0 199571 0
[pid=10751/tid=10752] ppid=10749 vsize=808976 CPUtime=20.17
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 17007 0 1 0 2000 17 0 0 25 0 12 0 19443351 828391424 66620 996147200 134512640 134550932 4294956016 18446744073709551615 4109595856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10751/tid=10754] ppid=10749 vsize=808976 CPUtime=1.9
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 23267 0 0 0 178 12 0 0 16 0 12 0 19443352 828391424 66620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10751/tid=10755] ppid=10749 vsize=808976 CPUtime=1.82

################
# More data... #
################

Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 808976

[startup+51.1025 s]
/proc/loadavg: 1.99 2.00 1.94 3/93 10763
/proc/meminfo: memFree=372984/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=811152 CPUtime=50.85
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 136060 0 1 0 5006 79 0 0 18 0 12 0 19443349 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 202788 131405 1438 9 0 200115 0
[pid=10751/tid=10752] ppid=10749 vsize=811152 CPUtime=40.2
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 17101 0 1 0 3998 22 0 0 25 0 12 0 19443351 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4109911603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10751/tid=10754] ppid=10749 vsize=811152 CPUtime=3.98
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 58799 0 0 0 370 28 0 0 16 0 12 0 19443352 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10751/tid=10755] ppid=10749 vsize=811152 CPUtime=3.85
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 9996 0 -1 64 53787 0 0 0 361 24 0 0 16 0 12 0 19443352 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10751/tid=10756] ppid=10749 vsize=811152 CPUtime=0.04
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 28 0 0 0 3 1 0 0 15 0 12 0 19443354 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10751/tid=10757] ppid=10749 vsize=811152 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19443355 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=811152 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19443355 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=811152 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19443359 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=811152 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19443359 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=811152 CPUtime=2.73
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 9996 0 -1 64 5589 0 0 0 272 1 0 0 15 0 12 0 19443359 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10751/tid=10762] ppid=10749 vsize=811152 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19443359 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=811152 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 19443360 830619648 131405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 811152

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

[startup+52.7026 s]
/proc/loadavg: 1.99 2.00 1.94 4/93 10765
/proc/meminfo: memFree=328440/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=815296 CPUtime=52.45
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 143359 0 1 0 5162 83 0 0 18 0 12 0 19443349 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 203824 137862 1438 9 0 201151 0
[pid=10751/tid=10752] ppid=10749 vsize=815296 CPUtime=41.37
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 17105 0 1 0 4115 22 0 0 25 0 12 0 19443351 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=815296 CPUtime=4.1
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 63846 0 0 0 380 30 0 0 16 0 12 0 19443352 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=815296 CPUtime=3.96
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 9996 0 -1 64 54346 0 0 0 372 24 0 0 16 0 12 0 19443352 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=815296 CPUtime=0.04
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 28 0 0 0 3 1 0 0 15 0 12 0 19443354 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=815296 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19443355 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=815296 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19443355 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=815296 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19443359 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=815296 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19443359 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=815296 CPUtime=2.92
/proc/10751/task/10761/stat : 10761 (java) R 10749 10751 9996 0 -1 64 7278 0 0 0 290 2 0 0 16 0 12 0 19443359 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 104163901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=815296 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19443359 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=815296 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 19443360 834863104 137862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.45
Current children cumulated vsize (KiB) 815296

[startup+54.3028 s]
/proc/loadavg: 2.15 2.04 1.95 5/93 10765
/proc/meminfo: memFree=306232/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=814720 CPUtime=54.04
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 149712 0 1 0 5318 86 0 0 18 0 13 0 19443349 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 203680 143735 1451 9 0 201007 0
[pid=10751/tid=10752] ppid=10749 vsize=814720 CPUtime=42.37
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 17120 0 1 0 4215 22 0 0 25 0 13 0 19443351 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=814720 CPUtime=4.24
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 67546 0 0 0 392 32 0 0 16 0 13 0 19443352 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=814720 CPUtime=4.08
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 9996 0 -1 64 56521 0 0 0 383 25 0 0 16 0 13 0 19443352 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=814720 CPUtime=0.05
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 28 0 0 0 4 1 0 0 16 0 13 0 19443354 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19443355 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19443355 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19443359 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19443359 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=814720 CPUtime=3.25
/proc/10751/task/10761/stat : 10761 (java) R 10749 10751 9996 0 -1 64 7736 0 0 0 323 2 0 0 16 0 13 0 19443359 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 103103592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19443359 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 19443360 834273280 143735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.04
Current children cumulated vsize (KiB) 814720

[startup+54.7028 s]
/proc/loadavg: 2.15 2.04 1.95 5/93 10765
/proc/meminfo: memFree=306232/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=814720 CPUtime=54.43
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 150694 0 1 0 5357 86 0 0 18 0 13 0 19443349 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 203680 143750 1451 9 0 201007 0
[pid=10751/tid=10752] ppid=10749 vsize=814720 CPUtime=42.5
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 17120 0 1 0 4228 22 0 0 25 0 13 0 19443351 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=814720 CPUtime=4.24
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 67546 0 0 0 392 32 0 0 16 0 13 0 19443352 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=814720 CPUtime=4.08
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 9996 0 -1 64 56521 0 0 0 383 25 0 0 16 0 13 0 19443352 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=814720 CPUtime=0.05
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 28 0 0 0 4 1 0 0 16 0 13 0 19443354 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19443355 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19443355 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19443359 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19443359 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=814720 CPUtime=3.52
/proc/10751/task/10761/stat : 10761 (java) R 10749 10751 9996 0 -1 64 8718 0 0 0 349 3 0 0 16 0 13 0 19443359 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 105496195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19443359 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 19443360 834273280 143750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.43
Current children cumulated vsize (KiB) 814720

[startup+54.9029 s]
/proc/loadavg: 2.15 2.04 1.95 4/94 10766
/proc/meminfo: memFree=304688/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=814720 CPUtime=54.64
/proc/10751/stat : 10751 (java) S 10749 10751 9996 0 -1 0 150696 0 1 0 5378 86 0 0 18 0 13 0 19443349 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 203680 143752 1451 9 0 201007 0
[pid=10751/tid=10752] ppid=10749 vsize=814720 CPUtime=42.68
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 9996 0 -1 64 17120 0 1 0 4246 22 0 0 25 0 13 0 19443351 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4110153291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10754] ppid=10749 vsize=814720 CPUtime=4.24
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 9996 0 -1 64 67546 0 0 0 392 32 0 0 16 0 13 0 19443352 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10755] ppid=10749 vsize=814720 CPUtime=4.08
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 9996 0 -1 64 56521 0 0 0 383 25 0 0 16 0 13 0 19443352 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10756] ppid=10749 vsize=814720 CPUtime=0.05
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 9996 0 -1 64 28 0 0 0 4 1 0 0 16 0 13 0 19443354 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10757] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 9996 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19443355 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10758] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 9996 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19443355 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10759] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19443359 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10760] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 9996 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19443359 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10761] ppid=10749 vsize=814720 CPUtime=3.54
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 9996 0 -1 64 8720 0 0 0 351 3 0 0 16 0 13 0 19443359 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10762] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 9996 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19443359 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10763] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 9996 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 19443360 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10751/tid=10766] ppid=10749 vsize=814720 CPUtime=0
/proc/10751/task/10766/stat : 10766 (java) S 10749 10751 9996 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19448750 834273280 143752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.64
Current children cumulated vsize (KiB) 814720

[startup+55.0079 s]
/proc/loadavg: 2.15 2.04 1.95 4/94 10766
/proc/meminfo: memFree=304688/2055920 swapFree=4192956/4192956
[pid=10751] ppid=10749 vsize=0 CPUtime=54.74
/proc/10751/stat : 10751 (java) Z 10749 10751 9996 0 -1 12 150710 0 1 0 5385 89 0 0 16 0 2 0 19443349 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10751/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.74
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 55.0641
CPU time (s): 54.8077
CPU user time (s): 53.8518
CPU system time (s): 0.955854
CPU usage (%): 99.5343
Max. virtual memory (cumulated for all children) (KiB): 815296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.8518
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150710
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= 5060
involuntary context switches= 5667

runsolver used 0.085986 second user time and 0.188971 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-11 16:49:23
IDJOB=2059206
IDBENCH=53561
IDSOLVER=731
FILE ID=node12/2059206-1247323753
PBS_JOBID= 9506603
Free space on /tmp= 66072 MiB

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

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

MD5SUM BENCH= c2320be4076c0f932853a082ef7915b8
RANDOM SEED=194112575

node12.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.240
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.240
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:        875576 kB
Buffers:         59240 kB
Cached:        1000676 kB
SwapCached:          0 kB
Active:         532932 kB
Inactive:       592020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        875576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           67516 kB
Writeback:           0 kB
Mapped:          85420 kB
Slab:            40416 kB
Committed_AS:   195008 kB
PageTables:       1912 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= 66072 MiB
End job on node12 at 2009-07-11 16:50:18