Trace number 1064923

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 2008-06-13? 1118.06 1126.38

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-8-accl.xml
MD5SUMa836148987a747fe0e78f1f820e1fc6b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.45	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.45	c See www.sat4j.org for details.
0.26/0.45	c That software uses the Rhino library from the Mozilla project.
0.35/0.50	c version 9.9.9.token
0.35/0.50	c sun.arch.data.model	32
0.35/0.50	c java.version	1.6.0_06
0.35/0.50	c os.name	Linux
0.35/0.50	c os.version	2.6.9-22.EL.rootsmp
0.35/0.50	c os.arch	i386
0.35/0.50	c Free memory 669864272
0.35/0.50	c Max memory 672137216
0.35/0.50	c Total memory 672137216
0.35/0.50	c Number of processors 2
0.35/0.55	c c --- Begin Solver configuration ---
0.35/0.55	c Stops conflict analysis at the first Unique Implication Point
0.35/0.55	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.55	c Learn all clauses as in MiniSAT
0.35/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.55	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.55	c Expensive reason simplification
0.35/0.55	c MiniSAT restarts strategy
0.35/0.55	c timeout=2147483s
0.35/0.55	c DB Simplification allowed=false
0.35/0.55	c --- End Solver configuration ---
0.35/0.55	c solving HOME/instance-1064923-1215144748.xml
0.35/0.55	c reading problem ... 
0.64/0.84	c reading problem named null
0.64/0.84	c reading domains done.
0.64/0.84	c reading variables done.
3.49/3.79	c reading predicates  done.
3.79/4.00	c reading constraints
226.51/226.68	c done with constraints.
226.60/226.72	c ... done. Wall clock time 226.164s.
226.60/226.72	c #vars     42759
226.60/226.72	c #constraints  4261648
226.60/226.72	c constraints type 
226.60/226.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4240266
226.60/226.72	c org.sat4j.minisat.constraints.card.AtLeast => 21379
1086.94/1094.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1086.94/1094.96		at org.sat4j.core.Vec.ensure(Vec.java:175)
1086.94/1094.96		at org.sat4j.core.Vec.push(Vec.java:182)
1086.94/1094.96		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
1086.94/1094.96		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(WLClause.java:234)
1086.94/1094.96		at org.sat4j.minisat.core.Solver.propagate(Solver.java:763)
1086.94/1094.96		at org.sat4j.minisat.core.Solver.search(Solver.java:850)
1086.94/1094.96		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1125)
1086.94/1094.96		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1035)
1086.94/1094.96		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1016)
1086.94/1094.96		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:230)
1086.94/1094.96		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:196)
1086.94/1094.96		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
1111.29/1119.55	c starts		: 18
1111.29/1119.55	c conflicts		: 253474
1111.29/1119.55	c decisions		: 500194
1111.29/1119.55	c propagations		: 140467693
1111.29/1119.55	c inspects		: 2933309246
1111.29/1119.55	c learnt literals	: 3
1111.29/1119.55	c learnt binary clauses	: 57
1111.29/1119.55	c learnt ternary clauses	: 183
1111.29/1119.55	c learnt clauses	: 253471
1111.29/1119.55	c ignored clauses	: 0
1111.29/1119.55	c root simplifications	: 0
1111.29/1119.55	c removed literals (reason simplification)	: 5690909
1111.29/1119.55	c reason swapping (by a shorter reason)	: 0
1111.29/1119.55	c Calls to reduceDB	: 0
1111.29/1119.55	c speed (assignments/second)	: 157340.58237245763
1111.29/1119.55	c non guided choices	24264
1111.29/1119.55	s UNKNOWN
1111.29/1119.55	c Total wall clock time (in seconds) : 1111.46

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064923-1215144748/watcher-1064923-1215144748 -o /tmp/evaluation-result-1064923-1215144748/solver-1064923-1215144748 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064923-1215144748.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.02 3/81 4947
/proc/meminfo: memFree=1789584/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=1804 CPUtime=0
/proc/4947/stat : 4947 (java) D 4945 4947 4477 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 637412006 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 7893924 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/4947/statm: 451 163 118 9 0 93 0

[startup+0.0721359 s]
/proc/loadavg: 1.98 2.00 2.02 3/81 4947
/proc/meminfo: memFree=1789584/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=13872 CPUtime=0.01
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 924 0 30 0 0 1 0 0 18 0 2 0 637412006 14204928 699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 3468 699 346 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13872

