Trace number 1060194

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.09277 8.22447

DiagnosticValue
CHECKS52126300
NODES1040

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-9.xml
MD5SUMf3a501a01b9bc5992030d707bcd8787f
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.502923
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size982
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.21/4.36	c CPU-LOAD 2.53
4.21/4.36	c LOADED 225 V (982 E), 3150 DTPConstraint, arity 2, 2.53 cpu
8.00/8.15	v 156 225 617 485 108 966 14 756 884 665 300 839 391 540 44 625 918 397 737 334 147 565 33 466 694 113 271 2 214 817 31 199 321 117 484 502 9 573 226 550 636 858 410 520 685 556 315 529 692 2 491 7 124 764 399 296 823 918 669 333 192 686 952 251 344 491 975 838 513 630 4 858 557 307 107 297 322 43 0 227 646 957 562 735 886 465 787 199 428 972 672 310 16 42 188 859 748 374 146 893 544 282 621 261 469 817 103 143 723 396 617 629 328 522 24 948 893 904 230 572 4 604 589 800 500 769 368 750 124 956 99 454 905 232 652 149 321 618 793 45 413 591 703 518 187 1 235 449 919 63 395 686 469 168 725 298 373 901 695 34 576 609 815 195 96 668 604 967 156 102 440 792 5 243 334 547 399 594 64 110 440 108 257 422 924 10 686 322 124 886 375 605 719 957 727 958 235 98 159 728 500 644 518 817 910 477 20 382 1 319 77 279 976 899 400 236 834 725 604 495 638 10 322 161 794 
8.00/8.15	s SATISFIABLE
8.00/8.15	d NODES 1040
8.00/8.15	d CHECKS 52126334
8.00/8.15	c gac3-effective-revisions: 0
8.00/8.15	c gac3-useless-revisions: 6300
8.00/8.15	c local-minima: 180
8.00/8.15	c prepro-constraint-ccks: 0
8.00/8.15	c prepro-constraint-presenceccks: 0
8.00/8.15	c prepro-cpu: 0.07
8.00/8.15	c prepro-matrix2d-ccks: 0
8.00/8.15	c prepro-matrix2d-presenceccks: 0
8.00/8.15	c prepro-removed: 0
8.00/8.15	c total-assgn: 1040
8.00/8.15	c total-constraint-ccks: 52126334
8.00/8.15	c total-constraint-presence-ccks: 0
8.00/8.15	c total-cpu: 3.57
8.00/8.15	c total-matrix2d-ccks: 0
8.00/8.15	c total-matrix2d-presence-ccks: 0
8.00/8.15	c tuples: 0
8.00/8.15	c tuples-collisions: 0
8.00/8.15	c TOTAL-NODES 1040
8.00/8.15	c TOTAL-CPU 3.57

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-1060194-1215126084/watcher-1060194-1215126084 -o /tmp/evaluation-result-1060194-1215126084/solver-1060194-1215126084 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1060194-1215126084.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: 3.42 3.13 2.21 4/81 2665
/proc/meminfo: memFree=1867416/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 635545589 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 226913648722 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/2665/statm: 1339 230 191 169 0 50 0
[pid=2666] ppid=2665 vsize=5356 CPUtime=0
/proc/2666/stat : 2666 (concrete.sh) R 2665 2665 1428 0 -1 4194368 24 0 0 0 0 0 0 0 21 0 1 0 635545590 5484544 234 996147200 4194304 4889804 548682068784 18446744073709551615 226913647205 0 2147483391 4096 65538 0 0 0 17 1 0 0
/proc/2666/statm: 1339 234 195 169 0 50 0

