Trace number 2066004

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1SAT 12.2201 12.3989

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-13.xml
MD5SUMe7289e6bc9a0b2eeec7d93fc4c850b78
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints156
Maximum constraint arity3
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension156
Global constraints used (with number of constraints)

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.14	c That software uses the Rhino library from the Mozilla project.
0.07/0.16	c version 2.1.1.v20090622
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0_12
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 671000808
0.07/0.16	c Max memory 672137216
0.07/0.16	c Total memory 672137216
0.07/0.16	c Number of processors 2
0.17/0.25	c c --- Begin Solver configuration ---
0.17/0.25	c Stops conflict analysis at the first Unique Implication Point
0.17/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.25	c Learn all clauses as in MiniSAT
0.17/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.25	c Expensive reason simplification
0.17/0.25	c MiniSAT restarts strategy
0.17/0.25	c Memory based learned constraints deletion strategy
0.17/0.25	c timeout=2147483s
0.17/0.25	c DB Simplification allowed=false
0.17/0.25	c --- End Solver configuration ---
0.17/0.25	c solving HOME/instance-2066004-1247341094.xml
0.17/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.52	c reading predicates  done.
0.67/0.76	c reading constraints
2.65/2.79	c done with constraints.
2.65/2.79	c ... done. Wall clock time 2.538s.
2.65/2.79	c #vars     313
2.65/2.79	c #constraints  26126
2.65/2.79	c constraints type 
2.65/2.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26101
2.65/2.79	c org.sat4j.minisat.constraints.card.AtLeast => 25
12.06/12.29	c starts		: 13
12.06/12.29	c conflicts		: 36005
12.06/12.29	c decisions		: 51272
12.06/12.29	c propagations		: 911381
12.06/12.29	c inspects		: 41317249
12.06/12.29	c learnt literals	: 0
12.06/12.29	c learnt binary clauses	: 0
12.06/12.29	c learnt ternary clauses	: 82
12.06/12.29	c learnt clauses	: 36005
12.06/12.29	c ignored clauses	: 0
12.06/12.29	c root simplifications	: 0
12.06/12.29	c removed literals (reason simplification)	: 336630
12.06/12.29	c reason swapping (by a shorter reason)	: 0
12.06/12.29	c Calls to reduceDB	: 0
12.06/12.29	c speed (assignments/second)	: 95904.55645585604
12.06/12.29	c non guided choices	80
12.16/12.34	c learnt constraints type 
12.16/12.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36005
12.16/12.34	c constraints type 
12.16/12.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26101
12.16/12.34	c org.sat4j.minisat.constraints.card.AtLeast => 25
12.16/12.34	s SATISFIABLE
12.16/12.34	v 0 12 1 11 2 10 3 9 4 8 5 7 6 11 10 9 8 7 6 5 4 3 2 1 0 
12.16/12.34	c Total wall clock time (in seconds) : 12.042

Verifier Data

OK

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 16733
/proc/meminfo: memFree=1828768/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=18576 CPUtime=0
/proc/16733/stat : 16733 (runsolver) R 16731 16733 15832 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 21172662 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16733/statm: 4644 284 249 26 0 2626 0

[startup+0.042935 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 16733
/proc/meminfo: memFree=1828768/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=801384 CPUtime=0.02
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 2476 0 1 0 1 1 0 0 18 0 5 0 21172662 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 200346 2223 965 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101925 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 16733
/proc/meminfo: memFree=1828768/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=804360 CPUtime=0.07
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 2946 0 1 0 5 2 0 0 18 0 12 0 21172662 823664640 2689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 201090 2689 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804360

[startup+0.301962 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 16733
/proc/meminfo: memFree=1828768/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=805628 CPUtime=0.28
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 4297 0 1 0 24 4 0 0 18 0 12 0 21172662 824963072 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 201407 4034 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.70203 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 16733
/proc/meminfo: memFree=1828768/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=807356 CPUtime=0.67
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 6207 0 1 0 62 5 0 0 18 0 12 0 21172662 826732544 5612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 201839 5612 1384 9 0 199166 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807356

[startup+1.50216 s]
/proc/loadavg: 2.01 2.02 2.00 4/93 16745
/proc/meminfo: memFree=1807104/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=809388 CPUtime=1.45
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 8689 0 1 0 139 6 0 0 18 0 12 0 21172662 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 202347 7057 1417 9 0 199674 0
[pid=16733/tid=16735] ppid=16731 vsize=809388 CPUtime=0.81
/proc/16733/task/16735/stat : 16735 (java) R 16731 16733 15832 0 -1 64 5233 0 1 0 77 4 0 0 20 0 12 0 21172664 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16736] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21172665 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16737] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21172665 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16738] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21172667 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16739] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 15832 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21172667 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16740] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21172667 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16741] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21172672 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16742] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 15832 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21172672 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16743] ppid=16731 vsize=809388 CPUtime=0.62
/proc/16733/task/16743/stat : 16743 (java) R 16731 16733 15832 0 -1 64 2699 0 0 0 61 1 0 0 16 0 12 0 21172672 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 103148419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16744] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21172672 828813312 7057 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16745] ppid=16731 vsize=809388 CPUtime=0
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21172672 828813312 7057 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) 809388

