Trace number 1072772

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1802.29 1728.23

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-38.xml
MD5SUMc0a8aec87bdd5cd737932cfa7db7395c
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.048991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity21
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 (download as text)

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

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072772-1215175698/watcher-1072772-1215175698 -o /tmp/evaluation-result-1072772-1215175698/solver-1072772-1215175698 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072772-1215175698.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24657
/proc/meminfo: memFree=1810736/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=1804 CPUtime=0
/proc/24657/stat : 24657 (java6) R 24655 24657 22713 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 640492981 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/24657/statm: 451 158 114 9 0 93 0

[startup+0.0193949 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24657
/proc/meminfo: memFree=1810736/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=797516 CPUtime=0.01
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 1332 0 1 0 0 1 0 0 18 0 2 0 640492981 816656384 1073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 199379 1084 397 9 0 197157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797516

[startup+0.101403 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24657
/proc/meminfo: memFree=1810736/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=804756 CPUtime=0.09
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 3161 0 1 0 7 2 0 0 18 0 12 0 640492981 824070144 2892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 201189 2893 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30142 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24657
/proc/meminfo: memFree=1810736/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=807880 CPUtime=0.29
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 4961 0 1 0 26 3 0 0 18 0 12 0 640492981 827269120 4290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 201970 4290 1310 9 0 199339 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807880

[startup+0.701459 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24657
/proc/meminfo: memFree=1810736/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=807908 CPUtime=0.69
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 6388 0 1 0 64 5 0 0 18 0 12 0 640492981 827297792 5569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 201977 5569 1342 9 0 199339 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807908

[startup+1.50154 s]
/proc/loadavg: 2.02 2.00 2.00 3/93 24669
/proc/meminfo: memFree=1790416/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=815676 CPUtime=1.49
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 10436 0 1 0 142 7 0 0 18 0 12 0 640492981 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 203919 8310 1363 9 0 201281 0
[pid=24657/tid=24659] ppid=24655 vsize=815676 CPUtime=0.78
/proc/24657/task/24659/stat : 24659 (java) R 24655 24657 22713 0 -1 64 5036 0 1 0 74 4 0 0 25 0 12 0 640492982 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24660] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 640492983 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24661] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 640492983 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24662] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24662/stat : 24662 (java) S 24655 24657 22713 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 640492984 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24663] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 640492985 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 640492985 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640492989 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24666] ppid=24655 vsize=815676 CPUtime=0.18
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 455 0 0 0 18 0 0 0 16 0 12 0 640492989 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24667] ppid=24655 vsize=815676 CPUtime=0.51
/proc/24657/task/24667/stat : 24667 (java) R 24655 24657 22713 0 -1 64 4183 0 0 0 49 2 0 0 17 0 12 0 640492989 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 104112762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24668] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=815676 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 835252224 8310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 815676

[startup+3.1017 s]
/proc/loadavg: 2.02 2.00 2.00 4/93 24669
/proc/meminfo: memFree=1780496/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=818520 CPUtime=3.09
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 16945 0 1 0 299 10 0 0 18 0 12 0 640492981 838164480 12251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 204630 12251 1380 9 0 201992 0
[pid=24657/tid=24659] ppid=24655 vsize=818520 CPUtime=1.4
/proc/24657/task/24659/stat : 24659 (java) R 24655 24657 22713 0 -1 64 8294 0 1 0 134 6 0 0 25 0 12 0 640492982 838164480 12251 996147200 134512640 134550740 4294956016 18446744073709551615 4109664330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24660] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 640492983 838164480 12251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24661] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 640492983 838164480 12252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24662] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24662/stat : 24662 (java) S 24655 24657 22713 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 640492984 838164480 12252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24663] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 640492985 838164480 12252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 640492985 838164480 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640492989 838164480 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24666] ppid=24655 vsize=818520 CPUtime=0.46
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 1441 0 0 0 46 0 0 0 16 0 12 0 640492989 838164480 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24667] ppid=24655 vsize=818520 CPUtime=1.2
/proc/24657/task/24667/stat : 24667 (java) R 24655 24657 22713 0 -1 64 6445 0 0 0 117 3 0 0 19 0 12 0 640492989 838164480 12254 996147200 134512640 134550740 4294956016 18446744073709551615 104091139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24668] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 838164480 12254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=818520 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 838164480 12254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 818520

