Trace number 2080095

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 1845.63

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-36.xml
MD5SUM15027c9bff6837979a015e9fba100965
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.033994
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.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	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.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2080095-1247369241.xml
0.18/0.25	c reading problem ... 
0.46/0.51	c reading problem named null
0.46/0.51	c reading domains done.
0.46/0.51	c reading variables done.
0.46/0.55	c reading predicates  done.
0.86/0.97	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-2080095-1247369241/watcher-2080095-1247369241 -o /tmp/evaluation-result-2080095-1247369241/solver-2080095-1247369241 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080095-1247369241.xml 

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


[startup+0 s]
/proc/loadavg: 2.29 2.07 2.03 4/83 28087
/proc/meminfo: memFree=1328656/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=18576 CPUtime=0
/proc/28087/stat : 28087 (runsolver) R 28085 28087 23471 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 23991388 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28087/statm: 4644 284 249 26 0 2626 0

[startup+0.076962 s]
/proc/loadavg: 2.29 2.07 2.03 4/83 28087
/proc/meminfo: memFree=1328656/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=802164 CPUtime=0.06
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 2744 0 1 0 4 2 0 0 18 0 7 0 23991388 821415936 2489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 200541 2489 1030 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101965 s]
/proc/loadavg: 2.29 2.07 2.03 4/83 28087
/proc/meminfo: memFree=1328656/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=804428 CPUtime=0.08
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 2953 0 1 0 6 2 0 0 18 0 12 0 23991388 823734272 2696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 201107 2696 1061 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301988 s]
/proc/loadavg: 2.29 2.07 2.03 4/83 28087
/proc/meminfo: memFree=1328656/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=805628 CPUtime=0.26
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 4171 0 1 0 23 3 0 0 18 0 12 0 23991388 824963072 3908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 201407 3908 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805628

[startup+0.70202 s]
/proc/loadavg: 2.29 2.07 2.03 4/83 28087
/proc/meminfo: memFree=1328656/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=807356 CPUtime=0.66
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 6240 0 1 0 61 5 0 0 18 0 12 0 23991388 826732544 5644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 201839 5644 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807356

[startup+1.5021 s]
/proc/loadavg: 2.29 2.07 2.03 4/95 28099
/proc/meminfo: memFree=1304240/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=811116 CPUtime=1.46
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 8957 0 1 0 139 7 0 0 18 0 12 0 23991388 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 202779 7323 1414 9 0 200106 0
[pid=28087/tid=28089] ppid=28085 vsize=811116 CPUtime=0.77
/proc/28087/task/28089/stat : 28089 (java) R 28085 28087 23471 0 -1 64 5059 0 1 0 72 5 0 0 19 0 12 0 23991389 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23991390 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23991390 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28092/stat : 28092 (java) S 28085 28087 23471 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23991392 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28093] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23991392 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28094] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23991392 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28095] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23991398 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28097] ppid=28085 vsize=811116 CPUtime=0.67
/proc/28087/task/28097/stat : 28097 (java) R 28085 28087 23471 0 -1 64 3140 0 0 0 66 1 0 0 18 0 12 0 23991398 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 104138949 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28098] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=811116 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 830582784 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 811116

[startup+3.10127 s]
/proc/loadavg: 2.29 2.07 2.03 4/95 28099
/proc/meminfo: memFree=1281840/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=810596 CPUtime=2.86
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 17054 0 1 0 275 11 0 0 18 0 12 0 23991388 830050304 15128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 202649 15129 1426 9 0 199976 0
[pid=28087/tid=28089] ppid=28085 vsize=810596 CPUtime=1.91
/proc/28087/task/28089/stat : 28089 (java) R 28085 28087 23471 0 -1 64 12949 0 1 0 182 9 0 0 17 0 12 0 23991389 830050304 15129 996147200 134512640 134550932 4294956016 18446744073709551615 4109674840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23991390 830050304 15130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23991390 830050304 15130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28092/stat : 28092 (java) S 28085 28087 23471 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23991392 830050304 15130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28093] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23991392 830050304 15131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28094] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23991392 830050304 15131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28095] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 830050304 15132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=810596 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 20 0 0 0 4 0 0 0 16 0 12 0 23991398 830050304 15132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28097] ppid=28085 vsize=810596 CPUtime=0.9
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 3341 0 0 0 89 1 0 0 17 0 12 0 23991398 830050304 15132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28098] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 830050304 15133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=810596 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 830050304 15133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 810596

