Trace number 1060173

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 7.71083 7.83862

DiagnosticValue
CHECKS34632800
NODES349

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-8.xml
MD5SUM5397915d5f29b2750a915fa9c415307c
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.825874
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size999
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.73/4.85	c CPU-LOAD 2.81
4.73/4.85	c LOADED 225 V (999 E), 3150 DTPConstraint, arity 2, 2.81 cpu
7.61/7.77	v 711 267 718 988 440 96 854 969 54 800 243 767 63 499 160 327 696 896 911 87 44 836 459 619 264 161 366 185 751 552 167 759 150 873 63 603 493 474 343 375 813 295 723 966 5 881 535 273 440 905 604 640 736 826 0 190 349 980 757 89 863 304 4 479 625 140 317 267 551 964 701 55 875 493 104 968 694 530 11 377 268 410 754 96 66 321 153 688 836 623 965 277 14 567 316 804 225 468 899 451 656 102 402 258 163 368 886 428 6 942 778 492 733 163 195 643 582 583 103 285 529 326 200 113 304 493 639 786 737 244 13 884 369 988 74 383 473 260 548 168 12 723 357 600 912 738 823 989 20 83 1 408 714 342 489 902 93 798 188 36 810 593 325 660 270 93 18 774 72 891 613 411 485 720 591 637 751 164 229 846 597 912 786 441 58 166 809 688 101 547 7 682 398 303 260 138 200 718 402 1 313 628 817 17 900 503 109 455 877 550 292 875 10 445 658 943 531 612 690 361 314 100 778 254 468 
7.61/7.78	s SATISFIABLE
7.61/7.78	d NODES 349
7.61/7.78	d CHECKS 34632818
7.61/7.78	c gac3-effective-revisions: 0
7.61/7.78	c gac3-useless-revisions: 6300
7.61/7.78	c local-minima: 55
7.61/7.78	c prepro-constraint-ccks: 0
7.61/7.78	c prepro-constraint-presenceccks: 0
7.61/7.78	c prepro-cpu: 0.07
7.61/7.78	c prepro-matrix2d-ccks: 0
7.61/7.78	c prepro-matrix2d-presenceccks: 0
7.61/7.78	c prepro-removed: 0
7.61/7.78	c total-assgn: 349
7.61/7.78	c total-constraint-ccks: 34632818
7.61/7.78	c total-constraint-presence-ccks: 0
7.61/7.78	c total-cpu: 2.68
7.61/7.78	c total-matrix2d-ccks: 0
7.61/7.78	c total-matrix2d-presence-ccks: 0
7.61/7.78	c tuples: 0
7.61/7.78	c tuples-collisions: 0
7.61/7.78	c TOTAL-NODES 349
7.61/7.78	c TOTAL-CPU 2.68

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-1060173-1215126042/watcher-1060173-1215126042 -o /tmp/evaluation-result-1060173-1215126042/solver-1060173-1215126042 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1060173-1215126042.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: 1.98 1.77 1.41 4/81 25386
/proc/meminfo: memFree=1588368/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) R 25384 25386 23396 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 997008790 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/25386/statm: 1339 230 191 169 0 50 0
[pid=25387] ppid=25386 vsize=5356 CPUtime=0
/proc/25387/stat : 25387 (concrete.sh) R 25386 25386 23396 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 997008790 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/25387/statm: 1339 230 191 169 0 50 0