[startup+6.30301 s]
/proc/loadavg: 2.10 2.02 2.01 4/93 24669
/proc/meminfo: memFree=1731152/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=816076 CPUtime=6.28
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 33279 0 1 0 612 16 0 0 18 0 12 0 640492981 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 204019 22466 1386 9 0 201381 0
[pid=24657/tid=24659] ppid=24655 vsize=816076 CPUtime=2.83
/proc/24657/task/24659/stat : 24659 (java) R 24655 24657 22713 0 -1 64 17315 0 1 0 274 9 0 0 25 0 12 0 640492982 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 106980673 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24660] ppid=24655 vsize=816076 CPUtime=0.02
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 615 0 0 0 2 0 0 0 17 0 12 0 640492983 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24661] ppid=24655 vsize=816076 CPUtime=0.02
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 634 0 0 0 2 0 0 0 17 0 12 0 640492983 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24662] ppid=24655 vsize=816076 CPUtime=0
/proc/24657/task/24662/stat : 24662 (java) S 24655 24657 22713 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 640492984 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24663] ppid=24655 vsize=816076 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=816076 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=816076 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640492989 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24666] ppid=24655 vsize=816076 CPUtime=1.3
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 4377 0 0 0 129 1 0 0 17 0 12 0 640492989 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24667] ppid=24655 vsize=816076 CPUtime=2.06
/proc/24657/task/24667/stat : 24667 (java) S 24655 24657 22713 0 -1 64 9543 0 0 0 202 4 0 0 16 0 12 0 640492989 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24668] ppid=24655 vsize=816076 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=816076 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 835661824 22466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 816076

[startup+12.7026 s]
/proc/loadavg: 2.17 2.03 2.01 3/93 24669
/proc/meminfo: memFree=1696656/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=821588 CPUtime=12.68
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 49455 0 1 0 1244 24 0 0 18 0 12 0 640492981 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 205397 30732 1386 9 0 202759 0
[pid=24657/tid=24659] ppid=24655 vsize=821588 CPUtime=6.47
/proc/24657/task/24659/stat : 24659 (java) R 24655 24657 22713 0 -1 64 17332 0 1 0 638 9 0 0 25 0 12 0 640492982 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4109615167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24660] ppid=24655 vsize=821588 CPUtime=0.23
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 4337 0 0 0 21 2 0 0 16 0 12 0 640492983 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24661] ppid=24655 vsize=821588 CPUtime=0.19
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 4223 0 0 0 18 1 0 0 16 0 12 0 640492983 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24662] ppid=24655 vsize=821588 CPUtime=0
/proc/24657/task/24662/stat : 24662 (java) S 24655 24657 22713 0 -1 64 77 0 0 0 0 0 0 0 16 0 12 0 640492984 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24663] ppid=24655 vsize=821588 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=821588 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=821588 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640492989 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24666] ppid=24655 vsize=821588 CPUtime=2.62
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 9327 0 0 0 259 3 0 0 15 0 12 0 640492989 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24667] ppid=24655 vsize=821588 CPUtime=3.12
/proc/24657/task/24667/stat : 24667 (java) S 24655 24657 22713 0 -1 64 13397 0 0 0 305 7 0 0 20 0 12 0 640492989 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24668] ppid=24655 vsize=821588 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=821588 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 841306112 30732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 821588