[startup+3.10244 s]
/proc/loadavg: 2.09 2.04 2.01 4/93 16745
/proc/meminfo: memFree=1793728/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=815476 CPUtime=3.06
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 15048 0 1 0 296 10 0 0 18 0 13 0 21172662 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 203869 10793 1434 9 0 201196 0
[pid=16733/tid=16735] ppid=16731 vsize=815476 CPUtime=1.29
/proc/16733/task/16735/stat : 16735 (java) R 16731 16733 15832 0 -1 64 7390 0 1 0 124 5 0 0 25 0 13 0 21172664 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4109124803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16736] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21172665 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16737] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21172665 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16738] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21172667 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16739] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 15832 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 21172667 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16740] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 21172667 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16741] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 21172672 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16742] ppid=16731 vsize=815476 CPUtime=0.25
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 15832 0 -1 64 608 0 0 0 25 0 0 0 16 0 13 0 21172672 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16743] ppid=16731 vsize=815476 CPUtime=1.48
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 15832 0 -1 64 6302 0 0 0 145 3 0 0 17 0 13 0 21172672 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16744] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21172672 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16745] ppid=16731 vsize=815476 CPUtime=0
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21172672 835047424 10793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815476

[startup+6.30297 s]
/proc/loadavg: 2.09 2.04 2.01 3/94 16746
/proc/meminfo: memFree=1783160/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=814708 CPUtime=6.22
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 15973 0 1 0 612 10 0 0 18 0 13 0 21172662 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 203677 11523 1438 9 0 201004 0
[pid=16733/tid=16735] ppid=16731 vsize=814708 CPUtime=4.02
/proc/16733/task/16735/stat : 16735 (java) R 16731 16733 15832 0 -1 64 8281 0 1 0 396 6 0 0 25 0 13 0 21172664 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4109992640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16736] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21172665 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16737] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21172665 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16738] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 21172667 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16739] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 15832 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 21172667 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16740] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 21172667 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16741] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 21172672 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16742] ppid=16731 vsize=814708 CPUtime=0.25
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 15832 0 -1 64 608 0 0 0 25 0 0 0 16 0 13 0 21172672 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16743] ppid=16731 vsize=814708 CPUtime=1.92
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 15832 0 -1 64 6336 0 0 0 189 3 0 0 16 0 13 0 21172672 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16744] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21172672 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16745] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21172672 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16746] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21172942 834260992 11523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 814708

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

[startup+9.50251 s]
/proc/loadavg: 2.08 2.04 2.00 3/94 16746
/proc/meminfo: memFree=1779512/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=814708 CPUtime=9.39
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 16723 0 1 0 928 11 0 0 18 0 13 0 21172662 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 203677 12272 1438 9 0 201004 0
[pid=16733/tid=16735] ppid=16731 vsize=814708 CPUtime=7.18
/proc/16733/task/16735/stat : 16735 (java) R 16731 16733 15832 0 -1 64 9031 0 1 0 712 6 0 0 25 0 13 0 21172664 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4109991276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16736] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21172665 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16737] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21172665 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16738] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21172667 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16739] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 15832 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 21172667 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16740] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 21172667 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16741] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 21172672 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16742] ppid=16731 vsize=814708 CPUtime=0.25
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 15832 0 -1 64 608 0 0 0 25 0 0 0 16 0 13 0 21172672 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16743] ppid=16731 vsize=814708 CPUtime=1.92
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 15832 0 -1 64 6336 0 0 0 189 3 0 0 16 0 13 0 21172672 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16744] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21172672 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16745] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21172672 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16746] ppid=16731 vsize=814708 CPUtime=0
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21172942 834260992 12272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 814708