[startup+0.103039 s]
/proc/loadavg: 3.42 3.13 2.21 4/81 2665
/proc/meminfo: memFree=1867416/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201055 s]
/proc/loadavg: 3.42 3.13 2.21 4/81 2665
/proc/meminfo: memFree=1867416/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301072 s]
/proc/loadavg: 3.42 3.13 2.21 4/81 2665
/proc/meminfo: memFree=1867416/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701148 s]
/proc/loadavg: 3.42 3.13 2.21 4/81 2665
/proc/meminfo: memFree=1867416/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5023 s]
/proc/loadavg: 3.42 3.13 2.21 3/91 2676
/proc/meminfo: memFree=1854152/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
[pid=2668] ppid=2665 vsize=845028 CPUtime=1.41
/proc/2668/stat : 2668 (java) S 2665 2665 1428 0 -1 0 5730 0 3 0 137 4 0 0 18 0 9 0 635545592 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2668/statm: 211257 4999 1900 9 0 205818 0
[pid=2668/tid=2669] ppid=2665 vsize=845028 CPUtime=1.17
/proc/2668/task/2669/stat : 2669 (java) R 2665 2665 1428 0 -1 64 3450 0 3 0 115 2 0 0 25 0 9 0 635545593 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4125841600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2670] ppid=2665 vsize=845028 CPUtime=0.07
/proc/2668/task/2670/stat : 2670 (java) S 2665 2665 1428 0 -1 64 1036 0 0 0 7 0 0 0 16 0 9 0 635545594 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2671] ppid=2665 vsize=845028 CPUtime=0
/proc/2668/task/2671/stat : 2671 (java) S 2665 2665 1428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635545595 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2672] ppid=2665 vsize=845028 CPUtime=0
/proc/2668/task/2672/stat : 2672 (java) S 2665 2665 1428 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 635545595 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2673] ppid=2665 vsize=845028 CPUtime=0
/proc/2668/task/2673/stat : 2673 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635545597 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2674] ppid=2665 vsize=845028 CPUtime=0.13
/proc/2668/task/2674/stat : 2674 (java) S 2665 2665 1428 0 -1 64 513 0 0 0 13 0 0 0 16 0 9 0 635545597 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2675] ppid=2665 vsize=845028 CPUtime=0
/proc/2668/task/2675/stat : 2675 (java) S 2665 2665 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635545597 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2676] ppid=2665 vsize=845028 CPUtime=0
/proc/2668/task/2676/stat : 2676 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635545597 865308672 4999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 850384

[startup+3.10161 s]
/proc/loadavg: 3.31 3.11 2.21 5/92 2677
/proc/meminfo: memFree=1832704/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
[pid=2668] ppid=2665 vsize=851672 CPUtime=3
/proc/2668/stat : 2668 (java) S 2665 2665 1428 0 -1 0 14677 0 3 0 292 8 0 0 18 0 10 0 635545592 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2668/statm: 212918 13607 2577 9 0 207479 0
[pid=2668/tid=2669] ppid=2665 vsize=851672 CPUtime=1.94
/proc/2668/task/2669/stat : 2669 (java) R 2665 2665 1428 0 -1 64 3830 0 3 0 191 3 0 0 25 0 10 0 635545593 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4126467771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2670] ppid=2665 vsize=851672 CPUtime=0.57
/proc/2668/task/2670/stat : 2670 (java) S 2665 2665 1428 0 -1 64 7885 0 0 0 54 3 0 0 16 0 10 0 635545594 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2671] ppid=2665 vsize=851672 CPUtime=0
/proc/2668/task/2671/stat : 2671 (java) S 2665 2665 1428 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 635545595 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2672] ppid=2665 vsize=851672 CPUtime=0
/proc/2668/task/2672/stat : 2672 (java) S 2665 2665 1428 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 635545595 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2673] ppid=2665 vsize=851672 CPUtime=0
/proc/2668/task/2673/stat : 2673 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 635545597 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2674] ppid=2665 vsize=851672 CPUtime=0.47
/proc/2668/task/2674/stat : 2674 (java) S 2665 2665 1428 0 -1 64 2226 0 0 0 46 1 0 0 16 0 10 0 635545597 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2675] ppid=2665 vsize=851672 CPUtime=0
/proc/2668/task/2675/stat : 2675 (java) S 2665 2665 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 635545597 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2676] ppid=2665 vsize=851672 CPUtime=0
/proc/2668/task/2676/stat : 2676 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 635545597 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2677] ppid=2665 vsize=851672 CPUtime=0
/proc/2668/task/2677/stat : 2677 (java) S 2665 2665 1428 0 -1 64 5 0 0 0 0 0 0 0 18 0 10 0 635545797 872112128 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 857028

