Trace number 1126175

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.07 3634.62

General information on the benchmark

Namemaxcsp/maxclique/
normalized-c-fat500-5_ext.xml
MD5SUMcbaaefccddf667ee58cd5b0638a85e47
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints436
Best CPU time to get the best result obtained on this benchmark20.5469
Satisfiable
(Un)Satisfiability was proved
Number of variables501
Number of constraints102059
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension102059
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-1126175-1216178805/watcher-1126175-1216178805 -o /tmp/evaluation-result-1126175-1216178805/solver-1126175-1216178805 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s MCRW -max HOME/instance-1126175-1216178805.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: 3.08 3.32 3.02 7/81 24663
/proc/meminfo: memFree=1842896/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 271 0 0 0 0 0 0 0 19 0 1 0 74580402 5484544 230 996147200 4194304 4889804 548682068752 18446744073709551615 266890608722 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/24662/statm: 1339 230 191 169 0 50 0
[pid=24663] ppid=24662 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (concrete.sh) R 24662 24662 21034 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 1 0 74580402 5484544 234 996147200 4194304 4889804 548682068752 18446744073709551615 266890607205 0 2147483391 4096 65538 0 0 0 17 1 0 0
/proc/24663/statm: 1339 234 195 169 0 50 0

[startup+0.104628 s]
/proc/loadavg: 3.08 3.32 3.02 7/81 24663
/proc/meminfo: memFree=1842896/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201638 s]
/proc/loadavg: 3.08 3.32 3.02 7/81 24663
/proc/meminfo: memFree=1842896/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301652 s]
/proc/loadavg: 3.08 3.32 3.02 7/81 24663
/proc/meminfo: memFree=1842896/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701697 s]
/proc/loadavg: 3.08 3.32 3.02 7/81 24663
/proc/meminfo: memFree=1842896/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50179 s]
/proc/loadavg: 3.08 3.32 3.02 3/90 24673
/proc/meminfo: memFree=1832776/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=1.23
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 4772 0 4 0 119 4 0 0 20 0 9 0 74580410 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 4123 1818 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=1.03
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 3068 0 4 0 101 2 0 0 25 0 9 0 74580427 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4125807832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=0.04
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 474 0 0 0 4 0 0 0 16 0 9 0 74580429 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.12
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 497 0 0 0 12 0 0 0 16 0 9 0 74580431 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 4123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 849576

[startup+3.10297 s]
/proc/loadavg: 3.08 3.32 3.02 3/90 24673
/proc/meminfo: memFree=1831368/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=2.82
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 5198 0 4 0 276 6 0 0 20 0 9 0 74580410 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 4405 1818 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=2.54
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 3212 0 4 0 251 3 0 0 25 0 9 0 74580427 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4125803050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=0.12
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 756 0 0 0 11 1 0 0 16 0 9 0 74580429 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.12
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 497 0 0 0 12 0 0 0 16 0 9 0 74580431 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) R 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 4405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 849576

[startup+6.30233 s]
/proc/loadavg: 3.08 3.32 3.02 3/90 24673
/proc/meminfo: memFree=1829840/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=5.98
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 5720 0 4 0 590 8 0 0 20 0 9 0 74580410 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 4684 1819 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=5.58
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 3455 0 4 0 554 4 0 0 25 0 9 0 74580427 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4125798224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=0.26
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 1034 0 0 0 23 3 0 0 16 0 9 0 74580429 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 4684 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 849576

[startup+12.7021 s]
/proc/loadavg: 3.06 3.31 3.02 4/90 24673
/proc/meminfo: memFree=1827728/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=12.32
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 7778 0 4 0 1220 12 0 0 20 0 9 0 74580410 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 5965 2566 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=11.64
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 3850 0 4 0 1159 5 0 0 25 0 9 0 74580427 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4125806455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=0.53
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 2697 0 0 0 47 6 0 0 16 0 9 0 74580429 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 5965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 849576

[startup+25.5015 s]
/proc/loadavg: 3.05 3.30 3.02 3/90 24673
/proc/meminfo: memFree=1826128/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=24.99
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 8861 0 4 0 2480 19 0 0 20 0 9 0 74580410 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 6359 2566 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=23.92
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 4539 0 4 0 2385 7 0 0 25 0 9 0 74580427 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4125799908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=0.92
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 3091 0 0 0 81 11 0 0 16 0 9 0 74580429 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 6359 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 849576

[startup+51.1014 s]

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

/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 20744 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 20744 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 20744 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3369.96
Current children cumulated vsize (KiB) 849576

[startup+3462.3 s]
/proc/loadavg: 2.43 2.50 2.55 3/90 24681
/proc/meminfo: memFree=1759952/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=3429.39
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 61895 0 4 0 342534 405 0 0 20 0 9 0 74580410 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 20863 2566 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=3404.55
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 42596 0 4 0 340323 132 0 0 25 0 9 0 74580427 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4125807772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=24.69
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 18068 0 0 0 2197 272 0 0 16 0 9 0 74580429 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 20863 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3429.39
Current children cumulated vsize (KiB) 849576