[startup+0.0517751 s]
/proc/loadavg: 1.98 1.77 1.41 4/81 25386
/proc/meminfo: memFree=1588368/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102127 s]
/proc/loadavg: 1.98 1.77 1.41 4/81 25386
/proc/meminfo: memFree=1588368/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301152 s]
/proc/loadavg: 1.98 1.77 1.41 4/81 25386
/proc/meminfo: memFree=1588368/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701188 s]
/proc/loadavg: 1.98 1.77 1.41 4/81 25386
/proc/meminfo: memFree=1588368/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50227 s]
/proc/loadavg: 1.98 1.77 1.41 3/91 25397
/proc/meminfo: memFree=1576832/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
[pid=25389] ppid=25386 vsize=844280 CPUtime=1.46
/proc/25389/stat : 25389 (java) S 25386 25386 23396 0 -1 0 5658 0 1 0 142 4 0 0 22 0 9 0 997008791 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25389/statm: 211070 4939 1900 9 0 205631 0
[pid=25389/tid=25390] ppid=25386 vsize=844280 CPUtime=1.21
/proc/25389/task/25390/stat : 25390 (java) R 25386 25386 23396 0 -1 64 3448 0 1 0 119 2 0 0 25 0 9 0 997008792 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4125784965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25391] ppid=25386 vsize=844280 CPUtime=0.08
/proc/25389/task/25391/stat : 25391 (java) S 25386 25386 23396 0 -1 64 985 0 0 0 8 0 0 0 16 0 9 0 997008793 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25392] ppid=25386 vsize=844280 CPUtime=0
/proc/25389/task/25392/stat : 25392 (java) S 25386 25386 23396 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 997008793 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25393] ppid=25386 vsize=844280 CPUtime=0
/proc/25389/task/25393/stat : 25393 (java) S 25386 25386 23396 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 997008793 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25394] ppid=25386 vsize=844280 CPUtime=0
/proc/25389/task/25394/stat : 25394 (java) S 25386 25386 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997008795 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25395] ppid=25386 vsize=844280 CPUtime=0.14
/proc/25389/task/25395/stat : 25395 (java) S 25386 25386 23396 0 -1 64 492 0 0 0 14 0 0 0 16 0 9 0 997008795 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25396] ppid=25386 vsize=844280 CPUtime=0
/proc/25389/task/25396/stat : 25396 (java) S 25386 25386 23396 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 997008795 864542720 4939 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25397] ppid=25386 vsize=844280 CPUtime=0
/proc/25389/task/25397/stat : 25397 (java) S 25386 25386 23396 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 997008795 864542720 4939 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) 849636

[startup+3.10244 s]
/proc/loadavg: 1.98 1.77 1.41 4/91 25397
/proc/meminfo: memFree=1565376/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
[pid=25389] ppid=25386 vsize=846884 CPUtime=3.05
/proc/25389/stat : 25389 (java) S 25386 25386 23396 0 -1 0 13359 0 1 0 293 12 0 0 22 0 10 0 997008791 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25389/statm: 211721 12380 2577 9 0 206282 0
[pid=25389/tid=25390] ppid=25386 vsize=846884 CPUtime=1.99
/proc/25389/task/25390/stat : 25390 (java) R 25386 25386 23396 0 -1 64 3849 0 1 0 197 2 0 0 25 0 10 0 997008792 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4126412632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25391] ppid=25386 vsize=846884 CPUtime=0.62
/proc/25389/task/25391/stat : 25391 (java) S 25386 25386 23396 0 -1 64 7713 0 0 0 55 7 0 0 16 0 10 0 997008793 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25392] ppid=25386 vsize=846884 CPUtime=0
/proc/25389/task/25392/stat : 25392 (java) S 25386 25386 23396 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 997008793 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25393] ppid=25386 vsize=846884 CPUtime=0
/proc/25389/task/25393/stat : 25393 (java) S 25386 25386 23396 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 997008793 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25394] ppid=25386 vsize=846884 CPUtime=0
/proc/25389/task/25394/stat : 25394 (java) S 25386 25386 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 997008795 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25395] ppid=25386 vsize=846884 CPUtime=0.4
/proc/25389/task/25395/stat : 25395 (java) S 25386 25386 23396 0 -1 64 1060 0 0 0 39 1 0 0 16 0 10 0 997008795 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25396] ppid=25386 vsize=846884 CPUtime=0
/proc/25389/task/25396/stat : 25396 (java) S 25386 25386 23396 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 997008795 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25397] ppid=25386 vsize=846884 CPUtime=0
/proc/25389/task/25397/stat : 25397 (java) S 25386 25386 23396 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 997008795 867209216 12380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852240