[startup+6.30259 s]
/proc/loadavg: 2.51 2.12 2.04 3/95 28099
/proc/meminfo: memFree=1197616/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=818672 CPUtime=6.06
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 31209 0 1 0 589 17 0 0 18 0 12 0 23991388 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 204668 24480 1435 9 0 201995 0
[pid=28087/tid=28089] ppid=28085 vsize=818672 CPUtime=3.32
/proc/28087/task/28089/stat : 28089 (java) R 28085 28087 23471 0 -1 64 17423 0 1 0 321 11 0 0 25 0 12 0 23991389 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4110248936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=818672 CPUtime=0.03
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 1391 0 0 0 3 0 0 0 17 0 12 0 23991390 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28091] ppid=28085 vsize=818672 CPUtime=0.04
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 1305 0 0 0 4 0 0 0 17 0 12 0 23991390 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28092] ppid=28085 vsize=818672 CPUtime=0
/proc/28087/task/28092/stat : 28092 (java) S 28085 28087 23471 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 23991392 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28093] ppid=28085 vsize=818672 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=818672 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=818672 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=818672 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 38 0 0 0 4 0 0 0 16 0 12 0 23991398 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28097] ppid=28085 vsize=818672 CPUtime=2.58
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 10291 0 0 0 254 4 0 0 19 0 12 0 23991398 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28098] ppid=28085 vsize=818672 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=818672 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 838320128 24480 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 818672

[startup+12.7012 s]
/proc/loadavg: 2.55 2.14 2.05 4/95 28099
/proc/meminfo: memFree=1136824/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=818648 CPUtime=12.39
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 43166 0 1 0 1216 23 0 0 18 0 12 0 23991388 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 204662 30761 1435 9 0 201989 0
[pid=28087/tid=28089] ppid=28085 vsize=818648 CPUtime=7.2
/proc/28087/task/28089/stat : 28089 (java) R 28085 28087 23471 0 -1 64 17439 0 1 0 709 11 0 0 25 0 12 0 23991389 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4109589780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28090] ppid=28085 vsize=818648 CPUtime=0.25
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 4826 0 0 0 23 2 0 0 17 0 12 0 23991390 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=818648 CPUtime=0.28
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 4086 0 0 0 27 1 0 0 17 0 12 0 23991390 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=818648 CPUtime=0
/proc/28087/task/28092/stat : 28092 (java) S 28085 28087 23471 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 23991392 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28093] ppid=28085 vsize=818648 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=818648 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=818648 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=818648 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 51 0 0 0 4 0 0 0 17 0 12 0 23991398 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28097] ppid=28085 vsize=818648 CPUtime=4.58
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 15997 0 0 0 450 8 0 0 19 0 12 0 23991398 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28098] ppid=28085 vsize=818648 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=818648 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 838295552 30761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 818648

[startup+25.5026 s]
/proc/loadavg: 2.56 2.16 2.06 4/95 28099
/proc/meminfo: memFree=1020088/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=820552 CPUtime=25.07
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 62202 0 1 0 2474 33 0 0 18 0 12 0 23991388 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 205138 44317 1435 9 0 202465 0
[pid=28087/tid=28089] ppid=28085 vsize=820552 CPUtime=16.3
/proc/28087/task/28089/stat : 28089 (java) R 28085 28087 23471 0 -1 64 17466 0 1 0 1619 11 0 0 25 0 12 0 23991389 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 102381805 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=820552 CPUtime=0.73
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 12883 0 0 0 68 5 0 0 16 0 12 0 23991390 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28091] ppid=28085 vsize=820552 CPUtime=0.73
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 9070 0 0 0 70 3 0 0 16 0 12 0 23991390 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28092] ppid=28085 vsize=820552 CPUtime=0
/proc/28087/task/28092/stat : 28092 (java) S 28085 28087 23471 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 23991392 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28093] ppid=28085 vsize=820552 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=820552 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=820552 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 840245248 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=820552 CPUtime=0.04

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