[startup+11.1028 s]
/proc/loadavg: 2.08 2.04 2.00 3/94 16746
/proc/meminfo: memFree=1779512/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=814484 CPUtime=10.97
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 16976 0 1 0 1086 11 0 0 18 0 13 0 21172662 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 203621 12469 1438 9 0 200948 0
[pid=16733/tid=16735] ppid=16731 vsize=814484 CPUtime=8.75
/proc/16733/task/16735/stat : 16735 (java) R 16731 16733 15832 0 -1 64 9284 0 1 0 869 6 0 0 25 0 13 0 21172664 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4110039508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16736] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21172665 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16737] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21172665 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16738] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21172667 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16739] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 15832 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 21172667 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16740] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 21172667 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16741] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 21172672 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16742] ppid=16731 vsize=814484 CPUtime=0.25
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 15832 0 -1 64 608 0 0 0 25 0 0 0 16 0 13 0 21172672 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16743] ppid=16731 vsize=814484 CPUtime=1.92
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 15832 0 -1 64 6336 0 0 0 189 3 0 0 16 0 13 0 21172672 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16744] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21172672 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16745] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21172672 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16746] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21172942 834031616 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 814484

[startup+11.9029 s]
/proc/loadavg: 2.08 2.04 2.00 3/94 16746
/proc/meminfo: memFree=1779512/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=814484 CPUtime=11.77
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 17105 0 1 0 1166 11 0 0 18 0 13 0 21172662 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 203621 12598 1438 9 0 200948 0
[pid=16733/tid=16735] ppid=16731 vsize=814484 CPUtime=9.56
/proc/16733/task/16735/stat : 16735 (java) R 16731 16733 15832 0 -1 64 9413 0 1 0 949 7 0 0 25 0 13 0 21172664 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4110005311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16736] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21172665 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16737] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21172665 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16738] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21172667 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16739] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 15832 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 21172667 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16740] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 21172667 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16741] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 21172672 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16742] ppid=16731 vsize=814484 CPUtime=0.25
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 15832 0 -1 64 608 0 0 0 25 0 0 0 16 0 13 0 21172672 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16743] ppid=16731 vsize=814484 CPUtime=1.92
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 15832 0 -1 64 6336 0 0 0 189 3 0 0 16 0 13 0 21172672 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16744] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21172672 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16745] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21172672 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16746] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21172942 834031616 12598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 814484

[startup+12.303 s]
/proc/loadavg: 2.07 2.04 2.00 3/94 16746
/proc/meminfo: memFree=1778808/2055920 swapFree=4192812/4192956
[pid=16733] ppid=16731 vsize=814484 CPUtime=12.16
/proc/16733/stat : 16733 (java) S 16731 16733 15832 0 -1 0 17169 0 1 0 1204 12 0 0 18 0 13 0 21172662 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16733/statm: 203621 12662 1439 9 0 200948 0
[pid=16733/tid=16735] ppid=16731 vsize=814484 CPUtime=9.94
/proc/16733/task/16735/stat : 16735 (java) S 16731 16733 15832 0 -1 64 9470 0 1 0 987 7 0 0 25 0 13 0 21172664 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16736] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21172665 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16737] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21172665 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16738] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 15832 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21172667 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16739] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 15832 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 21172667 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16740] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 15832 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 21172667 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16741] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 21172672 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16742] ppid=16731 vsize=814484 CPUtime=0.25
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 15832 0 -1 64 608 0 0 0 25 0 0 0 16 0 13 0 21172672 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16743] ppid=16731 vsize=814484 CPUtime=1.92
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 15832 0 -1 64 6336 0 0 0 189 3 0 0 16 0 13 0 21172672 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16744] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21172672 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16733/tid=16745] ppid=16731 vsize=814484 CPUtime=0
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21172672 834031616 12662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 814484

Child status: 0
Real time (s): 12.3989
CPU time (s): 12.2201
CPU user time (s): 12.0892
CPU system time (s): 0.13098
CPU usage (%): 98.5582
Max. virtual memory (cumulated for all children) (KiB): 816184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0892
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17178
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= 938
involuntary context switches= 1182

runsolver used 0.020996 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-11 21:38:14
IDJOB=2066004
IDBENCH=54457
IDSOLVER=731
FILE ID=node57/2066004-1247341094
PBS_JOBID= 9506665
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= e7289e6bc9a0b2eeec7d93fc4c850b78
RANDOM SEED=1531937595

node57.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.261
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.261
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:       1829184 kB
Buffers:         16328 kB
Cached:         112396 kB
SwapCached:          0 kB
Active:         117308 kB
Inactive:        58404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          59660 kB
Slab:            36360 kB
Committed_AS:   207020 kB
PageTables:       1920 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= 66380 MiB
End job on node57 at 2009-07-11 21:38:27