Trace number 1041018

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? (MO) 97.3022 92.837

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-31-31.xml
MD5SUMf269187d8547e6b596cfc3c60fb1cd1c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.382941
Satisfiable
(Un)Satisfiability was proved
Number of variables1922
Number of constraints2328
Maximum constraint arity31
Maximum domain size102
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1861
Global constraints used (with number of constraints)cumulative(2),weightedsum(465)

Solver Data (download as text)

0.27/0.56	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.56	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.56	c See www.sat4j.org for details.
0.27/0.56	c That software uses the Rhino library from the Mozilla project.
0.34/0.61	c version 9.9.9.token
0.34/0.61	c sun.arch.data.model	32
0.34/0.61	c java.version	1.6.0_06
0.34/0.61	c os.name	Linux
0.34/0.61	c os.version	2.6.9-22.EL.rootsmp
0.34/0.61	c os.arch	i386
0.34/0.61	c Free memory 669864272
0.34/0.61	c Max memory 672137216
0.34/0.61	c Total memory 672137216
0.34/0.61	c Number of processors 2
0.34/0.65	c c --- Begin Solver configuration ---
0.34/0.65	c Stops conflict analysis at the first Unique Implication Point
0.34/0.65	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.65	c Learn all clauses as in MiniSAT
0.34/0.65	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.65	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.65	c Expensive reason simplification
0.34/0.65	c MiniSAT restarts strategy
0.34/0.65	c timeout=2147483s
0.34/0.65	c DB Simplification allowed=false
0.34/0.65	c --- End Solver configuration ---
0.34/0.65	c solving HOME/instance-1041018-1214999146.xml
0.34/0.65	c reading problem ... 
0.59/0.99	c reading problem named null
0.59/0.99	c reading domains done.
0.59/1.00	c reading variables done.
1.37/1.78	c reading predicates  done.
1.55/2.00	c reading constraints

Verifier Data (download as text)

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

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-1041018-1214999146/watcher-1041018-1214999146 -o /tmp/evaluation-result-1041018-1214999146/solver-1041018-1214999146 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041018-1214999146.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: 2.43 2.26 1.88 3/73 3501
/proc/meminfo: memFree=1939216/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=18572 CPUtime=0
/proc/3501/stat : 3501 (runsolver) D 3499 3501 3004 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1978886936 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 273653755175 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/3501/statm: 4643 292 257 25 0 2626 0

[startup+0.0666539 s]
/proc/loadavg: 2.43 2.26 1.88 3/73 3501
/proc/meminfo: memFree=1939216/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=13012 CPUtime=0.01
/proc/3501/stat : 3501 (java) D 3499 3501 3004 0 -1 0 391 0 14 0 0 1 0 0 18 0 1 0 1978886936 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 4281130 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/3501/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101655 s]
/proc/loadavg: 2.43 2.26 1.88 3/73 3501
/proc/meminfo: memFree=1939216/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=13452 CPUtime=0.02
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 797 0 27 0 0 2 0 0 18 0 2 0 1978886936 13774848 599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 3363 599 266 9 0 1244 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13452

[startup+0.301685 s]
/proc/loadavg: 2.43 2.26 1.88 3/73 3501
/proc/meminfo: memFree=1939216/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=802228 CPUtime=0.1
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 2852 0 28 0 5 5 0 0 18 0 7 0 1978886936 821481472 2614 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 200557 2614 1014 9 0 197940 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 802228

[startup+0.701742 s]
/proc/loadavg: 2.43 2.26 1.88 3/73 3501
/proc/meminfo: memFree=1939216/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=808272 CPUtime=0.42
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 5486 0 29 0 35 7 0 0 18 0 12 0 1978886936 827670528 4839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 202068 4839 1319 9 0 199430 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 808272

