Trace number 1126047

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
Concrete + CSP4J - MCRW Engine 2008-05-30? (TO) 3600.03 3619.32

General information on the benchmark

Namemaxcsp/maxclique/
normalized-brock-800-1_ext.xml
MD5SUM0430d97da15139054d75cd624f2d8da8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints784
Best CPU time to get the best result obtained on this benchmark1677.86
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112895
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension112895
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)


Verifier Data (download as text)

ERROR: no interpretation found !

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-1126047-1216176686/watcher-1126047-1216176686 -o /tmp/evaluation-result-1126047-1216176686/solver-1126047-1216176686 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s MCRW -max HOME/instance-1126047-1216176686.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.58 2.42 2.19 4/106 25107
/proc/meminfo: memFree=1746280/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 271 0 0 0 0 0 0 0 19 0 1 0 74365670 5484544 230 996147200 4194304 4889804 548682068752 18446744073709551615 224264945746 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/25106/statm: 1339 230 191 169 0 50 0
[pid=25107] ppid=25106 vsize=5356 CPUtime=0
/proc/25107/stat : 25107 (concrete.sh) R 25106 25106 23704 0 -1 4194368 25 0 0 0 0 0 0 0 21 0 1 0 74365670 5484544 235 996147200 4194304 4889804 548682068752 18446744073709551615 224264776999 0 0 4096 0 0 0 0 17 1 0 0
/proc/25107/statm: 1339 235 195 169 0 50 0

[startup+0.031514 s]
/proc/loadavg: 2.58 2.42 2.19 4/106 25107
/proc/meminfo: memFree=1746280/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.124151 s]
/proc/loadavg: 2.58 2.42 2.19 4/106 25107
/proc/meminfo: memFree=1746280/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301181 s]
/proc/loadavg: 2.58 2.42 2.19 4/106 25107
/proc/meminfo: memFree=1746280/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701258 s]
/proc/loadavg: 2.58 2.42 2.19 4/106 25107
/proc/meminfo: memFree=1746280/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50241 s]
/proc/loadavg: 2.58 2.42 2.19 3/115 25117
/proc/meminfo: memFree=1736864/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=1.44
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 4922 0 1 0 140 4 0 0 18 0 9 0 74365671 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 4223 1818 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=1.23
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 3118 0 1 0 121 2 0 0 25 0 9 0 74365676 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4125850703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=0.06
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 581 0 0 0 6 0 0 0 16 0 9 0 74365677 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 491 0 0 0 12 0 0 0 16 0 9 0 74365679 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 4223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 849492

[startup+3.10172 s]
/proc/loadavg: 2.58 2.42 2.19 3/115 25117
/proc/meminfo: memFree=1735776/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=3.04
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 5331 0 1 0 299 5 0 0 18 0 9 0 74365671 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 4476 1819 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=2.73
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 3274 0 1 0 271 2 0 0 25 0 9 0 74365676 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4125652723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=0.16
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 832 0 0 0 15 1 0 0 16 0 9 0 74365677 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 4476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 849492

[startup+6.30323 s]
/proc/loadavg: 2.61 2.43 2.19 3/115 25117
/proc/meminfo: memFree=1734496/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=6.23
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 7189 0 1 0 615 8 0 0 18 0 9 0 74365671 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 5702 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=5.73
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 3524 0 1 0 570 3 0 0 25 0 9 0 74365676 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4125849932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=0.35
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 2440 0 0 0 32 3 0 0 16 0 9 0 74365677 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 5702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 849492

[startup+12.7025 s]
/proc/loadavg: 2.56 2.42 2.19 3/115 25117
/proc/meminfo: memFree=1732072/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=12.63
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 7927 0 1 0 1250 13 0 0 18 0 9 0 74365671 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 6026 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=11.9
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 3938 0 1 0 1185 5 0 0 25 0 9 0 74365676 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4125718289 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=0.58
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 2764 0 0 0 52 6 0 0 16 0 9 0 74365677 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 6026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 849492

[startup+25.5019 s]
/proc/loadavg: 2.66 2.45 2.20 3/115 25117
/proc/meminfo: memFree=1730472/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=25.42
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 9244 0 1 0 2522 20 0 0 18 0 9 0 74365671 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 6424 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=24.25
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 4654 0 1 0 2418 7 0 0 25 0 9 0 74365676 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4125843752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=1.02
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 3365 0 0 0 91 11 0 0 16 0 9 0 74365677 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 6424 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 849492

[startup+51.1027 s]

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

/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 21208 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 21208 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 21208 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3384.34
Current children cumulated vsize (KiB) 849492

[startup+3462.3 s]
/proc/loadavg: 2.65 2.68 2.64 4/115 25125
/proc/meminfo: memFree=1663016/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=3443.98
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 62966 0 1 0 344002 396 0 0 18 0 9 0 74365671 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 21582 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=3420.23
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 43022 0 1 0 341892 131 0 0 25 0 9 0 74365676 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4125845738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=23.61
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 18719 0 0 0 2097 264 0 0 16 0 9 0 74365677 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 21582 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3443.98
Current children cumulated vsize (KiB) 849492