[startup+0.102051 s]
/proc/loadavg: 1.98 2.00 2.02 3/81 4947
/proc/meminfo: memFree=1789584/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=800744 CPUtime=0.03
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 2382 0 30 0 1 2 0 0 18 0 4 0 637412006 819961856 2149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 200186 2149 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.301093 s]
/proc/loadavg: 1.98 2.00 2.02 3/81 4947
/proc/meminfo: memFree=1789584/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=808276 CPUtime=0.19
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 4484 0 30 0 16 3 0 0 18 0 12 0 637412006 827674624 3840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 202069 3840 1293 9 0 199438 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808276

[startup+0.70217 s]
/proc/loadavg: 1.98 2.00 2.02 3/81 4947
/proc/meminfo: memFree=1789584/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=808304 CPUtime=0.54
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 5979 0 30 0 47 7 0 0 18 0 12 0 637412006 827703296 5136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 202076 5136 1322 9 0 199438 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 808304

[startup+1.50133 s]
/proc/loadavg: 1.98 2.00 2.02 3/93 4959
/proc/meminfo: memFree=1764144/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=809468 CPUtime=1.33
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 7415 0 30 0 125 8 0 0 18 0 12 0 637412006 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 202367 6008 1341 9 0 199729 0
[pid=4947/tid=4949] ppid=4945 vsize=809468 CPUtime=0.75
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 4477 0 -1 64 4000 0 1 0 70 5 0 0 21 0 12 0 637412013 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 637412014 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 637412014 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 637412017 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 637412017 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 637412017 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637412024 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=809468 CPUtime=0.29
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 4477 0 -1 64 1460 0 0 0 29 0 0 0 16 0 12 0 637412024 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=809468 CPUtime=0.25
/proc/4947/task/4957/stat : 4957 (java) R 4945 4947 4477 0 -1 64 1222 0 0 0 25 0 0 0 16 0 12 0 637412024 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 103646372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637412024 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=809468 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637412024 828895232 6008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 809468

[startup+3.10263 s]
/proc/loadavg: 1.98 2.00 2.02 4/93 4959
/proc/meminfo: memFree=1760368/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=811564 CPUtime=2.9
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 9951 0 30 0 281 9 0 0 18 0 12 0 637412006 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 202891 7256 1365 9 0 200253 0
[pid=4947/tid=4949] ppid=4945 vsize=811564 CPUtime=1.18
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 4477 0 -1 64 4626 0 1 0 113 5 0 0 25 0 12 0 637412013 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 637412014 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 637412014 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 637412017 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 637412017 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 637412017 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637412024 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=811564 CPUtime=0.91
/proc/4947/task/4956/stat : 4956 (java) R 4945 4947 4477 0 -1 64 2193 0 0 0 90 1 0 0 16 0 12 0 637412024 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 106214413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=811564 CPUtime=0.77
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 2399 0 0 0 76 1 0 0 16 0 12 0 637412024 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637412024 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=811564 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637412024 831041536 7256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 811564

[startup+6.30925 s]
/proc/loadavg: 1.98 2.00 2.02 4/93 4959
/proc/meminfo: memFree=1727088/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=813576 CPUtime=6.07
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 19787 0 30 0 592 15 0 0 18 0 12 0 637412006 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 203394 16257 1388 9 0 200756 0
[pid=4947/tid=4949] ppid=4945 vsize=813576 CPUtime=2.62
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 4477 0 -1 64 12971 0 1 0 252 10 0 0 25 0 12 0 637412013 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 637412014 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 637412014 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 4477 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 637412017 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 637412017 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 637412017 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637412024 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=813576 CPUtime=1.84
/proc/4947/task/4956/stat : 4956 (java) R 4945 4947 4477 0 -1 64 3626 0 0 0 182 2 0 0 16 0 12 0 637412024 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 105694847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=813576 CPUtime=1.58
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 2456 0 0 0 157 1 0 0 16 0 12 0 637412024 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637412024 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=813576 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637412024 833101824 16257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 813576

[startup+12.7015 s]
/proc/loadavg: 2.13 2.03 2.03 3/93 4959
/proc/meminfo: memFree=1659952/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=816224 CPUtime=12.59
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 36092 0 30 0 1233 26 0 0 18 0 12 0 637412006 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 204056 30886 1400 9 0 201418 0
[pid=4947/tid=4949] ppid=4945 vsize=816224 CPUtime=7.12
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 4477 0 -1 64 17267 0 1 0 698 14 0 0 25 0 12 0 637412013 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4109634283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=816224 CPUtime=0.49
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 6602 0 0 0 46 3 0 0 16 0 12 0 637412014 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=816224 CPUtime=0.41
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 3832 0 0 0 40 1 0 0 16 0 12 0 637412014 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=816224 CPUtime=0
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 4477 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 637412017 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=816224 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 637412017 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=816224 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 637412017 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=816224 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637412024 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=816224 CPUtime=2.25
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 4477 0 -1 64 3763 0 0 0 223 2 0 0 15 0 12 0 637412024 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=816224 CPUtime=2.25
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 3866 0 0 0 223 2 0 0 16 0 12 0 637412024 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=816224 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637412024 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=816224 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637412024 835813376 30886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 816224