[startup+1.50286 s]
/proc/loadavg: 2.43 2.26 1.88 3/85 3513
/proc/meminfo: memFree=1912304/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=808728 CPUtime=1.18
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 6809 0 29 0 109 9 0 0 18 0 12 0 1978886936 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 202182 5889 1341 9 0 199544 0
[pid=3501/tid=3503] ppid=3499 vsize=808728 CPUtime=0.67
/proc/3501/task/3503/stat : 3503 (java) R 3499 3501 3004 0 -1 64 4109 0 2 0 62 5 0 0 22 0 12 0 1978886945 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3504] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1978886954 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886954 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3506/stat : 3506 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978886957 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1978886958 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 1978886958 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886966 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=808728 CPUtime=0.17
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 425 0 0 0 17 0 0 0 16 0 12 0 1978886966 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3511] ppid=3499 vsize=808728 CPUtime=0.28
/proc/3501/task/3511/stat : 3511 (java) R 3499 3501 3004 0 -1 64 1536 0 0 0 28 0 0 0 16 0 12 0 1978886966 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 104112547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3512] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=808728 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 828137472 5889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 808728

[startup+3.1021 s]
/proc/loadavg: 2.43 2.26 1.88 4/85 3513
/proc/meminfo: memFree=1905584/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=816752 CPUtime=2.72
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 15688 0 29 0 259 13 0 0 18 0 12 0 1978886936 836354048 12104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 204188 12105 1375 9 0 201550 0
[pid=3501/tid=3503] ppid=3499 vsize=816752 CPUtime=1.36
/proc/3501/task/3503/stat : 3503 (java) R 3499 3501 3004 0 -1 64 8277 0 2 0 129 7 0 0 24 0 12 0 1978886945 836354048 12105 996147200 134512640 134550740 4294956032 18446744073709551615 4109738179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3504] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1978886954 836354048 12106 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886954 836354048 12106 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3506/stat : 3506 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978886957 836354048 12108 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1978886958 836354048 12108 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 1978886958 836354048 12109 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886966 836354048 12109 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=816752 CPUtime=0.72
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4228 0 0 0 71 1 0 0 16 0 12 0 1978886966 836354048 12110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3511] ppid=3499 vsize=816752 CPUtime=0.58
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2445 0 0 0 58 0 0 0 16 0 12 0 1978886966 836354048 12110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3512] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 836354048 12111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=816752 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 836354048 12111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 816752

[startup+6.30257 s]
/proc/loadavg: 2.40 2.26 1.89 3/85 3513
/proc/meminfo: memFree=1816184/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=819076 CPUtime=6.04
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 37412 0 29 0 581 23 0 0 18 0 12 0 1978886936 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 204769 33339 1380 9 0 202131 0
[pid=3501/tid=3503] ppid=3499 vsize=819076 CPUtime=3.9
/proc/3501/task/3503/stat : 3503 (java) R 3499 3501 3004 0 -1 64 17272 0 2 0 378 12 0 0 25 0 12 0 1978886945 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4109690313 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3504] ppid=3499 vsize=819076 CPUtime=0.39
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 7018 0 0 0 37 2 0 0 17 0 12 0 1978886954 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3505] ppid=3499 vsize=819076 CPUtime=0.35
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 5681 0 0 0 33 2 0 0 17 0 12 0 1978886954 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3506] ppid=3499 vsize=819076 CPUtime=0
/proc/3501/task/3506/stat : 3506 (java) S 3499 3501 3004 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 1978886957 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3507] ppid=3499 vsize=819076 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=819076 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=819076 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886966 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=819076 CPUtime=0.73
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4228 0 0 0 72 1 0 0 17 0 12 0 1978886966 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3511] ppid=3499 vsize=819076 CPUtime=0.58
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2445 0 0 0 58 0 0 0 16 0 12 0 1978886966 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3512] ppid=3499 vsize=819076 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=819076 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 838733824 33339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 819076