[startup+3522.31 s]
/proc/loadavg: 2.46 2.49 2.54 4/90 24681
/proc/meminfo: memFree=1758480/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=3488.84
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 62607 0 4 0 348475 409 0 0 20 0 9 0 74580410 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 21235 2566 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=3463.7
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 42936 0 4 0 346237 133 0 0 25 0 9 0 74580427 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4125719206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=24.99
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 18440 0 0 0 2225 274 0 0 16 0 9 0 74580429 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 21235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3488.84
Current children cumulated vsize (KiB) 849576

[startup+3582.3 s]
/proc/loadavg: 2.52 2.50 2.54 4/90 24681
/proc/meminfo: memFree=1756816/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=3548.27
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 63317 0 4 0 354415 412 0 0 20 0 9 0 74580410 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 21607 2566 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=3522.78
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 43274 0 4 0 352144 134 0 0 25 0 9 0 74580427 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4125764216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=25.33
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 18812 0 0 0 2256 277 0 0 16 0 9 0 74580429 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 21607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3548.27
Current children cumulated vsize (KiB) 849576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.6 s]
/proc/loadavg: 2.64 2.53 2.55 4/90 24681
/proc/meminfo: memFree=1756304/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=3600.07
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 63714 0 4 0 359591 416 0 0 20 0 9 0 74580410 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 21708 2566 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=3574.39
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 43570 0 4 0 357303 136 0 0 25 0 9 0 74580427 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4125803050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=25.54
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 18913 0 0 0 2275 279 0 0 16 0 9 0 74580429 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 849576

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

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

[startup+3634.6 s]
/proc/loadavg: 2.64 2.53 2.55 4/90 24681
/proc/meminfo: memFree=1756304/2055920 swapFree=4191900/4192956
[pid=24662] ppid=24660 vsize=5356 CPUtime=0
/proc/24662/stat : 24662 (concrete.sh) S 24660 24662 21034 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 74580402 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24662/statm: 1339 242 201 169 0 50 0
[pid=24665] ppid=24662 vsize=844220 CPUtime=3600.07
/proc/24665/stat : 24665 (java) S 24662 24662 21034 0 -1 0 63714 0 4 0 359591 416 0 0 20 0 9 0 74580410 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24665/statm: 211055 21708 2566 9 0 205623 0
[pid=24665/tid=24666] ppid=24662 vsize=844220 CPUtime=3574.39
/proc/24665/task/24666/stat : 24666 (java) R 24662 24662 21034 0 -1 64 43570 0 4 0 357303 136 0 0 25 0 9 0 74580427 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4125803050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24667] ppid=24662 vsize=844220 CPUtime=25.54
/proc/24665/task/24667/stat : 24667 (java) S 24662 24662 21034 0 -1 64 18913 0 0 0 2275 279 0 0 16 0 9 0 74580429 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24668] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24668/stat : 24668 (java) S 24662 24662 21034 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24669] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24669/stat : 24669 (java) S 24662 24662 21034 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 74580429 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24670] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24670/stat : 24670 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24671] ppid=24662 vsize=844220 CPUtime=0.13
/proc/24665/task/24671/stat : 24671 (java) S 24662 24662 21034 0 -1 64 498 0 0 0 13 0 0 0 17 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24672] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24672/stat : 24672 (java) S 24662 24662 21034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24665/tid=24673] ppid=24662 vsize=844220 CPUtime=0
/proc/24665/task/24673/stat : 24673 (java) S 24662 24662 21034 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 74580431 864481280 21708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 849576

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 3634.62
CPU time (s): 3600.07
CPU user time (s): 3595.91
CPU system time (s): 4.16
CPU usage (%): 99.0494
Max. virtual memory (cumulated for all children) (KiB): 850744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 442
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= 17
involuntary context switches= 51

runsolver used 3.88341 second user time and 12.7271 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-16 05:26:46
IDJOB=1126175
IDBENCH=64212
IDSOLVER=335
FILE ID=node38/1126175-1216178805
PBS_JOBID= 7905789
Free space on /tmp= 66552 MiB

SOLVER NAME= Concrete + CSP4J - MCRW Engine 2008-05-30
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-c-fat500-5_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-1126175-1216178805/watcher-1126175-1216178805 -o /tmp/evaluation-result-1126175-1216178805/solver-1126175-1216178805 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s MCRW -max HOME/instance-1126175-1216178805.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cbaaefccddf667ee58cd5b0638a85e47
RANDOM SEED=1965294932

node38.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.218
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.218
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:       1843576 kB
Buffers:          3748 kB
Cached:          52484 kB
SwapCached:          4 kB
Active:         140632 kB
Inactive:        19232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843576 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8036 kB
Writeback:           0 kB
Mapped:         122944 kB
Slab:            37528 kB
Committed_AS:  1022236 kB
PageTables:       2180 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= 66552 MiB
End job on node38 at 2008-07-16 06:27:23