Trace number 1060215

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 - WMC Engine 2008-05-30SAT 8.18975 8.32077

DiagnosticValue
CHECKS51084500
NODES1039

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-7.xml
MD5SUM1253a1981d64e41207fa8a523d812b23
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.901862
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size962
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

4.34/4.47	c CPU-LOAD 2.6
4.34/4.47	c LOADED 225 V (962 E), 3150 DTPConstraint, arity 2, 2.6 cpu
8.07/8.29	v 21 655 318 527 933 863 629 388 237 156 611 439 86 0 724 502 147 318 433 172 50 590 668 79 817 272 0 768 814 864 416 330 8 693 255 765 630 166 859 568 447 952 87 688 509 864 240 101 781 411 310 548 2 514 470 578 43 624 688 811 730 139 2 256 872 392 499 169 305 157 595 329 91 650 131 519 324 160 631 725 350 400 948 590 788 262 23 870 434 0 742 593 425 152 1 794 344 880 717 420 554 249 777 98 491 667 702 115 539 236 544 373 15 449 164 877 419 401 626 789 73 512 599 395 290 42 348 226 141 830 852 98 926 6 772 155 364 99 506 74 277 918 857 492 586 175 120 1 770 685 255 379 583 829 574 193 664 165 541 50 343 870 786 0 438 449 181 875 98 792 278 4 372 90 616 461 423 547 850 710 276 73 51 360 471 407 717 152 3 123 661 928 573 501 691 269 432 125 1 407 575 333 950 611 689 788 832 58 159 481 471 702 811 813 400 491 477 639 21 69 716 229 345 586 164 
8.07/8.29	s SATISFIABLE
8.07/8.29	d NODES 1039
8.07/8.29	d CHECKS 51084456
8.07/8.29	c gac3-effective-revisions: 0
8.07/8.29	c gac3-useless-revisions: 6300
8.07/8.29	c local-minima: 296
8.07/8.29	c prepro-constraint-ccks: 0
8.07/8.29	c prepro-constraint-presenceccks: 0
8.07/8.29	c prepro-cpu: 0.07
8.07/8.29	c prepro-matrix2d-ccks: 0
8.07/8.29	c prepro-matrix2d-presenceccks: 0
8.07/8.29	c prepro-removed: 0
8.07/8.29	c total-assgn: 1039
8.07/8.29	c total-constraint-ccks: 51084456
8.07/8.29	c total-constraint-presence-ccks: 0
8.07/8.29	c total-cpu: 3.5500002
8.07/8.29	c total-matrix2d-ccks: 0
8.07/8.29	c total-matrix2d-presence-ccks: 0
8.07/8.29	c tuples: 0
8.07/8.29	c tuples-collisions: 0
8.07/8.29	c TOTAL-NODES 1039
8.07/8.29	c TOTAL-CPU 3.5500002

Verifier Data (download as text)

OK

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-1060215-1215126146/watcher-1060215-1215126146 -o /tmp/evaluation-result-1060215-1215126146/solver-1060215-1215126146 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1060215-1215126146.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.01 1.64 1.96 4/90 23389
/proc/meminfo: memFree=1831944/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=5356 CPUtime=0
/proc/23391/stat : 23391 (concrete.sh) R 23389 23389 22173 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601153319 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/23391/statm: 1339 242 201 169 0 50 0

[startup+0.07418 s]
/proc/loadavg: 2.01 1.64 1.96 4/90 23389
/proc/meminfo: memFree=1831944/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=843024 CPUtime=0.05
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 3143 0 1 0 4 1 0 0 20 0 9 0 1991581693 863256576 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 210756 2640 1576 9 0 205333 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 848380

[startup+0.101182 s]
/proc/loadavg: 2.01 1.64 1.96 4/90 23389
/proc/meminfo: memFree=1831944/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=843024 CPUtime=0.08
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 3448 0 1 0 6 2 0 0 20 0 9 0 1991581693 863256576 2901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 210756 2901 1680 9 0 205333 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848380