[startup+6.30276 s]
/proc/loadavg: 2.06 1.79 1.42 3/91 25399
/proc/meminfo: memFree=1481592/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
[pid=25389] ppid=25386 vsize=850924 CPUtime=6.22
/proc/25389/stat : 25389 (java) S 25386 25386 23396 0 -1 0 35230 0 1 0 599 23 0 0 22 0 9 0 997008791 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25389/statm: 212731 28994 2580 9 0 207291 0
[pid=25389/tid=25390] ppid=25386 vsize=850924 CPUtime=4.13
/proc/25389/task/25390/stat : 25390 (java) R 25386 25386 23396 0 -1 64 4826 0 1 0 409 4 0 0 25 0 9 0 997008792 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4127334593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25391] ppid=25386 vsize=850924 CPUtime=1.44
/proc/25389/task/25391/stat : 25391 (java) S 25386 25386 23396 0 -1 64 27375 0 0 0 128 16 0 0 17 0 9 0 997008793 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25392] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25392/stat : 25392 (java) S 25386 25386 23396 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 997008793 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25393] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25393/stat : 25393 (java) S 25386 25386 23396 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 997008793 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25394] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25394/stat : 25394 (java) S 25386 25386 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997008795 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25395] ppid=25386 vsize=850924 CPUtime=0.62
/proc/25389/task/25395/stat : 25395 (java) S 25386 25386 23396 0 -1 64 2290 0 0 0 60 2 0 0 15 0 9 0 997008795 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25396] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25396/stat : 25396 (java) S 25386 25386 23396 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 997008795 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25397] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25397/stat : 25397 (java) S 25386 25386 23396 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 997008795 871346176 28994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 856280

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

[startup+7.10185 s]
/proc/loadavg: 2.06 1.79 1.42 4/91 25399
/proc/meminfo: memFree=1481656/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
[pid=25389] ppid=25386 vsize=850924 CPUtime=7.01
/proc/25389/stat : 25389 (java) S 25386 25386 23396 0 -1 0 35238 0 1 0 678 23 0 0 22 0 9 0 997008791 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25389/statm: 212731 29002 2580 9 0 207291 0
[pid=25389/tid=25390] ppid=25386 vsize=850924 CPUtime=4.91
/proc/25389/task/25390/stat : 25390 (java) R 25386 25386 23396 0 -1 64 4828 0 1 0 487 4 0 0 25 0 9 0 997008792 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4127366401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25391] ppid=25386 vsize=850924 CPUtime=1.44
/proc/25389/task/25391/stat : 25391 (java) S 25386 25386 23396 0 -1 64 27375 0 0 0 128 16 0 0 17 0 9 0 997008793 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25392] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25392/stat : 25392 (java) S 25386 25386 23396 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 997008793 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25393] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25393/stat : 25393 (java) S 25386 25386 23396 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 997008793 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25394] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25394/stat : 25394 (java) S 25386 25386 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997008795 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25395] ppid=25386 vsize=850924 CPUtime=0.63
/proc/25389/task/25395/stat : 25395 (java) S 25386 25386 23396 0 -1 64 2296 0 0 0 61 2 0 0 15 0 9 0 997008795 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25396] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25396/stat : 25396 (java) S 25386 25386 23396 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 997008795 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25397] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25397/stat : 25397 (java) S 25386 25386 23396 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 997008795 871346176 29002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 856280

[startup+7.50189 s]
/proc/loadavg: 2.06 1.79 1.42 4/91 25399
/proc/meminfo: memFree=1481656/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
[pid=25389] ppid=25386 vsize=850924 CPUtime=7.41
/proc/25389/stat : 25389 (java) S 25386 25386 23396 0 -1 0 35242 0 1 0 718 23 0 0 22 0 9 0 997008791 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25389/statm: 212731 29005 2580 9 0 207291 0
[pid=25389/tid=25390] ppid=25386 vsize=850924 CPUtime=5.3
/proc/25389/task/25390/stat : 25390 (java) R 25386 25386 23396 0 -1 64 4829 0 1 0 526 4 0 0 25 0 9 0 997008792 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4127312465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25391] ppid=25386 vsize=850924 CPUtime=1.44
/proc/25389/task/25391/stat : 25391 (java) S 25386 25386 23396 0 -1 64 27375 0 0 0 128 16 0 0 17 0 9 0 997008793 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25392] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25392/stat : 25392 (java) S 25386 25386 23396 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 997008793 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25393] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25393/stat : 25393 (java) S 25386 25386 23396 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 997008793 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25394] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25394/stat : 25394 (java) S 25386 25386 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25395] ppid=25386 vsize=850924 CPUtime=0.64
/proc/25389/task/25395/stat : 25395 (java) S 25386 25386 23396 0 -1 64 2299 0 0 0 62 2 0 0 15 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25396] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25396/stat : 25396 (java) S 25386 25386 23396 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25397] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25397/stat : 25397 (java) S 25386 25386 23396 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 856280