[startup+6.30222 s]
/proc/loadavg: 3.31 3.11 2.21 3/91 2678
/proc/meminfo: memFree=1763520/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
[pid=2668] ppid=2665 vsize=851676 CPUtime=6.2
/proc/2668/stat : 2668 (java) S 2665 2665 1428 0 -1 0 29156 0 3 0 605 15 0 0 18 0 9 0 635545592 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2668/statm: 212919 27996 2580 9 0 207479 0
[pid=2668/tid=2669] ppid=2665 vsize=851676 CPUtime=4.36
/proc/2668/task/2669/stat : 2669 (java) R 2665 2665 1428 0 -1 64 4763 0 3 0 432 4 0 0 25 0 9 0 635545593 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4127355353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2670] ppid=2665 vsize=851676 CPUtime=1.24
/proc/2668/task/2670/stat : 2670 (java) S 2665 2665 1428 0 -1 64 21344 0 0 0 116 8 0 0 17 0 9 0 635545594 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2671] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2671/stat : 2671 (java) S 2665 2665 1428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2672] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2672/stat : 2672 (java) S 2665 2665 1428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2673] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2673/stat : 2673 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635545597 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2674] ppid=2665 vsize=851676 CPUtime=0.58
/proc/2668/task/2674/stat : 2674 (java) S 2665 2665 1428 0 -1 64 2311 0 0 0 56 2 0 0 16 0 9 0 635545597 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2675] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2675/stat : 2675 (java) S 2665 2665 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635545597 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2676] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2676/stat : 2676 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635545597 872116224 27996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 857032

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

[startup+6.40225 s]
/proc/loadavg: 3.31 3.11 2.21 3/91 2678
/proc/meminfo: memFree=1763520/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
[pid=2668] ppid=2665 vsize=851676 CPUtime=6.3
/proc/2668/stat : 2668 (java) S 2665 2665 1428 0 -1 0 29159 0 3 0 615 15 0 0 18 0 9 0 635545592 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2668/statm: 212919 27999 2580 9 0 207479 0
[pid=2668/tid=2669] ppid=2665 vsize=851676 CPUtime=4.45
/proc/2668/task/2669/stat : 2669 (java) R 2665 2665 1428 0 -1 64 4763 0 3 0 441 4 0 0 25 0 9 0 635545593 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4127367011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2670] ppid=2665 vsize=851676 CPUtime=1.24
/proc/2668/task/2670/stat : 2670 (java) S 2665 2665 1428 0 -1 64 21344 0 0 0 116 8 0 0 17 0 9 0 635545594 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2671] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2671/stat : 2671 (java) S 2665 2665 1428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2672] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2672/stat : 2672 (java) S 2665 2665 1428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2673] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2673/stat : 2673 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635545597 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2674] ppid=2665 vsize=851676 CPUtime=0.59
/proc/2668/task/2674/stat : 2674 (java) S 2665 2665 1428 0 -1 64 2314 0 0 0 57 2 0 0 15 0 9 0 635545597 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2675] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2675/stat : 2675 (java) S 2665 2665 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635545597 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2676] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2676/stat : 2676 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635545597 872116224 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 857032

[startup+7.2024 s]
/proc/loadavg: 3.20 3.09 2.21 3/91 2678
/proc/meminfo: memFree=1763520/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
[pid=2668] ppid=2665 vsize=851676 CPUtime=7.1
/proc/2668/stat : 2668 (java) S 2665 2665 1428 0 -1 0 29161 0 3 0 695 15 0 0 18 0 9 0 635545592 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2668/statm: 212919 28001 2580 9 0 207479 0
[pid=2668/tid=2669] ppid=2665 vsize=851676 CPUtime=5.25
/proc/2668/task/2669/stat : 2669 (java) R 2665 2665 1428 0 -1 64 4763 0 3 0 521 4 0 0 25 0 9 0 635545593 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4127367083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2670] ppid=2665 vsize=851676 CPUtime=1.24
/proc/2668/task/2670/stat : 2670 (java) S 2665 2665 1428 0 -1 64 21344 0 0 0 116 8 0 0 17 0 9 0 635545594 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2671] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2671/stat : 2671 (java) S 2665 2665 1428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2672] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2672/stat : 2672 (java) S 2665 2665 1428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2673] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2673/stat : 2673 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2674] ppid=2665 vsize=851676 CPUtime=0.59
/proc/2668/task/2674/stat : 2674 (java) S 2665 2665 1428 0 -1 64 2316 0 0 0 57 2 0 0 15 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2675] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2675/stat : 2675 (java) S 2665 2665 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2676] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2676/stat : 2676 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 857032

