Trace number 2080370

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.1? (exit code) 342.998 345.133

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-95-8.xml
MD5SUM31f84ce3b363624035dc20528456a27e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8992
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2080370-1247369800.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.57/0.64	c reading variables done.
0.97/1.04	c reading predicates  done.
1.58/1.64	c reading constraints
337.25/339.33	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
342.71/344.89	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
342.71/344.89		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
342.71/344.89		at java.lang.StringBuffer.<init>(Unknown Source)
342.71/344.89		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
342.71/344.89		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
342.71/344.89		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
342.71/344.89		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080370-1247369800/watcher-2080370-1247369800 -o /tmp/evaluation-result-2080370-1247369800/solver-2080370-1247369800 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080370-1247369800.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.16 2.29 2.20 4/84 25292
/proc/meminfo: memFree=1076768/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=18576 CPUtime=0
/proc/25292/stat : 25292 (runsolver) R 25290 25292 19891 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24044987 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25292/statm: 4644 284 249 26 0 2626 0

[startup+0.102733 s]
/proc/loadavg: 2.16 2.29 2.20 4/84 25292
/proc/meminfo: memFree=1076768/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=804560 CPUtime=0.08
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 3016 0 1 0 6 2 0 0 18 0 12 0 24044987 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 201140 2760 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.201749 s]
/proc/loadavg: 2.16 2.29 2.20 4/84 25292
/proc/meminfo: memFree=1076768/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=805504 CPUtime=0.18
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 3850 0 1 0 16 2 0 0 18 0 12 0 24044987 824836096 3588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 201376 3588 1335 9 0 198710 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805504

[startup+0.301771 s]
/proc/loadavg: 2.16 2.29 2.20 4/84 25292
/proc/meminfo: memFree=1076768/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=805628 CPUtime=0.28
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 4323 0 1 0 25 3 0 0 18 0 12 0 24044987 824963072 4060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 201407 4060 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701844 s]
/proc/loadavg: 2.16 2.29 2.20 4/84 25292
/proc/meminfo: memFree=1076768/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=808472 CPUtime=0.68
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 6280 0 1 0 63 5 0 0 18 0 12 0 24044987 827875328 5243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 202118 5243 1389 9 0 199445 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808472

[startup+1.503 s]
/proc/loadavg: 2.16 2.29 2.20 3/96 25304
/proc/meminfo: memFree=1008064/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=808472 CPUtime=1.47
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 29661 0 1 0 134 13 0 0 18 0 12 0 24044987 827875328 28621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 202118 28623 1400 9 0 199445 0
[pid=25292/tid=25294] ppid=25290 vsize=808472 CPUtime=0.73
/proc/25292/task/25294/stat : 25294 (java) S 25290 25292 19891 0 -1 64 17133 0 1 0 64 9 0 0 18 0 12 0 24044989 827875328 28623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=808472 CPUtime=0.15
/proc/25292/task/25295/stat : 25295 (java) R 25290 25292 19891 0 -1 64 4743 0 0 0 14 1 0 0 18 0 12 0 24044990 827875328 28625 996147200 134512640 134550932 4294956016 18446744073709551615 105886526 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25296] ppid=25290 vsize=808472 CPUtime=0.14
/proc/25292/task/25296/stat : 25296 (java) R 25290 25292 19891 0 -1 64 5056 0 0 0 13 1 0 0 18 0 12 0 24044990 827875328 28626 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25297] ppid=25290 vsize=808472 CPUtime=0
/proc/25292/task/25297/stat : 25297 (java) S 25290 25292 19891 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 24044992 827875328 28627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25298] ppid=25290 vsize=808472 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24044992 827875328 28628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=808472 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24044992 827875328 28629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=808472 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 827875328 28631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=808472 CPUtime=0
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24044997 827875328 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25302] ppid=25290 vsize=808472 CPUtime=0.42
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 1981 0 0 0 42 0 0 0 17 0 12 0 24044997 827875328 28633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25303] ppid=25290 vsize=808472 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24044997 827875328 28634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=808472 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24044997 827875328 28635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808472