[startup+0.301206 s]
/proc/loadavg: 2.01 1.64 1.96 4/90 23389
/proc/meminfo: memFree=1831944/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=843744 CPUtime=0.28
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 4514 0 1 0 25 3 0 0 20 0 9 0 1991581693 863993856 3901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 210936 3901 1893 9 0 205497 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 849100

[startup+0.701249 s]
/proc/loadavg: 2.01 1.64 1.96 4/90 23389
/proc/meminfo: memFree=1831944/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=844300 CPUtime=0.67
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 5073 0 1 0 64 3 0 0 20 0 9 0 1991581693 864563200 4440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 211075 4440 1899 9 0 205636 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 849656

[startup+1.50234 s]
/proc/loadavg: 2.01 1.64 1.96 3/100 23400
/proc/meminfo: memFree=1820152/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=844300 CPUtime=1.46
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 5710 0 1 0 142 4 0 0 20 0 9 0 1991581693 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 211075 4980 1900 9 0 205636 0
[pid=23391/tid=23393] ppid=23389 vsize=844300 CPUtime=1.2
/proc/23391/task/23393/stat : 23393 (java) R 23389 23389 22173 0 -1 64 3456 0 1 0 118 2 0 0 25 0 9 0 1991581694 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4125850615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23394] ppid=23389 vsize=844300 CPUtime=0.11
/proc/23391/task/23394/stat : 23394 (java) S 23389 23389 22173 0 -1 64 1025 0 0 0 10 1 0 0 16 0 9 0 1991581695 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23395] ppid=23389 vsize=844300 CPUtime=0
/proc/23391/task/23395/stat : 23395 (java) S 23389 23389 22173 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991581696 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23396] ppid=23389 vsize=844300 CPUtime=0
/proc/23391/task/23396/stat : 23396 (java) S 23389 23389 22173 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1991581696 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23397] ppid=23389 vsize=844300 CPUtime=0
/proc/23391/task/23397/stat : 23397 (java) S 23389 23389 22173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991581697 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23398] ppid=23389 vsize=844300 CPUtime=0.13
/proc/23391/task/23398/stat : 23398 (java) S 23389 23389 22173 0 -1 64 497 0 0 0 13 0 0 0 16 0 9 0 1991581697 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23399] ppid=23389 vsize=844300 CPUtime=0
/proc/23391/task/23399/stat : 23399 (java) S 23389 23389 22173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991581697 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23400] ppid=23389 vsize=844300 CPUtime=0
/proc/23391/task/23400/stat : 23400 (java) S 23389 23389 22173 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1991581698 864563200 4980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849656

[startup+3.10252 s]
/proc/loadavg: 2.09 1.67 1.96 4/100 23400
/proc/meminfo: memFree=1804984/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=849448 CPUtime=3.04
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 13971 0 1 0 295 9 0 0 20 0 10 0 1991581693 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 212362 12981 2577 9 0 206923 0
[pid=23391/tid=23393] ppid=23389 vsize=849448 CPUtime=1.97
/proc/23391/task/23393/stat : 23393 (java) R 23389 23389 22173 0 -1 64 3793 0 1 0 195 2 0 0 25 0 10 0 1991581694 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23394] ppid=23389 vsize=849448 CPUtime=0.62
/proc/23391/task/23394/stat : 23394 (java) S 23389 23389 22173 0 -1 64 7755 0 0 0 58 4 0 0 16 0 10 0 1991581695 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23395] ppid=23389 vsize=849448 CPUtime=0
/proc/23391/task/23395/stat : 23395 (java) S 23389 23389 22173 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991581696 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23396] ppid=23389 vsize=849448 CPUtime=0
/proc/23391/task/23396/stat : 23396 (java) S 23389 23389 22173 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991581696 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23397] ppid=23389 vsize=849448 CPUtime=0
/proc/23391/task/23397/stat : 23397 (java) S 23389 23389 22173 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1991581697 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23398] ppid=23389 vsize=849448 CPUtime=0.42
/proc/23391/task/23398/stat : 23398 (java) R 23389 23389 22173 0 -1 64 1688 0 0 0 41 1 0 0 16 0 10 0 1991581697 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 102015692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23399] ppid=23389 vsize=849448 CPUtime=0
/proc/23391/task/23399/stat : 23399 (java) S 23389 23389 22173 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1991581697 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23400] ppid=23389 vsize=849448 CPUtime=0
/proc/23391/task/23400/stat : 23400 (java) S 23389 23389 22173 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1991581698 869834752 12981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 854804

