Trace number 2080073

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? (TO) 1802.13 1743.52

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-0.xml
MD5SUMcbf422b9beb0e6d77975a151315365dc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity15
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.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.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2080073-1247369224.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.38/0.49	c reading variables done.
0.48/0.53	c reading predicates  done.
0.88/0.95	c reading constraints

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-2080073-1247369224/watcher-2080073-1247369224 -o /tmp/evaluation-result-2080073-1247369224/solver-2080073-1247369224 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080073-1247369224.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 22290
/proc/meminfo: memFree=1641288/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=18576 CPUtime=0
/proc/22290/stat : 22290 (runsolver) R 22288 22290 19057 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 23984952 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 244276849959 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22290/statm: 4644 284 249 26 0 2626 0

[startup+0.0906759 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 22290
/proc/meminfo: memFree=1641288/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=802164 CPUtime=0.07
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 2876 0 1 0 5 2 0 0 18 0 7 0 23984952 821415936 2621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 200541 2621 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.10168 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 22290
/proc/meminfo: memFree=1641288/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=804560 CPUtime=0.08
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 23984952 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 201140 2743 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301703 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 22290
/proc/meminfo: memFree=1641288/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=805628 CPUtime=0.28
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 4312 0 1 0 25 3 0 0 18 0 12 0 23984952 824963072 4049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 201407 4049 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701748 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 22290
/proc/meminfo: memFree=1641288/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=807356 CPUtime=0.68
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 6296 0 1 0 63 5 0 0 18 0 12 0 23984952 826732544 5703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 201839 5703 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50184 s]
/proc/loadavg: 1.99 2.00 2.00 4/94 22302
/proc/meminfo: memFree=1617128/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=810588 CPUtime=1.47
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 8913 0 1 0 140 7 0 0 18 0 12 0 23984952 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 202647 7137 1415 9 0 199974 0
[pid=22290/tid=22292] ppid=22288 vsize=810588 CPUtime=0.77
/proc/22290/task/22292/stat : 22292 (java) R 22288 22290 19057 0 -1 64 5032 0 1 0 73 4 0 0 23 0 12 0 23984954 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22293/stat : 22293 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23984955 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22294] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23984955 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22295] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22295/stat : 22295 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23984957 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22296] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23984957 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23984957 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23984962 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23984962 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=810588 CPUtime=0.67
/proc/22290/task/22300/stat : 22300 (java) R 22288 22290 19057 0 -1 64 3127 0 0 0 66 1 0 0 17 0 12 0 23984962 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 104159109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=810588 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23984962 830042112 7137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810588

[startup+3.10302 s]
/proc/loadavg: 1.99 2.00 2.00 4/94 22302
/proc/meminfo: memFree=1573416/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=811852 CPUtime=3.06
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 18175 0 1 0 295 11 0 0 18 0 12 0 23984952 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 202963 15699 1426 9 0 200290 0
[pid=22290/tid=22292] ppid=22288 vsize=811852 CPUtime=1.95
/proc/22290/task/22292/stat : 22292 (java) R 22288 22290 19057 0 -1 64 13189 0 1 0 186 9 0 0 25 0 12 0 23984954 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 107082539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22293/stat : 22293 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23984955 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22294] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23984955 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22295] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22295/stat : 22295 (java) S 22288 22290 19057 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23984957 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22296] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23984957 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23984957 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23984962 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=811852 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 290 0 0 0 9 0 0 0 16 0 12 0 23984962 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=811852 CPUtime=0.99
/proc/22290/task/22300/stat : 22300 (java) S 22288 22290 19057 0 -1 64 3954 0 0 0 98 1 0 0 16 0 12 0 23984962 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=811852 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23984962 831336448 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811852

[startup+6.30238 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 22302
/proc/meminfo: memFree=1496616/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=816836 CPUtime=6.23
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 29661 0 1 0 607 16 0 0 18 0 12 0 23984952 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 204209 22272 1435 9 0 201536 0
[pid=22290/tid=22292] ppid=22288 vsize=816836 CPUtime=3.35
/proc/22290/task/22292/stat : 22292 (java) R 22288 22290 19057 0 -1 64 17417 0 1 0 325 10 0 0 25 0 12 0 23984954 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=816836 CPUtime=0.02
/proc/22290/task/22293/stat : 22293 (java) S 22288 22290 19057 0 -1 64 773 0 0 0 2 0 0 0 17 0 12 0 23984955 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22294] ppid=22288 vsize=816836 CPUtime=0
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 182 0 0 0 0 0 0 0 17 0 12 0 23984955 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22295] ppid=22288 vsize=816836 CPUtime=0
/proc/22290/task/22295/stat : 22295 (java) S 22288 22290 19057 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23984957 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22296] ppid=22288 vsize=816836 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=816836 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=816836 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23984962 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=816836 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 305 0 0 0 9 0 0 0 16 0 12 0 23984962 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=816836 CPUtime=2.72
/proc/22290/task/22300/stat : 22300 (java) R 22288 22290 19057 0 -1 64 10232 0 0 0 267 5 0 0 16 0 12 0 23984962 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 102339440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=816836 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=816836 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23984962 836440064 22272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 816836