[startup+25.5027 s]
/proc/loadavg: 2.19 2.05 2.04 3/93 4959
/proc/meminfo: memFree=1618928/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=822644 CPUtime=25.26
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 50098 0 30 0 2493 33 0 0 18 0 12 0 637412006 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 205661 40503 1400 9 0 203023 0
[pid=4947/tid=4949] ppid=4945 vsize=822644 CPUtime=16.94
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 4477 0 -1 64 17295 0 1 0 1680 14 0 0 25 0 12 0 637412013 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4110525742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=822644 CPUtime=0.85
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 10442 0 0 0 80 5 0 0 16 0 12 0 637412014 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=822644 CPUtime=0.78
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 7843 0 0 0 75 3 0 0 16 0 12 0 637412014 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=822644 CPUtime=0.02
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 4477 0 -1 64 30 0 0 0 2 0 0 0 16 0 12 0 637412017 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=822644 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 637412017 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=822644 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 637412017 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=822644 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637412024 842387456 40503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/4947/statm: 205066 174887 1407 9 0 202428 0
[pid=4947/tid=4949] ppid=4945 vsize=820264 CPUtime=1017.49
/proc/4947/task/4949/stat : 4949 (java) S 4945 4947 4477 0 -1 64 17554 0 1 0 101732 17 0 0 17 0 13 0 637412013 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=820264 CPUtime=11.53
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 74266 0 0 0 1120 33 0 0 17 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=820264 CPUtime=11.33
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 75695 0 0 0 1101 32 0 0 16 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=820264 CPUtime=66.2
/proc/4947/task/4952/stat : 4952 (java) R 4945 4947 4477 0 -1 64 61912 0 0 0 6586 34 0 0 25 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=820264 CPUtime=3.76
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 4477 0 -1 64 6305 0 0 0 372 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=820264 CPUtime=3.68
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 7455 0 0 0 364 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 4477 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 637434686 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1114.05
Current children cumulated vsize (KiB) 820264

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