[startup+6.30187 s]
/proc/loadavg: 2.09 1.67 1.96 3/100 23402
/proc/meminfo: memFree=1729584/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=850912 CPUtime=6.2
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 29080 0 1 0 602 18 0 0 20 0 9 0 1991581693 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 212728 27865 2580 9 0 207288 0
[pid=23391/tid=23393] ppid=23389 vsize=850912 CPUtime=4.28
/proc/23391/task/23393/stat : 23393 (java) R 23389 23389 22173 0 -1 64 4659 0 1 0 425 3 0 0 25 0 9 0 1991581694 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4127320132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23394] ppid=23389 vsize=850912 CPUtime=1.32
/proc/23391/task/23394/stat : 23394 (java) S 23389 23389 22173 0 -1 64 21390 0 0 0 121 11 0 0 17 0 9 0 1991581695 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23395] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23395/stat : 23395 (java) S 23389 23389 22173 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23396] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23396/stat : 23396 (java) S 23389 23389 22173 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23397] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23397/stat : 23397 (java) S 23389 23389 22173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991581697 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23398] ppid=23389 vsize=850912 CPUtime=0.55
/proc/23391/task/23398/stat : 23398 (java) S 23389 23389 22173 0 -1 64 2293 0 0 0 54 1 0 0 16 0 9 0 1991581697 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23399] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23399/stat : 23399 (java) S 23389 23389 22173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991581697 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23400] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23400/stat : 23400 (java) S 23389 23389 22173 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1991581698 871333888 27865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 856268

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

[startup+7.10196 s]
/proc/loadavg: 2.08 1.67 1.96 3/100 23402
/proc/meminfo: memFree=1729584/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=850912 CPUtime=6.98
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 29085 0 1 0 680 18 0 0 20 0 9 0 1991581693 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 212728 27870 2580 9 0 207288 0
[pid=23391/tid=23393] ppid=23389 vsize=850912 CPUtime=5.06
/proc/23391/task/23393/stat : 23393 (java) R 23389 23389 22173 0 -1 64 4659 0 1 0 503 3 0 0 25 0 9 0 1991581694 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4127368247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23394] ppid=23389 vsize=850912 CPUtime=1.32
/proc/23391/task/23394/stat : 23394 (java) S 23389 23389 22173 0 -1 64 21390 0 0 0 121 11 0 0 17 0 9 0 1991581695 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23395] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23395/stat : 23395 (java) S 23389 23389 22173 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23396] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23396/stat : 23396 (java) S 23389 23389 22173 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23397] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23397/stat : 23397 (java) S 23389 23389 22173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991581697 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23398] ppid=23389 vsize=850912 CPUtime=0.56
/proc/23391/task/23398/stat : 23398 (java) S 23389 23389 22173 0 -1 64 2298 0 0 0 55 1 0 0 15 0 9 0 1991581697 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23399] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23399/stat : 23399 (java) S 23389 23389 22173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991581697 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23400] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23400/stat : 23400 (java) S 23389 23389 22173 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1991581698 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 856268