[startup+12.7021 s]
/proc/loadavg: 2.15 2.03 2.01 3/94 22302
/proc/meminfo: memFree=1343528/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=820860 CPUtime=12.56
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 43903 0 1 0 1234 22 0 0 18 0 12 0 23984952 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 205215 28372 1435 9 0 202542 0
[pid=22290/tid=22292] ppid=22288 vsize=820860 CPUtime=6.17
/proc/22290/task/22292/stat : 22292 (java) R 22288 22290 19057 0 -1 64 17435 0 1 0 607 10 0 0 25 0 12 0 23984954 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4109584465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=820860 CPUtime=0.15
/proc/22290/task/22293/stat : 22293 (java) S 22288 22290 19057 0 -1 64 3950 0 0 0 14 1 0 0 17 0 12 0 23984955 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22294] ppid=22288 vsize=820860 CPUtime=0.09
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 2057 0 0 0 9 0 0 0 17 0 12 0 23984955 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22295] ppid=22288 vsize=820860 CPUtime=0
/proc/22290/task/22295/stat : 22295 (java) S 22288 22290 19057 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 23984957 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22296] ppid=22288 vsize=820860 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=820860 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=820860 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23984962 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=820860 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 305 0 0 0 9 0 0 0 17 0 12 0 23984962 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=820860 CPUtime=6.01
/proc/22290/task/22300/stat : 22300 (java) R 22288 22290 19057 0 -1 64 19392 0 0 0 592 9 0 0 19 0 12 0 23984962 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 106123078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=820860 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=820860 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23984962 840560640 28372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 820860

[startup+25.5016 s]
/proc/loadavg: 2.41 2.10 2.03 4/94 22302
/proc/meminfo: memFree=1198184/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=820196 CPUtime=25.24
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 64543 0 1 0 2492 32 0 0 18 0 12 0 23984952 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 205049 41334 1435 9 0 202376 0
[pid=22290/tid=22292] ppid=22288 vsize=820196 CPUtime=14.45
/proc/22290/task/22292/stat : 22292 (java) R 22288 22290 19057 0 -1 64 17463 0 1 0 1435 10 0 0 25 0 12 0 23984954 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4109584465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=820196 CPUtime=0.61
/proc/22290/task/22293/stat : 22293 (java) S 22288 22290 19057 0 -1 64 10047 0 0 0 58 3 0 0 16 0 12 0 23984955 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22294] ppid=22288 vsize=820196 CPUtime=0.73
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 8647 0 0 0 70 3 0 0 16 0 12 0 23984955 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22295] ppid=22288 vsize=820196 CPUtime=0.01
/proc/22290/task/22295/stat : 22295 (java) S 22288 22290 19057 0 -1 64 24 0 0 0 1 0 0 0 16 0 12 0 23984957 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22296] ppid=22288 vsize=820196 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=820196 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=820196 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23984962 839880704 41334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=820196 CPUtime=0.09

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