[startup+25.5019 s]
/proc/loadavg: 2.51 2.11 2.04 3/93 24669
/proc/meminfo: memFree=1622224/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=823000 CPUtime=25.43
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 70520 0 1 0 2511 32 0 0 18 0 12 0 640492981 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 205750 48232 1386 9 0 203112 0
[pid=24657/tid=24659] ppid=24655 vsize=823000 CPUtime=16.09
/proc/24657/task/24659/stat : 24659 (java) R 24655 24657 22713 0 -1 64 17371 0 1 0 1600 9 0 0 25 0 12 0 640492982 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4111474437 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24660] ppid=24655 vsize=823000 CPUtime=0.94
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 12818 0 0 0 89 5 0 0 16 0 12 0 640492983 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24661] ppid=24655 vsize=823000 CPUtime=0.9
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 13087 0 0 0 85 5 0 0 16 0 12 0 640492983 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24662] ppid=24655 vsize=823000 CPUtime=0
/proc/24657/task/24662/stat : 24662 (java) S 24655 24657 22713 0 -1 64 77 0 0 0 0 0 0 0 16 0 12 0 640492984 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24663] ppid=24655 vsize=823000 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=823000 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=823000 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640492989 842752000 48232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 586002 0 1 0 179344 279 0 0 18 0 12 0 640492981 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 205814 176278 1389 9 0 203176 0
[pid=24657/tid=24659] ppid=24655 vsize=823256 CPUtime=103.67
/proc/24657/task/24659/stat : 24659 (java) S 24655 24657 22713 0 -1 64 18098 0 1 0 10356 11 0 0 16 0 12 0 640492982 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24660] ppid=24655 vsize=823256 CPUtime=151.52
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 76520 0 0 0 15118 34 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24661] ppid=24655 vsize=823256 CPUtime=151.4
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 76931 0 0 0 15107 33 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24662] ppid=24655 vsize=823256 CPUtime=1375.55
/proc/24657/task/24662/stat : 24662 (java) R 24655 24657 22713 0 -1 64 376605 0 0 0 137372 183 0 0 25 0 12 0 640492984 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 106122401 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24663] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24666] ppid=24655 vsize=823256 CPUtime=7.73
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 18511 0 0 0 767 6 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24667] ppid=24655 vsize=823256 CPUtime=6.3
/proc/24657/task/24667/stat : 24667 (java) S 24655 24657 22713 0 -1 64 18575 0 0 0 621 9 0 0 17 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24668] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.23
Current children cumulated vsize (KiB) 823256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1726.1 s]
/proc/loadavg: 2.48 2.34 2.23 3/94 24745
/proc/meminfo: memFree=330640/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=823256 CPUtime=1800.08
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 586003 0 1 0 179729 279 0 0 18 0 12 0 640492981 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24657/statm: 205814 176278 1389 9 0 203176 0
[pid=24657/tid=24659] ppid=24655 vsize=823256 CPUtime=103.67
/proc/24657/task/24659/stat : 24659 (java) S 24655 24657 22713 0 -1 64 18099 0 1 0 10356 11 0 0 16 0 12 0 640492982 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24660] ppid=24655 vsize=823256 CPUtime=151.71
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 76520 0 0 0 15137 34 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24661] ppid=24655 vsize=823256 CPUtime=151.69
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 76931 0 0 0 15136 33 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24662] ppid=24655 vsize=823256 CPUtime=1378.91
/proc/24657/task/24662/stat : 24662 (java) R 24655 24657 22713 0 -1 64 376605 0 0 0 137708 183 0 0 25 0 12 0 640492984 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24663] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24666] ppid=24655 vsize=823256 CPUtime=7.73
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 18511 0 0 0 767 6 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24667] ppid=24655 vsize=823256 CPUtime=6.3
/proc/24657/task/24667/stat : 24667 (java) S 24655 24657 22713 0 -1 64 18575 0 0 0 621 9 0 0 17 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24668] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 823256

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1726.22 s]
/proc/loadavg: 2.48 2.34 2.23 3/94 24745
/proc/meminfo: memFree=330640/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=823256 CPUtime=1800.19
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 586004 0 1 0 179740 279 0 0 16 0 12 0 640492981 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24657/statm: 205814 176278 1389 9 0 203176 0
[pid=24657/tid=24659] ppid=24655 vsize=823256 CPUtime=103.67
/proc/24657/task/24659/stat : 24659 (java) S 24655 24657 22713 0 -1 64 18099 0 1 0 10356 11 0 0 16 0 12 0 640492982 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24660] ppid=24655 vsize=823256 CPUtime=151.71
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 76520 0 0 0 15137 34 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24661] ppid=24655 vsize=823256 CPUtime=151.69
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 76931 0 0 0 15136 33 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24662] ppid=24655 vsize=823256 CPUtime=1379.02
/proc/24657/task/24662/stat : 24662 (java) R 24655 24657 22713 0 -1 64 376605 0 0 0 137719 183 0 0 25 0 12 0 640492984 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24663] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24666] ppid=24655 vsize=823256 CPUtime=7.73
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 18511 0 0 0 767 6 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24667] ppid=24655 vsize=823256 CPUtime=6.3
/proc/24657/task/24667/stat : 24667 (java) S 24655 24657 22713 0 -1 64 18575 0 0 0 621 9 0 0 17 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24668] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 823256

[startup+1727.01 s]
/proc/loadavg: 2.48 2.34 2.23 3/95 24746
/proc/meminfo: memFree=330632/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=823256 CPUtime=1800.97
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 586004 0 1 0 179818 279 0 0 16 0 12 0 640492981 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24657/statm: 205814 176278 1389 9 0 203176 0
[pid=24657/tid=24659] ppid=24655 vsize=823256 CPUtime=103.67
/proc/24657/task/24659/stat : 24659 (java) S 24655 24657 22713 0 -1 64 18099 0 1 0 10356 11 0 0 16 0 12 0 640492982 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24660] ppid=24655 vsize=823256 CPUtime=151.71
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 76520 0 0 0 15137 34 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24661] ppid=24655 vsize=823256 CPUtime=151.69
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 76931 0 0 0 15136 33 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24662] ppid=24655 vsize=823256 CPUtime=1379.8
/proc/24657/task/24662/stat : 24662 (java) R 24655 24657 22713 0 -1 64 376605 0 0 0 137797 183 0 0 25 0 12 0 640492984 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24663] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24666] ppid=24655 vsize=823256 CPUtime=7.73
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 18511 0 0 0 767 6 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24667] ppid=24655 vsize=823256 CPUtime=6.3
/proc/24657/task/24667/stat : 24667 (java) S 24655 24657 22713 0 -1 64 18575 0 0 0 621 9 0 0 17 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24668] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 823256