[pid=28087/tid=28089] ppid=28085 vsize=819844 CPUtime=127.92
/proc/28087/task/28089/stat : 28089 (java) S 28085 28087 23471 0 -1 64 18036 0 1 0 12779 13 0 0 16 0 12 0 23991389 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=819844 CPUtime=46.5
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 78661 0 0 0 4614 36 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=819844 CPUtime=46.05
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 74333 0 0 0 4568 37 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=819844 CPUtime=1506.51
/proc/28087/task/28092/stat : 28092 (java) R 28085 28087 23471 0 -1 64 1188 0 0 0 150640 11 0 0 25 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28093] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=819844 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 148 0 0 0 4 0 0 0 17 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28097] ppid=28085 vsize=819844 CPUtime=12.02
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 37245 0 0 0 1184 18 0 0 16 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28098] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1739.12
Current children cumulated vsize (KiB) 819844

[startup+1842.3 s]
/proc/loadavg: 2.03 2.12 2.15 3/93 28143
/proc/meminfo: memFree=955376/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=819844 CPUtime=1798.82
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 210371 0 1 0 179763 119 0 0 18 0 12 0 23991388 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 204961 175289 1437 9 0 202288 0
[pid=28087/tid=28089] ppid=28085 vsize=819844 CPUtime=127.93
/proc/28087/task/28089/stat : 28089 (java) S 28085 28087 23471 0 -1 64 18055 0 1 0 12780 13 0 0 16 0 12 0 23991389 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=819844 CPUtime=46.5
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 78661 0 0 0 4614 36 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=819844 CPUtime=46.05
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 74333 0 0 0 4568 37 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=819844 CPUtime=1566.21
/proc/28087/task/28092/stat : 28092 (java) R 28085 28087 23471 0 -1 64 1188 0 0 0 156610 11 0 0 25 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28093] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=819844 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 148 0 0 0 4 0 0 0 17 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28097] ppid=28085 vsize=819844 CPUtime=12.02
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 37245 0 0 0 1184 18 0 0 16 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28098] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.82
Current children cumulated vsize (KiB) 819844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.5 s]
/proc/loadavg: 2.02 2.12 2.15 3/93 28143
/proc/meminfo: memFree=955376/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=819844 CPUtime=1800.01
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 210372 0 1 0 179882 119 0 0 18 0 12 0 23991388 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28087/statm: 204961 175289 1437 9 0 202288 0
[pid=28087/tid=28089] ppid=28085 vsize=819844 CPUtime=127.93
/proc/28087/task/28089/stat : 28089 (java) S 28085 28087 23471 0 -1 64 18056 0 1 0 12780 13 0 0 16 0 12 0 23991389 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=819844 CPUtime=46.5
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 78661 0 0 0 4614 36 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=819844 CPUtime=46.05
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 74333 0 0 0 4568 37 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=819844 CPUtime=1567.39
/proc/28087/task/28092/stat : 28092 (java) R 28085 28087 23471 0 -1 64 1188 0 0 0 156728 11 0 0 25 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28093] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23991397 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28096] ppid=28085 vsize=819844 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 148 0 0 0 4 0 0 0 17 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28097] ppid=28085 vsize=819844 CPUtime=12.02
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 37245 0 0 0 1184 18 0 0 16 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28098] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 839520256 175289 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) 819844

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28087

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

[startup+1844.6 s]
/proc/loadavg: 2.02 2.12 2.15 3/94 28144
/proc/meminfo: memFree=955368/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=819844 CPUtime=1801.1
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 210373 0 1 0 179991 119 0 0 16 0 12 0 23991388 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28087/statm: 204961 175289 1437 9 0 202288 0
[pid=28087/tid=28089] ppid=28085 vsize=819844 CPUtime=127.93
/proc/28087/task/28089/stat : 28089 (java) S 28085 28087 23471 0 -1 64 18056 0 1 0 12780 13 0 0 16 0 12 0 23991389 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=819844 CPUtime=46.5
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 78661 0 0 0 4614 36 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=819844 CPUtime=46.05
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 74333 0 0 0 4568 37 0 0 17 0 12 0 23991390 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=819844 CPUtime=1568.48
/proc/28087/task/28092/stat : 28092 (java) R 28085 28087 23471 0 -1 64 1188 0 0 0 156837 11 0 0 25 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 104187738 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28093] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23991397 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28096] ppid=28085 vsize=819844 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 148 0 0 0 4 0 0 0 17 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28097] ppid=28085 vsize=819844 CPUtime=12.02
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 37245 0 0 0 1184 18 0 0 16 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28098] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 839520256 175289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 819844