[startup+3.10131 s]
/proc/loadavg: 2.22 2.30 2.20 4/96 25304
/proc/meminfo: memFree=957248/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=810744 CPUtime=3.18
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 36485 0 1 0 303 15 0 0 18 0 12 0 24044987 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 202686 34454 1432 9 0 200013 0
[pid=25292/tid=25294] ppid=25290 vsize=810744 CPUtime=1.81
/proc/25292/task/25294/stat : 25294 (java) R 25290 25292 19891 0 -1 64 17208 0 1 0 172 9 0 0 20 0 12 0 24044989 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4109656727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=810744 CPUtime=0.21
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 6699 0 0 0 20 1 0 0 17 0 12 0 24044990 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=810744 CPUtime=0.24
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 8176 0 0 0 22 2 0 0 17 0 12 0 24044990 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=810744 CPUtime=0
/proc/25292/task/25297/stat : 25297 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=810744 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=810744 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24044992 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=810744 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=810744 CPUtime=0.27
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1343 0 0 0 27 0 0 0 18 0 12 0 24044997 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25302] ppid=25290 vsize=810744 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 12 0 24044997 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=810744 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24044997 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=810744 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24044997 830201856 34454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 810744

[startup+6.30289 s]
/proc/loadavg: 2.22 2.30 2.20 3/96 25304
/proc/meminfo: memFree=931976/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=810264 CPUtime=6.41
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 42408 0 1 0 623 18 0 0 18 0 12 0 24044987 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 202566 39896 1433 9 0 199893 0
[pid=25292/tid=25294] ppid=25290 vsize=810264 CPUtime=4.37
/proc/25292/task/25294/stat : 25294 (java) R 25290 25292 19891 0 -1 64 17218 0 1 0 428 9 0 0 25 0 12 0 24044989 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4109794375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=810264 CPUtime=0.42
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 8587 0 0 0 40 2 0 0 16 0 12 0 24044990 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=810264 CPUtime=0.45
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 12169 0 0 0 42 3 0 0 16 0 12 0 24044990 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25297/stat : 25297 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24044992 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=810264 CPUtime=0.51
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1375 0 0 0 51 0 0 0 16 0 12 0 24044997 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25302] ppid=25290 vsize=810264 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 12 0 24044997 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24044997 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24044997 829710336 39896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 810264

[startup+12.7021 s]
/proc/loadavg: 2.21 2.29 2.20 3/96 25304
/proc/meminfo: memFree=885832/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=810264 CPUtime=12.78
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 52164 0 1 0 1256 22 0 0 18 0 12 0 24044987 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 202566 49630 1433 9 0 199893 0
[pid=25292/tid=25294] ppid=25290 vsize=810264 CPUtime=10.56
/proc/25292/task/25294/stat : 25294 (java) R 25290 25292 19891 0 -1 64 17241 0 1 0 1046 10 0 0 25 0 12 0 24044989 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4109794279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=810264 CPUtime=0.48
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 11925 0 0 0 45 3 0 0 16 0 12 0 24044990 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=810264 CPUtime=0.56
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 18564 0 0 0 50 6 0 0 16 0 12 0 24044990 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25297/stat : 25297 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 24044992 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24044992 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=810264 CPUtime=0.52
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1375 0 0 0 52 0 0 0 16 0 12 0 24044997 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25302] ppid=25290 vsize=810264 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 12 0 24044997 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24044997 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=810264 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24044997 829710336 49630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 810264

[startup+25.5025 s]
/proc/loadavg: 2.16 2.28 2.20 3/96 25304
/proc/meminfo: memFree=804488/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=809920 CPUtime=25.45
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 71813 0 1 0 2515 30 0 0 18 0 12 0 24044987 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 202480 69169 1433 9 0 199807 0
[pid=25292/tid=25294] ppid=25290 vsize=809920 CPUtime=22.9
/proc/25292/task/25294/stat : 25294 (java) R 25290 25292 19891 0 -1 64 17265 0 1 0 2280 10 0 0 25 0 12 0 24044989 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4109794402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=809920 CPUtime=0.62
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 21557 0 0 0 55 7 0 0 15 0 12 0 24044990 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=809920 CPUtime=0.72
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 28557 0 0 0 63 9 0 0 16 0 12 0 24044990 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=809920 CPUtime=0
/proc/25292/task/25297/stat : 25297 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 24044992 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=809920 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=809920 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24044992 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=809920 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 829358080 69169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=809920 CPUtime=0.54

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

Current children cumulated CPU time (s) 280.81
Current children cumulated vsize (KiB) 809920