[startup+12.7025 s]
/proc/loadavg: 2.52 2.29 1.90 6/85 3513
/proc/meminfo: memFree=1745848/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=826760 CPUtime=13.03
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 54285 0 29 0 1273 30 0 0 18 0 12 0 1978886936 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 206690 48554 1380 9 0 204052 0
[pid=3501/tid=3503] ppid=3499 vsize=826760 CPUtime=8.21
/proc/3501/task/3503/stat : 3503 (java) R 3499 3501 3004 0 -1 64 17280 0 2 0 809 12 0 0 20 0 12 0 1978886945 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3504] ppid=3499 vsize=826760 CPUtime=1.73
/proc/3501/task/3504/stat : 3504 (java) R 3499 3501 3004 0 -1 64 14143 0 0 0 167 6 0 0 16 0 12 0 1978886954 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3505] ppid=3499 vsize=826760 CPUtime=1.68
/proc/3501/task/3505/stat : 3505 (java) R 3499 3501 3004 0 -1 64 15421 0 0 0 163 5 0 0 16 0 12 0 1978886954 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3506] ppid=3499 vsize=826760 CPUtime=0
/proc/3501/task/3506/stat : 3506 (java) S 3499 3501 3004 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1978886957 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3507] ppid=3499 vsize=826760 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=826760 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=826760 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886966 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=826760 CPUtime=0.73
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4228 0 0 0 72 1 0 0 17 0 12 0 1978886966 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3511] ppid=3499 vsize=826760 CPUtime=0.59
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2445 0 0 0 59 0 0 0 17 0 12 0 1978886966 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3512] ppid=3499 vsize=826760 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=826760 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 846602240 48554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 826760

[startup+25.5012 s]
/proc/loadavg: 2.41 2.27 1.90 3/85 3513
/proc/meminfo: memFree=1620344/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=826708 CPUtime=26.22
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 84259 0 29 0 2578 44 0 0 18 0 12 0 1978886936 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 206677 78338 1380 9 0 204039 0
[pid=3501/tid=3503] ppid=3499 vsize=826708 CPUtime=17.47
/proc/3501/task/3503/stat : 3503 (java) R 3499 3501 3004 0 -1 64 17302 0 2 0 1735 12 0 0 20 0 12 0 1978886945 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4109707781 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3504] ppid=3499 vsize=826708 CPUtime=3.76
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 32339 0 0 0 362 14 0 0 17 0 12 0 1978886954 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=826708 CPUtime=3.42
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 27143 0 0 0 332 10 0 0 17 0 12 0 1978886954 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=826708 CPUtime=0
/proc/3501/task/3506/stat : 3506 (java) S 3499 3501 3004 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1978886957 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=826708 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=826708 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=826708 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886966 846548992 78338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 147314 0 29 0 5299 75 0 0 18 0 12 0 1978886936 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 206588 140295 1388 9 0 203950 0
[pid=3501/tid=3503] ppid=3499 vsize=826352 CPUtime=35.7
/proc/3501/task/3503/stat : 3503 (java) R 3499 3501 3004 0 -1 64 23476 0 2 0 3555 15 0 0 25 0 12 0 1978886945 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3504] ppid=3499 vsize=826352 CPUtime=8.22
/proc/3501/task/3504/stat : 3504 (java) R 3499 3501 3004 0 -1 64 69844 0 0 0 790 32 0 0 16 0 12 0 1978886954 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=826352 CPUtime=7.81
/proc/3501/task/3505/stat : 3505 (java) R 3499 3501 3004 0 -1 64 46479 0 0 0 761 20 0 0 15 0 12 0 1978886954 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=826352 CPUtime=0.01
/proc/3501/task/3506/stat : 3506 (java) S 3499 3501 3004 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 1978886957 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=826352 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=826352 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=826352 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886966 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=826352 CPUtime=1.11
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4287 0 0 0 110 1 0 0 17 0 12 0 1978886966 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3511] ppid=3499 vsize=826352 CPUtime=0.78
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2460 0 0 0 78 0 0 0 17 0 12 0 1978886966 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3512] ppid=3499 vsize=826352 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=826352 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 846184448 140295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.74
Current children cumulated vsize (KiB) 826352



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+90.7028 s]
/proc/loadavg: 2.71 2.37 1.95 3/85 3513
/proc/meminfo: memFree=1199352/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=922360 CPUtime=95.18
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 197846 0 29 0 9419 99 0 0 18 0 12 0 1978886936 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 230590 183351 1399 9 0 227952 0
[pid=3501/tid=3503] ppid=3499 vsize=922360 CPUtime=53.68
/proc/3501/task/3503/stat : 3503 (java) S 3499 3501 3004 0 -1 64 35792 0 2 0 5347 21 0 0 25 0 12 0 1978886945 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3504] ppid=3499 vsize=922360 CPUtime=12.01
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 77013 0 0 0 1164 37 0 0 16 0 12 0 1978886954 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=922360 CPUtime=11.77
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 56602 0 0 0 1152 25 0 0 16 0 12 0 1978886954 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=922360 CPUtime=15.64
/proc/3501/task/3506/stat : 3506 (java) R 3499 3501 3004 0 -1 64 20948 0 0 0 1555 9 0 0 18 0 12 0 1978886957 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 103550852 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=922360 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=922360 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=922360 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1978886966 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=922360 CPUtime=1.17
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4291 0 0 0 116 1 0 0 16 0 12 0 1978886966 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3511] ppid=3499 vsize=922360 CPUtime=0.81
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2463 0 0 0 81 0 0 0 16 0 12 0 1978886966 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3512] ppid=3499 vsize=922360 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=922360 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 944496640 183351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.18
Current children cumulated vsize (KiB) 922360

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

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