[startup+1845.4 s]
/proc/loadavg: 2.02 2.12 2.15 3/94 28144
/proc/meminfo: memFree=955368/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=819844 CPUtime=1801.89
/proc/28087/stat : 28087 (java) S 28085 28087 23471 0 -1 0 210376 0 1 0 180070 119 0 0 16 0 12 0 23991388 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28087/statm: 204961 175292 1437 9 0 202288 0
[pid=28087/tid=28089] ppid=28085 vsize=819844 CPUtime=127.93
/proc/28087/task/28089/stat : 28089 (java) S 28085 28087 23471 0 -1 64 18056 0 1 0 12780 13 0 0 16 0 12 0 23991389 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28090] ppid=28085 vsize=819844 CPUtime=46.5
/proc/28087/task/28090/stat : 28090 (java) S 28085 28087 23471 0 -1 64 78661 0 0 0 4614 36 0 0 17 0 12 0 23991390 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28091] ppid=28085 vsize=819844 CPUtime=46.05
/proc/28087/task/28091/stat : 28091 (java) S 28085 28087 23471 0 -1 64 74333 0 0 0 4568 37 0 0 17 0 12 0 23991390 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28092] ppid=28085 vsize=819844 CPUtime=1569.28
/proc/28087/task/28092/stat : 28092 (java) R 28085 28087 23471 0 -1 64 1188 0 0 0 156917 11 0 0 25 0 12 0 23991392 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28093] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28093/stat : 28093 (java) S 28085 28087 23471 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28094] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28094/stat : 28094 (java) S 28085 28087 23471 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991392 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28095] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28095/stat : 28095 (java) S 28085 28087 23471 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 23991397 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28087/tid=28096] ppid=28085 vsize=819844 CPUtime=0.04
/proc/28087/task/28096/stat : 28096 (java) S 28085 28087 23471 0 -1 64 148 0 0 0 4 0 0 0 17 0 12 0 23991398 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28097] ppid=28085 vsize=819844 CPUtime=12.02
/proc/28087/task/28097/stat : 28097 (java) S 28085 28087 23471 0 -1 64 37245 0 0 0 1184 18 0 0 16 0 12 0 23991398 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28098] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28098/stat : 28098 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23991398 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28087/tid=28099] ppid=28085 vsize=819844 CPUtime=0
/proc/28087/task/28099/stat : 28099 (java) S 28085 28087 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991398 839520256 175292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.89
Current children cumulated vsize (KiB) 819844

[startup+1845.6 s]
/proc/loadavg: 2.02 2.12 2.15 3/94 28144
/proc/meminfo: memFree=955368/2055920 swapFree=4192812/4192956
[pid=28087] ppid=28085 vsize=0 CPUtime=1802.09
/proc/28087/stat : 28087 (java) Z 28085 28087 23471 0 -1 1036 210376 0 1 0 180083 126 0 0 16 0 2 0 23991388 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28087/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1845.63
CPU time (s): 1802.13
CPU user time (s): 1800.83
CPU system time (s): 1.2938
CPU usage (%): 97.643
Max. virtual memory (cumulated for all children) (KiB): 823200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.83
system time used= 1.2938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210376
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= 41538
involuntary context switches= 52241

runsolver used 2.36464 second user time and 6.17106 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 05:27:21
IDJOB=2080095
IDBENCH=57004
IDSOLVER=731
FILE ID=node17/2080095-1247369241
PBS_JOBID= 9507018
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= 15027c9bff6837979a015e9fba100965
RANDOM SEED=536371616

node17.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.213
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.213
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:       1329200 kB
Buffers:         61912 kB
Cached:         178128 kB
SwapCached:          0 kB
Active:         564688 kB
Inactive:        99480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:         439812 kB
Slab:            47124 kB
Committed_AS:   887388 kB
PageTables:       2676 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= 66448 MiB
End job on node17 at 2009-07-12 05:58:07