[startup+342.303 s]
/proc/loadavg: 2.54 2.30 2.21 3/93 25340
/proc/meminfo: memFree=995872/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=813924 CPUtime=340.22
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 371973 0 1 0 33860 162 0 0 18 0 12 0 24044987 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 203481 172981 1436 9 0 200808 0
[pid=25292/tid=25294] ppid=25290 vsize=813924 CPUtime=274.1
/proc/25292/task/25294/stat : 25294 (java) S 25290 25292 19891 0 -1 64 17852 0 1 0 27398 12 0 0 19 0 12 0 24044989 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=813924 CPUtime=4.52
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 75168 0 0 0 424 28 0 0 15 0 12 0 24044990 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=813924 CPUtime=4.57
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 77113 0 0 0 430 27 0 0 16 0 12 0 24044990 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=813924 CPUtime=55.79
/proc/25292/task/25297/stat : 25297 (java) R 25290 25292 19891 0 -1 64 197414 0 0 0 5488 91 0 0 24 0 12 0 24044992 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 106158062 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24044992 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=813924 CPUtime=0.58
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1377 0 0 0 58 0 0 0 17 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25302] ppid=25290 vsize=813924 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.22
Current children cumulated vsize (KiB) 813924

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

[startup+342.403 s]
/proc/loadavg: 2.54 2.30 2.21 3/93 25340
/proc/meminfo: memFree=995872/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=813924 CPUtime=340.32
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 371973 0 1 0 33870 162 0 0 18 0 12 0 24044987 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 203481 172981 1436 9 0 200808 0
[pid=25292/tid=25294] ppid=25290 vsize=813924 CPUtime=274.1
/proc/25292/task/25294/stat : 25294 (java) S 25290 25292 19891 0 -1 64 17852 0 1 0 27398 12 0 0 19 0 12 0 24044989 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=813924 CPUtime=4.52
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 75168 0 0 0 424 28 0 0 15 0 12 0 24044990 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=813924 CPUtime=4.57
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 77113 0 0 0 430 27 0 0 16 0 12 0 24044990 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=813924 CPUtime=55.89
/proc/25292/task/25297/stat : 25297 (java) R 25290 25292 19891 0 -1 64 197414 0 0 0 5498 91 0 0 25 0 12 0 24044992 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 105886033 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24044992 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=813924 CPUtime=0.58
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1377 0 0 0 58 0 0 0 17 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25302] ppid=25290 vsize=813924 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=813924 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24044997 833458176 172981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.32
Current children cumulated vsize (KiB) 813924

[startup+344.002 s]
/proc/loadavg: 2.49 2.29 2.20 3/93 25340
/proc/meminfo: memFree=995872/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=814248 CPUtime=341.92
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 376487 0 1 0 34027 165 0 0 18 0 13 0 24044987 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 203562 172986 1436 9 0 200889 0
[pid=25292/tid=25294] ppid=25290 vsize=814248 CPUtime=274.1
/proc/25292/task/25294/stat : 25294 (java) S 25290 25292 19891 0 -1 64 17855 0 1 0 27398 12 0 0 18 0 13 0 24044989 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=814248 CPUtime=4.52
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 75168 0 0 0 424 28 0 0 15 0 13 0 24044990 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=814248 CPUtime=4.57
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 77113 0 0 0 430 27 0 0 16 0 13 0 24044990 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=814248 CPUtime=57.48
/proc/25292/task/25297/stat : 25297 (java) R 25290 25292 19891 0 -1 64 201920 0 0 0 5654 94 0 0 25 0 13 0 24044992 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 106158883 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24044992 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24044992 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=814248 CPUtime=0.58
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1377 0 0 0 58 0 0 0 17 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25302] ppid=25290 vsize=814248 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.92
Current children cumulated vsize (KiB) 814248

[startup+344.803 s]
/proc/loadavg: 2.49 2.29 2.20 3/94 25341
/proc/meminfo: memFree=995800/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=814248 CPUtime=342.71
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 379493 0 1 0 34105 166 0 0 18 0 13 0 24044987 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 203562 172986 1436 9 0 200889 0
[pid=25292/tid=25294] ppid=25290 vsize=814248 CPUtime=274.1
/proc/25292/task/25294/stat : 25294 (java) S 25290 25292 19891 0 -1 64 17855 0 1 0 27398 12 0 0 18 0 13 0 24044989 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=814248 CPUtime=4.52
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 75168 0 0 0 424 28 0 0 15 0 13 0 24044990 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=814248 CPUtime=4.57
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 77113 0 0 0 430 27 0 0 16 0 13 0 24044990 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=814248 CPUtime=58.28
/proc/25292/task/25297/stat : 25297 (java) R 25290 25292 19891 0 -1 64 204924 0 0 0 5733 95 0 0 25 0 13 0 24044992 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 105886146 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24044992 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24044992 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=814248 CPUtime=0.58
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1377 0 0 0 58 0 0 0 17 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25302] ppid=25290 vsize=814248 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24044997 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25341] ppid=25290 vsize=814248 CPUtime=0
/proc/25292/task/25341/stat : 25341 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24079319 833789952 172986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.71
Current children cumulated vsize (KiB) 814248