[startup+7.70691 s]
/proc/loadavg: 2.05 1.80 1.42 3/91 25399
/proc/meminfo: memFree=1481656/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
[pid=25389] ppid=25386 vsize=850924 CPUtime=7.61
/proc/25389/stat : 25389 (java) S 25386 25386 23396 0 -1 0 35242 0 1 0 738 23 0 0 22 0 9 0 997008791 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25389/statm: 212731 29005 2580 9 0 207291 0
[pid=25389/tid=25390] ppid=25386 vsize=850924 CPUtime=5.5
/proc/25389/task/25390/stat : 25390 (java) R 25386 25386 23396 0 -1 64 4829 0 1 0 546 4 0 0 25 0 9 0 997008792 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4127366798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25391] ppid=25386 vsize=850924 CPUtime=1.44
/proc/25389/task/25391/stat : 25391 (java) S 25386 25386 23396 0 -1 64 27375 0 0 0 128 16 0 0 17 0 9 0 997008793 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25392] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25392/stat : 25392 (java) S 25386 25386 23396 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 997008793 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25393] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25393/stat : 25393 (java) S 25386 25386 23396 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 997008793 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25394] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25394/stat : 25394 (java) S 25386 25386 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25395] ppid=25386 vsize=850924 CPUtime=0.64
/proc/25389/task/25395/stat : 25395 (java) S 25386 25386 23396 0 -1 64 2299 0 0 0 62 2 0 0 15 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25396] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25396/stat : 25396 (java) S 25386 25386 23396 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25397] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25397/stat : 25397 (java) S 25386 25386 23396 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 997008795 871346176 29005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 856280

[startup+7.80192 s]
/proc/loadavg: 2.05 1.80 1.42 3/91 25399
/proc/meminfo: memFree=1481656/2055920 swapFree=4180884/4192956
[pid=25386] ppid=25384 vsize=5356 CPUtime=0
/proc/25386/stat : 25386 (concrete.sh) S 25384 25386 23396 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 997008790 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25386/statm: 1339 242 201 169 0 50 0
[pid=25389] ppid=25386 vsize=850924 CPUtime=7.68
/proc/25389/stat : 25389 (java) S 25386 25386 23396 0 -1 0 35247 0 1 0 745 23 0 0 22 0 9 0 997008791 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25389/statm: 212731 29009 2580 9 0 207291 0
[pid=25389/tid=25390] ppid=25386 vsize=850924 CPUtime=5.58
/proc/25389/task/25390/stat : 25390 (java) S 25386 25386 23396 0 -1 64 4834 0 1 0 554 4 0 0 25 0 9 0 997008792 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25391] ppid=25386 vsize=850924 CPUtime=1.44
/proc/25389/task/25391/stat : 25391 (java) S 25386 25386 23396 0 -1 64 27375 0 0 0 128 16 0 0 17 0 9 0 997008793 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25392] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25392/stat : 25392 (java) S 25386 25386 23396 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 997008793 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25393] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25393/stat : 25393 (java) S 25386 25386 23396 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 997008793 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25394] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25394/stat : 25394 (java) S 25386 25386 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997008795 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25395] ppid=25386 vsize=850924 CPUtime=0.64
/proc/25389/task/25395/stat : 25395 (java) S 25386 25386 23396 0 -1 64 2299 0 0 0 62 2 0 0 15 0 9 0 997008795 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25396] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25396/stat : 25396 (java) S 25386 25386 23396 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 997008795 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25389/tid=25397] ppid=25386 vsize=850924 CPUtime=0
/proc/25389/task/25397/stat : 25397 (java) S 25386 25386 23396 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 997008795 871346176 29009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 856280

Child status: 0
Real time (s): 7.83862
CPU time (s): 7.71083
CPU user time (s): 7.45787
CPU system time (s): 0.252961
CPU usage (%): 98.3697
Max. virtual memory (cumulated for all children) (KiB): 866528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.45787
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35702
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= 3589
involuntary context switches= 3795

runsolver used 0.015997 second user time and 0.038994 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 01:00:42
IDJOB=1060173
IDBENCH=54411
IDSOLVER=304
FILE ID=node2/1060173-1215126042
PBS_JOBID= 7877199
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5397915d5f29b2750a915fa9c415307c
RANDOM SEED=604847130

node2.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.236
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.236
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:       1588848 kB
Buffers:         71576 kB
Cached:         278428 kB
SwapCached:       5908 kB
Active:         237592 kB
Inactive:       161556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588848 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          62916 kB
Slab:            52728 kB
Committed_AS:  2248844 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node2 at 2008-07-04 01:00:50