[startup+1727.8 s]
/proc/loadavg: 2.48 2.34 2.23 3/95 24746
/proc/meminfo: memFree=330632/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=823256 CPUtime=1801.76
/proc/24657/stat : 24657 (java) S 24655 24657 22713 0 -1 0 586004 0 1 0 179897 279 0 0 16 0 12 0 640492981 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24657/statm: 205814 176278 1389 9 0 203176 0
[pid=24657/tid=24659] ppid=24655 vsize=823256 CPUtime=103.67
/proc/24657/task/24659/stat : 24659 (java) S 24655 24657 22713 0 -1 64 18099 0 1 0 10356 11 0 0 16 0 12 0 640492982 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24660] ppid=24655 vsize=823256 CPUtime=151.71
/proc/24657/task/24660/stat : 24660 (java) S 24655 24657 22713 0 -1 64 76520 0 0 0 15137 34 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24661] ppid=24655 vsize=823256 CPUtime=151.69
/proc/24657/task/24661/stat : 24661 (java) S 24655 24657 22713 0 -1 64 76931 0 0 0 15136 33 0 0 17 0 12 0 640492983 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24662] ppid=24655 vsize=823256 CPUtime=1380.59
/proc/24657/task/24662/stat : 24662 (java) R 24655 24657 22713 0 -1 64 376605 0 0 0 137876 183 0 0 25 0 12 0 640492984 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24663] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24663/stat : 24663 (java) S 24655 24657 22713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24664] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24664/stat : 24664 (java) S 24655 24657 22713 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640492985 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24665] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24665/stat : 24665 (java) S 24655 24657 22713 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24666] ppid=24655 vsize=823256 CPUtime=7.73
/proc/24657/task/24666/stat : 24666 (java) S 24655 24657 22713 0 -1 64 18511 0 0 0 767 6 0 0 16 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24667] ppid=24655 vsize=823256 CPUtime=6.3
/proc/24657/task/24667/stat : 24667 (java) S 24655 24657 22713 0 -1 64 18575 0 0 0 621 9 0 0 17 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24657/tid=24668] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24668/stat : 24668 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24657/tid=24669] ppid=24655 vsize=823256 CPUtime=0
/proc/24657/task/24669/stat : 24669 (java) S 24655 24657 22713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640492989 843014144 176278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.76
Current children cumulated vsize (KiB) 823256

[startup+1728.2 s]
/proc/loadavg: 2.44 2.34 2.22 5/95 24746
/proc/meminfo: memFree=330504/2055920 swapFree=4157816/4192956
[pid=24657] ppid=24655 vsize=0 CPUtime=1802.25
/proc/24657/stat : 24657 (java) Z 24655 24657 22713 0 -1 1036 586008 0 1 0 179938 287 0 0 16 0 2 0 640492981 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24657/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1728.23
CPU time (s): 1802.29
CPU user time (s): 1799.39
CPU system time (s): 2.90856
CPU usage (%): 104.285
Max. virtual memory (cumulated for all children) (KiB): 871264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 2.90856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586008
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= 41104
involuntary context switches= 79506

runsolver used 2.22866 second user time and 5.72813 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 14:48:18
IDJOB=1072772
IDBENCH=56286
IDSOLVER=344
FILE ID=node60/1072772-1215175698
PBS_JOBID= 7881423
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-38.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072772-1215175698/watcher-1072772-1215175698 -o /tmp/evaluation-result-1072772-1215175698/solver-1072772-1215175698 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072772-1215175698.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c0a8aec87bdd5cd737932cfa7db7395c
RANDOM SEED=1286824450

node60.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.216
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.216
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:       1811216 kB
Buffers:         22396 kB
Cached:         108484 kB
SwapCached:      29328 kB
Active:         150944 kB
Inactive:        43032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811216 kB
SwapTotal:     4192956 kB
SwapFree:      4157816 kB
Dirty:            1160 kB
Writeback:           0 kB
Mapped:          78784 kB
Slab:            35776 kB
Committed_AS:  1123252 kB
PageTables:       2024 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= 66544 MiB
End job on node60 at 2008-07-04 15:17:07