[pid=22290/tid=22292] ppid=22288 vsize=819936 CPUtime=110.2
/proc/22290/task/22292/stat : 22292 (java) S 22288 22290 19057 0 -1 64 18173 0 1 0 11008 12 0 0 16 0 12 0 23984954 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=819936 CPUtime=134.46
/proc/22290/task/22293/stat : 22293 (java) R 22288 22290 19057 0 -1 64 78873 0 0 0 13407 39 0 0 17 0 12 0 23984955 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 104188389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22294] ppid=22288 vsize=819936 CPUtime=134.69
/proc/22290/task/22294/stat : 22294 (java) R 22288 22290 19057 0 -1 64 74047 0 0 0 13434 35 0 0 17 0 12 0 23984955 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 103111936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22295] ppid=22288 vsize=819936 CPUtime=1384.6
/proc/22290/task/22295/stat : 22295 (java) R 22288 22290 19057 0 -1 64 349989 0 0 0 138267 193 0 0 21 0 12 0 23984957 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22296] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23984962 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=819936 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 305 0 0 0 9 0 0 0 17 0 12 0 23984962 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=819936 CPUtime=16
/proc/22290/task/22300/stat : 22300 (java) S 22288 22290 19057 0 -1 64 42493 0 0 0 1580 20 0 0 16 0 12 0 23984962 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23984962 839614464 174558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.09
Current children cumulated vsize (KiB) 819936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1741.4 s]
/proc/loadavg: 2.27 2.32 2.23 3/94 22305
/proc/meminfo: memFree=655456/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=821940 CPUtime=1800.01
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 568134 0 1 0 179698 303 0 0 18 0 12 0 23984952 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 205485 175059 1437 9 0 202812 0
[pid=22290/tid=22292] ppid=22288 vsize=821940 CPUtime=110.2
/proc/22290/task/22292/stat : 22292 (java) S 22288 22290 19057 0 -1 64 18179 0 1 0 11008 12 0 0 16 0 12 0 23984954 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=821940 CPUtime=135.97
/proc/22290/task/22293/stat : 22293 (java) S 22288 22290 19057 0 -1 64 78873 0 0 0 13558 39 0 0 17 0 12 0 23984955 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22294] ppid=22288 vsize=821940 CPUtime=136.18
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 74047 0 0 0 13583 35 0 0 17 0 12 0 23984955 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22295] ppid=22288 vsize=821940 CPUtime=1401.53
/proc/22290/task/22295/stat : 22295 (java) R 22288 22290 19057 0 -1 64 353496 0 0 0 139958 195 0 0 25 0 12 0 23984957 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22296] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=821940 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 305 0 0 0 9 0 0 0 17 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=821940 CPUtime=16
/proc/22290/task/22300/stat : 22300 (java) S 22288 22290 19057 0 -1 64 42493 0 0 0 1580 20 0 0 16 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 821940

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22290

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

[startup+1742.2 s]
/proc/loadavg: 2.27 2.32 2.23 3/94 22305
/proc/meminfo: memFree=655456/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=821940 CPUtime=1800.8
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 568135 0 1 0 179777 303 0 0 16 0 12 0 23984952 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 205485 175059 1437 9 0 202812 0
[pid=22290/tid=22292] ppid=22288 vsize=821940 CPUtime=110.2
/proc/22290/task/22292/stat : 22292 (java) S 22288 22290 19057 0 -1 64 18179 0 1 0 11008 12 0 0 16 0 12 0 23984954 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22293] ppid=22288 vsize=821940 CPUtime=135.97
/proc/22290/task/22293/stat : 22293 (java) S 22288 22290 19057 0 -1 64 78873 0 0 0 13558 39 0 0 17 0 12 0 23984955 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22294] ppid=22288 vsize=821940 CPUtime=136.18
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 74047 0 0 0 13583 35 0 0 17 0 12 0 23984955 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22295] ppid=22288 vsize=821940 CPUtime=1402.32
/proc/22290/task/22295/stat : 22295 (java) R 22288 22290 19057 0 -1 64 353496 0 0 0 140037 195 0 0 25 0 12 0 23984957 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22296] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22299] ppid=22288 vsize=821940 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 305 0 0 0 9 0 0 0 17 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=821940 CPUtime=16
/proc/22290/task/22300/stat : 22300 (java) S 22288 22290 19057 0 -1 64 42493 0 0 0 1580 20 0 0 16 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=821940 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23984962 841666560 175059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 821940

[startup+1743 s]
/proc/loadavg: 2.27 2.32 2.23 3/95 22306
/proc/meminfo: memFree=655448/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=819936 CPUtime=1801.6
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 568138 0 1 0 179857 303 0 0 16 0 12 0 23984952 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 204984 174561 1437 9 0 202311 0
[pid=22290/tid=22292] ppid=22288 vsize=819936 CPUtime=110.2
/proc/22290/task/22292/stat : 22292 (java) S 22288 22290 19057 0 -1 64 18179 0 1 0 11008 12 0 0 16 0 12 0 23984954 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22293] ppid=22288 vsize=819936 CPUtime=136.18
/proc/22290/task/22293/stat : 22293 (java) R 22288 22290 19057 0 -1 64 78873 0 0 0 13579 39 0 0 17 0 12 0 23984955 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22294] ppid=22288 vsize=819936 CPUtime=136.38
/proc/22290/task/22294/stat : 22294 (java) R 22288 22290 19057 0 -1 64 74047 0 0 0 13603 35 0 0 17 0 12 0 23984955 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22295] ppid=22288 vsize=819936 CPUtime=1402.7
/proc/22290/task/22295/stat : 22295 (java) S 22288 22290 19057 0 -1 64 353496 0 0 0 140075 195 0 0 25 0 12 0 23984957 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22296] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22299] ppid=22288 vsize=819936 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 305 0 0 0 9 0 0 0 17 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=819936 CPUtime=16
/proc/22290/task/22300/stat : 22300 (java) S 22288 22290 19057 0 -1 64 42493 0 0 0 1580 20 0 0 16 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 819936