[startup+3522.3 s]
/proc/loadavg: 2.71 2.69 2.64 4/115 25125
/proc/meminfo: memFree=1662568/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=3503.62
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 63430 0 1 0 349962 400 0 0 18 0 9 0 74365671 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 21700 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=3479.64
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 43368 0 1 0 347832 132 0 0 25 0 9 0 74365676 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4125849932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=23.82
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 18837 0 0 0 2116 266 0 0 16 0 9 0 74365677 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 21700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3503.62
Current children cumulated vsize (KiB) 849492

[startup+3582.3 s]
/proc/loadavg: 2.73 2.70 2.64 3/115 25125
/proc/meminfo: memFree=1661928/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=3563.27
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 63893 0 1 0 355923 404 0 0 18 0 9 0 74365671 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 21817 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=3539.06
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 43714 0 1 0 353773 133 0 0 25 0 9 0 74365676 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4125850716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=24.05
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 18954 0 0 0 2136 269 0 0 16 0 9 0 74365677 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 21817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3563.27
Current children cumulated vsize (KiB) 849492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.3 s]
/proc/loadavg: 2.71 2.70 2.64 3/108 25240
/proc/meminfo: memFree=1759264/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=3600.03
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 64179 0 1 0 359596 407 0 0 18 0 9 0 74365671 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 21890 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=3575.68
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 43927 0 1 0 357434 134 0 0 25 0 9 0 74365676 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4125850747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=24.19
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 19027 0 0 0 2149 270 0 0 16 0 9 0 74365677 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 849492

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

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

[startup+3619.3 s]
/proc/loadavg: 2.71 2.70 2.64 3/108 25240
/proc/meminfo: memFree=1759264/2055920 swapFree=4192812/4192956
[pid=25106] ppid=25104 vsize=5356 CPUtime=0
/proc/25106/stat : 25106 (concrete.sh) S 25104 25106 23704 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74365670 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25106/statm: 1339 242 201 169 0 50 0
[pid=25109] ppid=25106 vsize=844136 CPUtime=3600.03
/proc/25109/stat : 25109 (java) S 25106 25106 23704 0 -1 0 64179 0 1 0 359596 407 0 0 18 0 9 0 74365671 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25109/statm: 211034 21890 2566 9 0 205602 0
[pid=25109/tid=25110] ppid=25106 vsize=844136 CPUtime=3575.68
/proc/25109/task/25110/stat : 25110 (java) R 25106 25106 23704 0 -1 64 43927 0 1 0 357434 134 0 0 25 0 9 0 74365676 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4125850747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25111] ppid=25106 vsize=844136 CPUtime=24.19
/proc/25109/task/25111/stat : 25111 (java) S 25106 25106 23704 0 -1 64 19027 0 0 0 2149 270 0 0 16 0 9 0 74365677 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25112] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25112/stat : 25112 (java) S 25106 25106 23704 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25113] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25113/stat : 25113 (java) S 25106 25106 23704 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74365677 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25114] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25114/stat : 25114 (java) S 25106 25106 23704 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25115] ppid=25106 vsize=844136 CPUtime=0.12
/proc/25109/task/25115/stat : 25115 (java) S 25106 25106 23704 0 -1 64 493 0 0 0 12 0 0 0 17 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25116] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25116/stat : 25116 (java) S 25106 25106 23704 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25109/tid=25117] ppid=25106 vsize=844136 CPUtime=0
/proc/25109/task/25117/stat : 25117 (java) S 25106 25106 23704 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 74365679 864395264 21890 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 849492

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25106 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3619.32
CPU time (s): 3600.03
CPU user time (s): 3595.96
CPU system time (s): 4.07
CPU usage (%): 99.4669
Max. virtual memory (cumulated for all children) (KiB): 850644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 4

runsolver used 5.06523 second user time and 15.1547 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-16 04:51:27
IDJOB=1126047
IDBENCH=64196
IDSOLVER=335
FILE ID=node82/1126047-1216176686
PBS_JOBID= 7905797
Free space on /tmp= 66552 MiB

SOLVER NAME= Concrete + CSP4J - MCRW Engine 2008-05-30
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-brock-800-1_ext.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s MCRW -max BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126047-1216176686/watcher-1126047-1216176686 -o /tmp/evaluation-result-1126047-1216176686/solver-1126047-1216176686 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s MCRW -max HOME/instance-1126047-1216176686.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0430d97da15139054d75cd624f2d8da8
RANDOM SEED=1728892910

node82.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747024 kB
Buffers:         10244 kB
Cached:          88152 kB
SwapCached:          0 kB
Active:         203012 kB
Inactive:        35700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8768 kB
Writeback:           0 kB
Mapped:         160792 kB
Slab:            52332 kB
Committed_AS:  1184268 kB
PageTables:       4208 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node82 at 2008-07-16 05:51:48