[startup+8.00155 s]
/proc/loadavg: 3.20 3.09 2.21 3/91 2678
/proc/meminfo: memFree=1763520/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
[pid=2668] ppid=2665 vsize=851676 CPUtime=7.9
/proc/2668/stat : 2668 (java) S 2665 2665 1428 0 -1 0 29161 0 3 0 775 15 0 0 18 0 9 0 635545592 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2668/statm: 212919 28001 2580 9 0 207479 0
[pid=2668/tid=2669] ppid=2665 vsize=851676 CPUtime=6.04
/proc/2668/task/2669/stat : 2669 (java) R 2665 2665 1428 0 -1 64 4763 0 3 0 600 4 0 0 25 0 9 0 635545593 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4127319171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2670] ppid=2665 vsize=851676 CPUtime=1.24
/proc/2668/task/2670/stat : 2670 (java) S 2665 2665 1428 0 -1 64 21344 0 0 0 116 8 0 0 16 0 9 0 635545594 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2671] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2671/stat : 2671 (java) S 2665 2665 1428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2672] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2672/stat : 2672 (java) S 2665 2665 1428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2673] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2673/stat : 2673 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2674] ppid=2665 vsize=851676 CPUtime=0.59
/proc/2668/task/2674/stat : 2674 (java) S 2665 2665 1428 0 -1 64 2316 0 0 0 57 2 0 0 15 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2675] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2675/stat : 2675 (java) S 2665 2665 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2676] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2676/stat : 2676 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635545597 872116224 28001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 857032

[startup+8.20159 s]
/proc/loadavg: 3.20 3.09 2.21 3/91 2678
/proc/meminfo: memFree=1763520/2055920 swapFree=4180232/4192956
[pid=2665] ppid=2663 vsize=5356 CPUtime=0
/proc/2665/stat : 2665 (concrete.sh) S 2663 2665 1428 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 635545589 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2665/statm: 1339 242 201 169 0 50 0
[pid=2668] ppid=2665 vsize=851676 CPUtime=8.05
/proc/2668/stat : 2668 (java) S 2665 2665 1428 0 -1 0 29167 0 3 0 790 15 0 0 18 0 9 0 635545592 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2668/statm: 212919 28005 2580 9 0 207479 0
[pid=2668/tid=2669] ppid=2665 vsize=851676 CPUtime=6.2
/proc/2668/task/2669/stat : 2669 (java) S 2665 2665 1428 0 -1 64 4769 0 3 0 616 4 0 0 25 0 9 0 635545593 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2670] ppid=2665 vsize=851676 CPUtime=1.24
/proc/2668/task/2670/stat : 2670 (java) S 2665 2665 1428 0 -1 64 21344 0 0 0 116 8 0 0 16 0 9 0 635545594 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2671] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2671/stat : 2671 (java) S 2665 2665 1428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2672] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2672/stat : 2672 (java) S 2665 2665 1428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 635545595 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2673] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2673/stat : 2673 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635545597 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2674] ppid=2665 vsize=851676 CPUtime=0.59
/proc/2668/task/2674/stat : 2674 (java) S 2665 2665 1428 0 -1 64 2316 0 0 0 57 2 0 0 16 0 9 0 635545597 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2668/tid=2675] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2675/stat : 2675 (java) S 2665 2665 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635545597 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2668/tid=2676] ppid=2665 vsize=851676 CPUtime=0
/proc/2668/task/2676/stat : 2676 (java) S 2665 2665 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635545597 872116224 28005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 857032

Child status: 0
Real time (s): 8.22447
CPU time (s): 8.09277
CPU user time (s): 7.9098
CPU system time (s): 0.182972
CPU usage (%): 98.3986
Max. virtual memory (cumulated for all children) (KiB): 857192

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

runsolver used 0.018997 second user time and 0.026995 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-04 01:01:25
IDJOB=1060194
IDBENCH=54412
IDSOLVER=304
FILE ID=node5/1060194-1215126084
PBS_JOBID= 7877194
Free space on /tmp= 66536 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-9.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-1060194-1215126084/watcher-1060194-1215126084 -o /tmp/evaluation-result-1060194-1215126084/solver-1060194-1215126084 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1060194-1215126084.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3a501a01b9bc5992030d707bcd8787f
RANDOM SEED=1321497840

node5.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.279
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.279
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:       1867896 kB
Buffers:          8632 kB
Cached:          40872 kB
SwapCached:       5644 kB
Active:         110192 kB
Inactive:        21608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867896 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:          97056 kB
Slab:            41376 kB
Committed_AS:  1626612 kB
PageTables:       1996 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= 66536 MiB
End job on node5 at 2008-07-04 01:01:33