[startup+1743.4 s]
/proc/loadavg: 2.27 2.32 2.23 4/95 22306
/proc/meminfo: memFree=657240/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=819936 CPUtime=1802
/proc/22290/stat : 22290 (java) S 22288 22290 19057 0 -1 0 568138 0 1 0 179897 303 0 0 16 0 12 0 23984952 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22290/statm: 204984 174561 1437 9 0 202311 0
[pid=22290/tid=22292] ppid=22288 vsize=819936 CPUtime=110.2
/proc/22290/task/22292/stat : 22292 (java) S 22288 22290 19057 0 -1 64 18179 0 1 0 11008 12 0 0 16 0 12 0 23984954 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22293] ppid=22288 vsize=819936 CPUtime=136.22
/proc/22290/task/22293/stat : 22293 (java) R 22288 22290 19057 0 -1 64 78873 0 0 0 13583 39 0 0 17 0 12 0 23984955 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22294] ppid=22288 vsize=819936 CPUtime=136.38
/proc/22290/task/22294/stat : 22294 (java) S 22288 22290 19057 0 -1 64 74047 0 0 0 13603 35 0 0 17 0 12 0 23984955 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22295] ppid=22288 vsize=819936 CPUtime=1403.07
/proc/22290/task/22295/stat : 22295 (java) R 22288 22290 19057 0 -1 64 353496 0 0 0 140112 195 0 0 16 0 12 0 23984957 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 104177733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22296] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22296/stat : 22296 (java) S 22288 22290 19057 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23984957 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22297] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22297/stat : 22297 (java) S 22288 22290 19057 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23984957 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22298] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22298/stat : 22298 (java) S 22288 22290 19057 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22290/tid=22299] ppid=22288 vsize=819936 CPUtime=0.09
/proc/22290/task/22299/stat : 22299 (java) S 22288 22290 19057 0 -1 64 305 0 0 0 9 0 0 0 17 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22300] ppid=22288 vsize=819936 CPUtime=16
/proc/22290/task/22300/stat : 22300 (java) S 22288 22290 19057 0 -1 64 42493 0 0 0 1580 20 0 0 16 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22301] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22301/stat : 22301 (java) S 22288 22290 19057 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22290/tid=22302] ppid=22288 vsize=819936 CPUtime=0
/proc/22290/task/22302/stat : 22302 (java) S 22288 22290 19057 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23984962 839614464 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 819936

[startup+1743.51 s]
/proc/loadavg: 2.27 2.32 2.23 4/95 22306
/proc/meminfo: memFree=657240/2055920 swapFree=4191904/4192956
[pid=22290] ppid=22288 vsize=0 CPUtime=1802.11
/proc/22290/stat : 22290 (java) R 22288 22290 19057 0 -1 1028 568138 0 1 0 179899 312 0 0 17 0 1 0 23984952 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/22290/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1743.52
CPU time (s): 1802.13
CPU user time (s): 1798.99
CPU system time (s): 3.13852
CPU usage (%): 103.361
Max. virtual memory (cumulated for all children) (KiB): 867944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 3.13852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568138
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= 43096
involuntary context switches= 74089

runsolver used 2.10868 second user time and 5.86311 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 05:27:04
IDJOB=2080073
IDBENCH=57000
IDSOLVER=731
FILE ID=node63/2080073-1247369224
PBS_JOBID= 9507095
Free space on /tmp= 66224 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-0.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080073-1247369224/watcher-2080073-1247369224 -o /tmp/evaluation-result-2080073-1247369224/solver-2080073-1247369224 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080073-1247369224.xml

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

MD5SUM BENCH= cbf422b9beb0e6d77975a151315365dc
RANDOM SEED=359630535

node63.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.232
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.232
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:       1641768 kB
Buffers:         30916 kB
Cached:         156844 kB
SwapCached:        260 kB
Active:         270880 kB
Inactive:        89404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641768 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:         192432 kB
Slab:            38648 kB
Committed_AS:   359512 kB
PageTables:       2232 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= 66224 MiB
End job on node63 at 2009-07-12 05:56:07