[startup+1123.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4964
/proc/meminfo: memFree=943824/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=816260 CPUtime=1114.85
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 243932 0 30 0 111357 128 0 0 18 0 13 0 637412006 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 204065 173886 1407 9 0 201427 0
[pid=4947/tid=4949] ppid=4945 vsize=816260 CPUtime=1017.49
/proc/4947/task/4949/stat : 4949 (java) S 4945 4947 4477 0 -1 64 17555 0 1 0 101732 17 0 0 17 0 13 0 637412013 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=816260 CPUtime=11.53
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 74266 0 0 0 1120 33 0 0 17 0 13 0 637412014 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=816260 CPUtime=11.33
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 75695 0 0 0 1101 32 0 0 16 0 13 0 637412014 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=816260 CPUtime=67.01
/proc/4947/task/4952/stat : 4952 (java) R 4945 4947 4477 0 -1 64 61912 0 0 0 6666 35 0 0 25 0 13 0 637412017 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=816260 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 637412017 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=816260 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 637412017 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=816260 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 637412024 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=816260 CPUtime=3.76
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 4477 0 -1 64 6305 0 0 0 372 4 0 0 16 0 13 0 637412024 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=816260 CPUtime=3.68
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 7455 0 0 0 364 4 0 0 16 0 13 0 637412024 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=816260 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 637412024 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=816260 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 637412024 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=816260 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 4477 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 637434686 835850240 173886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1114.85
Current children cumulated vsize (KiB) 816260

[startup+1124.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4964
/proc/meminfo: memFree=939792/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=820264 CPUtime=1116.43
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 245685 0 30 0 111514 129 0 0 18 0 13 0 637412006 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 205066 174887 1407 9 0 202428 0
[pid=4947/tid=4949] ppid=4945 vsize=820264 CPUtime=1017.49
/proc/4947/task/4949/stat : 4949 (java) S 4945 4947 4477 0 -1 64 17555 0 1 0 101732 17 0 0 17 0 13 0 637412013 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=820264 CPUtime=11.53
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 74266 0 0 0 1120 33 0 0 17 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=820264 CPUtime=11.33
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 75695 0 0 0 1101 32 0 0 16 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=820264 CPUtime=68.59
/proc/4947/task/4952/stat : 4952 (java) R 4945 4947 4477 0 -1 64 63665 0 0 0 6824 35 0 0 25 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 106736476 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=820264 CPUtime=3.76
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 4477 0 -1 64 6305 0 0 0 372 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=820264 CPUtime=3.68
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 7455 0 0 0 364 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 4477 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 637434686 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1116.43
Current children cumulated vsize (KiB) 820264

[startup+1125.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4964
/proc/meminfo: memFree=939792/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=820264 CPUtime=1117.22
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 245685 0 30 0 111593 129 0 0 18 0 13 0 637412006 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 205066 174887 1407 9 0 202428 0
[pid=4947/tid=4949] ppid=4945 vsize=820264 CPUtime=1017.49
/proc/4947/task/4949/stat : 4949 (java) S 4945 4947 4477 0 -1 64 17555 0 1 0 101732 17 0 0 17 0 13 0 637412013 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=820264 CPUtime=11.53
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 74266 0 0 0 1120 33 0 0 17 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=820264 CPUtime=11.33
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 75695 0 0 0 1101 32 0 0 16 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=820264 CPUtime=69.38
/proc/4947/task/4952/stat : 4952 (java) R 4945 4947 4477 0 -1 64 63665 0 0 0 6903 35 0 0 25 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 106123786 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=820264 CPUtime=3.76
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 4477 0 -1 64 6305 0 0 0 372 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=820264 CPUtime=3.68
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 7455 0 0 0 364 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 4477 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 637434686 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.22
Current children cumulated vsize (KiB) 820264

[startup+1125.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4964
/proc/meminfo: memFree=939792/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=820264 CPUtime=1117.62
/proc/4947/stat : 4947 (java) S 4945 4947 4477 0 -1 0 245685 0 30 0 111633 129 0 0 18 0 13 0 637412006 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 205066 174887 1407 9 0 202428 0
[pid=4947/tid=4949] ppid=4945 vsize=820264 CPUtime=1017.49
/proc/4947/task/4949/stat : 4949 (java) S 4945 4947 4477 0 -1 64 17555 0 1 0 101732 17 0 0 17 0 13 0 637412013 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4950] ppid=4945 vsize=820264 CPUtime=11.53
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 4477 0 -1 64 74266 0 0 0 1120 33 0 0 17 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4951] ppid=4945 vsize=820264 CPUtime=11.33
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 4477 0 -1 64 75695 0 0 0 1101 32 0 0 16 0 13 0 637412014 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4952] ppid=4945 vsize=820264 CPUtime=69.78
/proc/4947/task/4952/stat : 4952 (java) R 4945 4947 4477 0 -1 64 63665 0 0 0 6943 35 0 0 25 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4953] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4954] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 4477 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 637412017 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4955] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 4477 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4956] ppid=4945 vsize=820264 CPUtime=3.76
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 4477 0 -1 64 6305 0 0 0 372 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4957] ppid=4945 vsize=820264 CPUtime=3.68
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 4477 0 -1 64 7455 0 0 0 364 4 0 0 16 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4958] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4947/tid=4959] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 4477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 637412024 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=820264 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 4477 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 637434686 839950336 174887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.62
Current children cumulated vsize (KiB) 820264

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4964
/proc/meminfo: memFree=1190224/2055920 swapFree=4180232/4192956
[pid=4947] ppid=4945 vsize=0 CPUtime=1117.99
/proc/4947/stat : 4947 (java) Z 4945 4947 4477 0 -1 12 245689 0 30 0 111666 133 0 0 16 0 2 0 637412006 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4947/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1117.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1126.38
CPU time (s): 1118.06
CPU user time (s): 1116.66
CPU system time (s): 1.40279
CPU usage (%): 99.262
Max. virtual memory (cumulated for all children) (KiB): 863944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1116.66
system time used= 1.40279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245689
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28231
involuntary context switches= 49691

runsolver used 1.47178 second user time and 3.72343 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-04 06:12:29
IDJOB=1064923
IDBENCH=55009
IDSOLVER=344
FILE ID=node5/1064923-1215144748
PBS_JOBID= 7877377
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-8-accl.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064923-1215144748/watcher-1064923-1215144748 -o /tmp/evaluation-result-1064923-1215144748/solver-1064923-1215144748 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064923-1215144748.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a836148987a747fe0e78f1f820e1fc6b
RANDOM SEED=761769744

node5.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.279
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.279
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:       1790072 kB
Buffers:         28468 kB
Cached:         144396 kB
SwapCached:       6996 kB
Active:         143288 kB
Inactive:        65156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790072 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:           20668 kB
Writeback:           0 kB
Mapped:          51304 kB
Slab:            42684 kB
Committed_AS:   942196 kB
PageTables:       1884 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= 66540 MiB
End job on node5 at 2008-07-04 06:31:15