[startup+345.002 s]
/proc/loadavg: 2.49 2.29 2.20 3/94 25341
/proc/meminfo: memFree=995800/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=810244 CPUtime=342.89
/proc/25292/stat : 25292 (java) S 25290 25292 19891 0 -1 0 379498 0 1 0 34123 166 0 0 18 0 12 0 24044987 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 202561 171988 1437 9 0 199888 0
[pid=25292/tid=25294] ppid=25290 vsize=810244 CPUtime=274.1
/proc/25292/task/25294/stat : 25294 (java) S 25290 25292 19891 0 -1 64 17858 0 1 0 27398 12 0 0 16 0 12 0 24044989 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25295] ppid=25290 vsize=810244 CPUtime=4.52
/proc/25292/task/25295/stat : 25295 (java) S 25290 25292 19891 0 -1 64 75168 0 0 0 424 28 0 0 15 0 12 0 24044990 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25296] ppid=25290 vsize=810244 CPUtime=4.57
/proc/25292/task/25296/stat : 25296 (java) S 25290 25292 19891 0 -1 64 77113 0 0 0 430 27 0 0 16 0 12 0 24044990 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25297] ppid=25290 vsize=810244 CPUtime=58.46
/proc/25292/task/25297/stat : 25297 (java) S 25290 25292 19891 0 -1 64 204924 0 0 0 5751 95 0 0 25 0 12 0 24044992 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25298] ppid=25290 vsize=810244 CPUtime=0
/proc/25292/task/25298/stat : 25298 (java) S 25290 25292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24044992 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25299] ppid=25290 vsize=810244 CPUtime=0
/proc/25292/task/25299/stat : 25299 (java) S 25290 25292 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24044992 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25300] ppid=25290 vsize=810244 CPUtime=0
/proc/25292/task/25300/stat : 25300 (java) S 25290 25292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24044997 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25301] ppid=25290 vsize=810244 CPUtime=0.58
/proc/25292/task/25301/stat : 25301 (java) S 25290 25292 19891 0 -1 64 1377 0 0 0 58 0 0 0 17 0 12 0 24044997 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25302] ppid=25290 vsize=810244 CPUtime=0.59
/proc/25292/task/25302/stat : 25302 (java) S 25290 25292 19891 0 -1 64 2309 0 0 0 59 0 0 0 16 0 12 0 24044997 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25292/tid=25303] ppid=25290 vsize=810244 CPUtime=0
/proc/25292/task/25303/stat : 25303 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24044997 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25292/tid=25304] ppid=25290 vsize=810244 CPUtime=0
/proc/25292/task/25304/stat : 25304 (java) S 25290 25292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24044997 829689856 171988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.89
Current children cumulated vsize (KiB) 810244

[startup+345.101 s]
/proc/loadavg: 2.49 2.29 2.20 3/94 25341
/proc/meminfo: memFree=995800/2055920 swapFree=4192812/4192956
[pid=25292] ppid=25290 vsize=0 CPUtime=342.96
/proc/25292/stat : 25292 (java) Z 25290 25292 19891 0 -1 12 379502 0 1 0 34123 173 0 0 16 0 2 0 24044987 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25292/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.96
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 345.133
CPU time (s): 342.998
CPU user time (s): 341.235
CPU system time (s): 1.76273
CPU usage (%): 99.3814
Max. virtual memory (cumulated for all children) (KiB): 816252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.235
system time used= 1.76273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 379502
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= 17181
involuntary context switches= 17414

runsolver used 0.452931 second user time and 1.16782 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 05:36:40
IDJOB=2080370
IDBENCH=57076
IDSOLVER=731
FILE ID=node82/2080370-1247369800
PBS_JOBID= 9506983
Free space on /tmp= 66192 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-95-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080370-1247369800/watcher-2080370-1247369800 -o /tmp/evaluation-result-2080370-1247369800/solver-2080370-1247369800 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080370-1247369800.xml

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

MD5SUM BENCH= 31f84ce3b363624035dc20528456a27e
RANDOM SEED=1653334606

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1077248 kB
Buffers:         42028 kB
Cached:         172716 kB
SwapCached:          0 kB
Active:         829392 kB
Inactive:        83320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:         711564 kB
Slab:            49936 kB
Committed_AS:   876804 kB
PageTables:       3108 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node82 at 2009-07-12 05:42:25