[startup+91.0018 s]
/proc/loadavg: 2.71 2.37 1.95 3/85 3513
/proc/meminfo: memFree=1199352/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=890356 CPUtime=95.48
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 210713 0 29 0 9443 105 0 0 16 0 12 0 1978886936 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 222589 188217 1399 9 0 219951 0
[pid=3501/tid=3503] ppid=3499 vsize=890356 CPUtime=53.68
/proc/3501/task/3503/stat : 3503 (java) S 3499 3501 3004 0 -1 64 35792 0 2 0 5347 21 0 0 25 0 12 0 1978886945 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3504] ppid=3499 vsize=890356 CPUtime=12.01
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 77013 0 0 0 1164 37 0 0 16 0 12 0 1978886954 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=890356 CPUtime=11.77
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 56602 0 0 0 1152 25 0 0 16 0 12 0 1978886954 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=890356 CPUtime=15.94
/proc/3501/task/3506/stat : 3506 (java) R 3499 3501 3004 0 -1 64 33815 0 0 0 1579 15 0 0 18 0 12 0 1978886957 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 105677751 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=890356 CPUtime=1.17
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4291 0 0 0 116 1 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3511] ppid=3499 vsize=890356 CPUtime=0.81
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2463 0 0 0 81 0 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3512] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.48
Current children cumulated vsize (KiB) 890356

[startup+91.802 s]
/proc/loadavg: 2.71 2.37 1.95 3/86 3514
/proc/meminfo: memFree=1179568/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=890356 CPUtime=96.27
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 210713 0 29 0 9522 105 0 0 16 0 12 0 1978886936 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 222589 188217 1399 9 0 219951 0
[pid=3501/tid=3503] ppid=3499 vsize=890356 CPUtime=53.68
/proc/3501/task/3503/stat : 3503 (java) S 3499 3501 3004 0 -1 64 35792 0 2 0 5347 21 0 0 25 0 12 0 1978886945 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3504] ppid=3499 vsize=890356 CPUtime=12.01
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 77013 0 0 0 1164 37 0 0 16 0 12 0 1978886954 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=890356 CPUtime=11.77
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 56602 0 0 0 1152 25 0 0 16 0 12 0 1978886954 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=890356 CPUtime=16.73
/proc/3501/task/3506/stat : 3506 (java) R 3499 3501 3004 0 -1 64 33815 0 0 0 1658 15 0 0 19 0 12 0 1978886957 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=890356 CPUtime=1.17
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4291 0 0 0 116 1 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3511] ppid=3499 vsize=890356 CPUtime=0.81
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2463 0 0 0 81 0 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3512] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.27
Current children cumulated vsize (KiB) 890356