[startup+7.90105 s]
/proc/loadavg: 2.08 1.67 1.96 4/100 23402
/proc/meminfo: memFree=1729584/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=850912 CPUtime=7.77
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 29085 0 1 0 759 18 0 0 20 0 9 0 1991581693 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 212728 27870 2580 9 0 207288 0
[pid=23391/tid=23393] ppid=23389 vsize=850912 CPUtime=5.85
/proc/23391/task/23393/stat : 23393 (java) R 23389 23389 22173 0 -1 64 4659 0 1 0 582 3 0 0 25 0 9 0 1991581694 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4127320249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23394] ppid=23389 vsize=850912 CPUtime=1.32
/proc/23391/task/23394/stat : 23394 (java) S 23389 23389 22173 0 -1 64 21390 0 0 0 121 11 0 0 16 0 9 0 1991581695 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23395] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23395/stat : 23395 (java) S 23389 23389 22173 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23396] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23396/stat : 23396 (java) S 23389 23389 22173 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23397] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23397/stat : 23397 (java) S 23389 23389 22173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991581697 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23398] ppid=23389 vsize=850912 CPUtime=0.56
/proc/23391/task/23398/stat : 23398 (java) S 23389 23389 22173 0 -1 64 2298 0 0 0 55 1 0 0 15 0 9 0 1991581697 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23399] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23399/stat : 23399 (java) S 23389 23389 22173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991581697 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23400] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23400/stat : 23400 (java) S 23389 23389 22173 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1991581698 871333888 27870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 856268

[startup+8.30109 s]
/proc/loadavg: 2.08 1.67 1.96 4/100 23402
/proc/meminfo: memFree=1729584/2055920 swapFree=4176352/4192956
[pid=23389] ppid=23387 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (concrete.sh) S 23387 23389 22173 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1991581693 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23389/statm: 1339 242 201 169 0 50 0
[pid=23391] ppid=23389 vsize=850912 CPUtime=8.16
/proc/23391/stat : 23391 (java) S 23389 23389 22173 0 -1 0 29092 0 1 0 798 18 0 0 20 0 9 0 1991581693 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23391/statm: 212728 27875 2580 9 0 207288 0
[pid=23391/tid=23393] ppid=23389 vsize=850912 CPUtime=6.24
/proc/23391/task/23393/stat : 23393 (java) S 23389 23389 22173 0 -1 64 4665 0 1 0 621 3 0 0 25 0 9 0 1991581694 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23394] ppid=23389 vsize=850912 CPUtime=1.32
/proc/23391/task/23394/stat : 23394 (java) S 23389 23389 22173 0 -1 64 21390 0 0 0 121 11 0 0 16 0 9 0 1991581695 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23395] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23395/stat : 23395 (java) S 23389 23389 22173 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23396] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23396/stat : 23396 (java) S 23389 23389 22173 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1991581696 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23397] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23397/stat : 23397 (java) S 23389 23389 22173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991581697 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23398] ppid=23389 vsize=850912 CPUtime=0.56
/proc/23391/task/23398/stat : 23398 (java) S 23389 23389 22173 0 -1 64 2299 0 0 0 55 1 0 0 16 0 9 0 1991581697 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23399] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23399/stat : 23399 (java) S 23389 23389 22173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991581697 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23391/tid=23400] ppid=23389 vsize=850912 CPUtime=0
/proc/23391/task/23400/stat : 23400 (java) S 23389 23389 22173 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1991581698 871333888 27875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 856268

Child status: 0
Real time (s): 8.32077
CPU time (s): 8.18975
CPU user time (s): 7.98779
CPU system time (s): 0.201969
CPU usage (%): 98.4254
Max. virtual memory (cumulated for all children) (KiB): 856592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.98778
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29547
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= 3618
involuntary context switches= 3699

runsolver used 0.014997 second user time and 0.049992 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 01:02:26
IDJOB=1060215
IDBENCH=54416
IDSOLVER=304
FILE ID=node91/1060215-1215126146
PBS_JOBID= 7877025
Free space on /tmp= 66556 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-7.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060215-1215126146/watcher-1060215-1215126146 -o /tmp/evaluation-result-1060215-1215126146/solver-1060215-1215126146 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1060215-1215126146.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1253a1981d64e41207fa8a523d812b23
RANDOM SEED=2132076818

node91.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.231
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.231
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:       1832360 kB
Buffers:          4920 kB
Cached:          72052 kB
SwapCached:       7416 kB
Active:         138604 kB
Inactive:        43340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832360 kB
SwapTotal:     4192956 kB
SwapFree:      4176352 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         120652 kB
Slab:            25892 kB
Committed_AS: 12431084 kB
PageTables:       2488 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 node91 at 2008-07-04 01:02:34