[startup+92.6011 s]
/proc/loadavg: 2.71 2.37 1.95 3/86 3514
/proc/meminfo: memFree=1179568/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=890356 CPUtime=97.06
/proc/3501/stat : 3501 (java) S 3499 3501 3004 0 -1 0 210713 0 29 0 9601 105 0 0 16 0 12 0 1978886936 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 222589 188217 1399 9 0 219951 0
[pid=3501/tid=3503] ppid=3499 vsize=890356 CPUtime=53.68
/proc/3501/task/3503/stat : 3503 (java) S 3499 3501 3004 0 -1 64 35792 0 2 0 5347 21 0 0 25 0 12 0 1978886945 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3504] ppid=3499 vsize=890356 CPUtime=12.01
/proc/3501/task/3504/stat : 3504 (java) S 3499 3501 3004 0 -1 64 77013 0 0 0 1164 37 0 0 16 0 12 0 1978886954 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3505] ppid=3499 vsize=890356 CPUtime=11.77
/proc/3501/task/3505/stat : 3505 (java) S 3499 3501 3004 0 -1 64 56602 0 0 0 1152 25 0 0 16 0 12 0 1978886954 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3506] ppid=3499 vsize=890356 CPUtime=17.52
/proc/3501/task/3506/stat : 3506 (java) R 3499 3501 3004 0 -1 64 33815 0 0 0 1737 15 0 0 21 0 12 0 1978886957 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3507] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3507/stat : 3507 (java) S 3499 3501 3004 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1978886958 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3508] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3508/stat : 3508 (java) S 3499 3501 3004 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1978886958 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3509] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3509/stat : 3509 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3510] ppid=3499 vsize=890356 CPUtime=1.17
/proc/3501/task/3510/stat : 3510 (java) S 3499 3501 3004 0 -1 64 4291 0 0 0 116 1 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3501/tid=3511] ppid=3499 vsize=890356 CPUtime=0.81
/proc/3501/task/3511/stat : 3511 (java) S 3499 3501 3004 0 -1 64 2463 0 0 0 81 0 0 0 16 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3512] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3512/stat : 3512 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3501/tid=3513] ppid=3499 vsize=890356 CPUtime=0
/proc/3501/task/3513/stat : 3513 (java) S 3499 3501 3004 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978886966 911724544 188217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.06
Current children cumulated vsize (KiB) 890356

[startup+92.8028 s]
/proc/loadavg: 2.71 2.37 1.95 3/86 3514
/proc/meminfo: memFree=1179568/2055920 swapFree=4180400/4192956
[pid=3501] ppid=3499 vsize=0 CPUtime=97.26
/proc/3501/stat : 3501 (java) Z 3499 3501 3004 0 -1 1036 210713 0 29 0 9613 113 0 0 16 0 2 0 1978886936 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3501/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 92.837
CPU time (s): 97.3022
CPU user time (s): 96.1354
CPU system time (s): 1.16682
CPU usage (%): 104.81
Max. virtual memory (cumulated for all children) (KiB): 922360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.1354
system time used= 1.16682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210713
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4342
involuntary context switches= 4579

runsolver used 0.13098 second user time and 0.307953 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-02 13:45:47
IDJOB=1041018
IDBENCH=53764
IDSOLVER=344
FILE ID=node52/1041018-1214999146
PBS_JOBID= 7870818
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-31-31.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-1041018-1214999146/watcher-1041018-1214999146 -o /tmp/evaluation-result-1041018-1214999146/solver-1041018-1214999146 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041018-1214999146.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f269187d8547e6b596cfc3c60fb1cd1c
RANDOM SEED=914186097

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1939888 kB
Buffers:          2792 kB
Cached:          37500 kB
SwapCached:       5404 kB
Active:          49728 kB
Inactive:         9484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1939888 kB
SwapTotal:     4192956 kB
SwapFree:      4180400 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          26700 kB
Slab:            42156 kB
Committed_AS:  3844680 kB
PageTables:       1868 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= 66524 MiB
End job on node52 at 2008-07-02 13:47:20