Trace number 2065721

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 2009-07-14SAT 4.80027 4.85096

DiagnosticValue
CHECKS0
NODES501

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-3.xml
MD5SUM4464c4dbbc6767281e99ecdc6a7793b6
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 benchmark3.3125
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size946
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

3.85/3.93	c CPU-LOAD 2.2
3.85/3.93	c LOADED 225 V (946 E), 3150 DTConstraint, arity 2, 2.2 cpu
4.75/4.82	v 71 557 370 155 701 0 622 875 409 250 753 340 230 215 737 0 830 292 687 215 547 506 378 450 495 73 168 46 589 773 613 895 463 87 773 410 185 531 370 281 386 863 678 0 732 419 334 250 210 842 99 580 461 507 737 0 273 47 671 773 586 242 719 755 286 0 678 193 482 825 786 273 99 365 637 409 292 687 506 473 0 96 382 168 277 439 830 774 586 261 0 757 663 495 537 830 289 640 439 377 706 171 75 193 154 525 36 716 637 291 87 205 278 450 11 508 155 679 0 589 245 797 601 88 263 338 506 0 185 508 578 884 626 427 757 876 547 797 174 289 84 465 831 794 0 378 753 701 626 263 230 73 761 919 650 427 0 578 622 329 790 154 706 524 830 0 531 381 87 116 457 305 577 861 663 67 755 72 281 193 321 784 178 365 47 0 340 528 618 260 278 671 465 144 863 339 645 687 473 286 861 381 88 774 710 178 196 917 0 567 831 794 577 329 255 174 915 0 601 506 277 757 87 410 679 
4.75/4.82	s SATISFIABLE
4.75/4.82	d NODES 501
4.75/4.82	d CHECKS 0
4.75/4.82	c heuristic-cpu: 0.0
4.75/4.82	c prepro-constraint-ccks: 0
4.75/4.82	c prepro-constraint-presenceccks: 0
4.75/4.82	c prepro-cpu: 0.010000002
4.75/4.82	c prepro-matrix2d-ccks: 0
4.75/4.82	c prepro-matrix2d-presenceccks: 0
4.75/4.82	c prepro-removed: 0
4.75/4.82	c search-cpu: 0.7
4.75/4.82	c search-nps: 715.7143
4.75/4.82	c total-assgn: 501
4.75/4.82	c total-constraint-ccks: 0
4.75/4.82	c total-constraint-presence-ccks: 0
4.75/4.82	c total-cpu: 0.75
4.75/4.82	c total-matrix2d-ccks: 0
4.75/4.82	c total-matrix2d-presence-ccks: 0
4.75/4.82	c TOTAL-NODES 501
4.75/4.82	c TOTAL-CPU 0.75

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065721-1247703805/watcher-2065721-1247703805 -o /tmp/evaluation-result-2065721-1247703805/solver-2065721-1247703805 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2065721-1247703805.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.80 2.59 2.26 4/72 8865
/proc/meminfo: memFree=835744/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) R 8863 8865 7397 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 57443379 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/8865/statm: 1339 230 191 169 0 50 0
[pid=8866] ppid=8865 vsize=5356 CPUtime=0
/proc/8866/stat : 8866 (concrete.sh) R 8865 8865 7397 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57443380 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/8866/statm: 1339 230 191 169 0 50 0

[startup+0.0391411 s]
/proc/loadavg: 2.80 2.59 2.26 4/72 8865
/proc/meminfo: memFree=835744/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102186 s]
/proc/loadavg: 2.80 2.59 2.26 4/72 8865
/proc/meminfo: memFree=835744/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30221 s]
/proc/loadavg: 2.80 2.59 2.26 4/72 8865
/proc/meminfo: memFree=835744/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702256 s]
/proc/loadavg: 2.80 2.59 2.26 4/72 8865
/proc/meminfo: memFree=835744/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50235 s]
/proc/loadavg: 2.73 2.58 2.26 3/82 8878
/proc/meminfo: memFree=817744/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
[pid=8870] ppid=8865 vsize=847696 CPUtime=1.47
/proc/8870/stat : 8870 (java) S 8865 8865 7397 0 -1 0 8278 0 1 0 140 7 0 0 18 0 9 0 57443380 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8870/statm: 211924 7117 2624 9 0 206402 0
[pid=8870/tid=8871] ppid=8865 vsize=847696 CPUtime=0.99
/proc/8870/task/8871/stat : 8871 (java) R 8865 8865 7397 0 -1 64 3916 0 1 0 96 3 0 0 22 0 9 0 57443382 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4126382577 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8872] ppid=8865 vsize=847696 CPUtime=0.11
/proc/8870/task/8872/stat : 8872 (java) S 8865 8865 7397 0 -1 64 2135 0 0 0 11 0 0 0 16 0 9 0 57443383 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8873] ppid=8865 vsize=847696 CPUtime=0
/proc/8870/task/8873/stat : 8873 (java) S 8865 8865 7397 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57443383 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8874] ppid=8865 vsize=847696 CPUtime=0
/proc/8870/task/8874/stat : 8874 (java) S 8865 8865 7397 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57443383 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8875] ppid=8865 vsize=847696 CPUtime=0
/proc/8870/task/8875/stat : 8875 (java) S 8865 8865 7397 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57443385 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8876] ppid=8865 vsize=847696 CPUtime=0.33
/proc/8870/task/8876/stat : 8876 (java) S 8865 8865 7397 0 -1 64 1531 0 0 0 32 1 0 0 15 0 9 0 57443389 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8877] ppid=8865 vsize=847696 CPUtime=0
/proc/8870/task/8877/stat : 8877 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57443389 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8878] ppid=8865 vsize=847696 CPUtime=0
/proc/8870/task/8878/stat : 8878 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57443389 868040704 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 853052

[startup+3.10154 s]
/proc/loadavg: 2.73 2.58 2.26 3/83 8879
/proc/meminfo: memFree=794504/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
[pid=8870] ppid=8865 vsize=851064 CPUtime=3.06
/proc/8870/stat : 8870 (java) S 8865 8865 7397 0 -1 0 13823 0 1 0 296 10 0 0 18 0 10 0 57443380 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8870/statm: 212766 12530 2627 9 0 207244 0
[pid=8870/tid=8871] ppid=8865 vsize=851064 CPUtime=1.75
/proc/8870/task/8871/stat : 8871 (java) R 8865 8865 7397 0 -1 64 4203 0 1 0 171 4 0 0 25 0 10 0 57443382 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4125943039 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8872] ppid=8865 vsize=851064 CPUtime=0.59
/proc/8870/task/8872/stat : 8872 (java) S 8865 8865 7397 0 -1 64 6449 0 0 0 56 3 0 0 16 0 10 0 57443383 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8873] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8873/stat : 8873 (java) S 8865 8865 7397 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57443383 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8874] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8874/stat : 8874 (java) S 8865 8865 7397 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57443383 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8875] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8875/stat : 8875 (java) S 8865 8865 7397 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57443385 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8876] ppid=8865 vsize=851064 CPUtime=0.69
/proc/8870/task/8876/stat : 8876 (java) S 8865 8865 7397 0 -1 64 2471 0 0 0 67 2 0 0 16 0 10 0 57443389 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8877] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8877/stat : 8877 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57443389 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8878] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8878/stat : 8878 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57443389 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8879] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8879/stat : 8879 (java) S 8865 8865 7397 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 57443543 871489536 12530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 856420

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

[startup+3.90164 s]
/proc/loadavg: 2.73 2.58 2.26 3/83 8879
/proc/meminfo: memFree=784264/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
[pid=8870] ppid=8865 vsize=851064 CPUtime=3.85
/proc/8870/stat : 8870 (java) S 8865 8865 7397 0 -1 0 14794 0 1 0 374 11 0 0 18 0 9 0 57443380 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8870/statm: 212766 13458 2628 9 0 207244 0
[pid=8870/tid=8871] ppid=8865 vsize=851064 CPUtime=2.4
/proc/8870/task/8871/stat : 8871 (java) R 8865 8865 7397 0 -1 64 4272 0 1 0 236 4 0 0 25 0 9 0 57443382 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4125618071 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8872] ppid=8865 vsize=851064 CPUtime=0.68
/proc/8870/task/8872/stat : 8872 (java) S 8865 8865 7397 0 -1 64 7314 0 0 0 64 4 0 0 16 0 9 0 57443383 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8873] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8873/stat : 8873 (java) S 8865 8865 7397 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57443383 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8874] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8874/stat : 8874 (java) S 8865 8865 7397 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57443383 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8875] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8875/stat : 8875 (java) S 8865 8865 7397 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57443385 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8876] ppid=8865 vsize=851064 CPUtime=0.74
/proc/8870/task/8876/stat : 8876 (java) S 8865 8865 7397 0 -1 64 2507 0 0 0 72 2 0 0 16 0 9 0 57443389 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8877] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8877/stat : 8877 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57443389 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8878] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8878/stat : 8878 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57443389 871489536 13458 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 856420

[startup+4.30268 s]
/proc/loadavg: 2.73 2.58 2.26 3/82 8880
/proc/meminfo: memFree=778376/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
[pid=8870] ppid=8865 vsize=851064 CPUtime=4.25
/proc/8870/stat : 8870 (java) S 8865 8865 7397 0 -1 0 15051 0 1 0 414 11 0 0 18 0 9 0 57443380 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8870/statm: 212766 13708 2627 9 0 207244 0
[pid=8870/tid=8871] ppid=8865 vsize=851064 CPUtime=2.66
/proc/8870/task/8871/stat : 8871 (java) R 8865 8865 7397 0 -1 64 4298 0 1 0 262 4 0 0 25 0 9 0 57443382 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4127769688 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8872] ppid=8865 vsize=851064 CPUtime=0.8
/proc/8870/task/8872/stat : 8872 (java) S 8865 8865 7397 0 -1 64 7532 0 0 0 76 4 0 0 16 0 9 0 57443383 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8873] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8873/stat : 8873 (java) S 8865 8865 7397 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57443383 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8874] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8874/stat : 8874 (java) S 8865 8865 7397 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57443383 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8875] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8875/stat : 8875 (java) S 8865 8865 7397 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57443385 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8876] ppid=8865 vsize=851064 CPUtime=0.77
/proc/8870/task/8876/stat : 8876 (java) S 8865 8865 7397 0 -1 64 2520 0 0 0 75 2 0 0 15 0 9 0 57443389 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8877] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8877/stat : 8877 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57443389 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8878] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8878/stat : 8878 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57443389 871489536 13708 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 856420

[startup+4.70173 s]
/proc/loadavg: 2.73 2.58 2.26 3/82 8880
/proc/meminfo: memFree=778376/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
[pid=8870] ppid=8865 vsize=851064 CPUtime=4.65
/proc/8870/stat : 8870 (java) S 8865 8865 7397 0 -1 0 15059 0 1 0 453 12 0 0 18 0 9 0 57443380 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8870/statm: 212766 13714 2627 9 0 207244 0
[pid=8870/tid=8871] ppid=8865 vsize=851064 CPUtime=3.04
/proc/8870/task/8871/stat : 8871 (java) R 8865 8865 7397 0 -1 64 4300 0 1 0 300 4 0 0 25 0 9 0 57443382 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4127785238 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8872] ppid=8865 vsize=851064 CPUtime=0.8
/proc/8870/task/8872/stat : 8872 (java) S 8865 8865 7397 0 -1 64 7532 0 0 0 76 4 0 0 16 0 9 0 57443383 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8873] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8873/stat : 8873 (java) S 8865 8865 7397 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57443383 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8874] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8874/stat : 8874 (java) S 8865 8865 7397 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57443383 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8875] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8875/stat : 8875 (java) S 8865 8865 7397 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57443385 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8876] ppid=8865 vsize=851064 CPUtime=0.78
/proc/8870/task/8876/stat : 8876 (java) S 8865 8865 7397 0 -1 64 2526 0 0 0 76 2 0 0 15 0 9 0 57443389 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8877] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8877/stat : 8877 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57443389 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8878] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8878/stat : 8878 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57443389 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 856420

[startup+4.80175 s]
/proc/loadavg: 2.73 2.58 2.26 3/82 8880
/proc/meminfo: memFree=778376/2055920 swapFree=4192812/4192956
[pid=8865] ppid=8863 vsize=5356 CPUtime=0
/proc/8865/stat : 8865 (concrete.sh) S 8863 8865 7397 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57443379 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8865/statm: 1339 244 201 169 0 50 0
[pid=8870] ppid=8865 vsize=851064 CPUtime=4.75
/proc/8870/stat : 8870 (java) S 8865 8865 7397 0 -1 0 15061 0 1 0 463 12 0 0 18 0 9 0 57443380 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8870/statm: 212766 13714 2627 9 0 207244 0
[pid=8870/tid=8871] ppid=8865 vsize=851064 CPUtime=3.13
/proc/8870/task/8871/stat : 8871 (java) R 8865 8865 7397 0 -1 64 4302 0 1 0 309 4 0 0 25 0 9 0 57443382 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4127781127 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8872] ppid=8865 vsize=851064 CPUtime=0.81
/proc/8870/task/8872/stat : 8872 (java) S 8865 8865 7397 0 -1 64 7532 0 0 0 77 4 0 0 16 0 9 0 57443383 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8873] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8873/stat : 8873 (java) S 8865 8865 7397 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57443383 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8874] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8874/stat : 8874 (java) S 8865 8865 7397 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57443383 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8875] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8875/stat : 8875 (java) S 8865 8865 7397 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57443385 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8876] ppid=8865 vsize=851064 CPUtime=0.78
/proc/8870/task/8876/stat : 8876 (java) S 8865 8865 7397 0 -1 64 2526 0 0 0 76 2 0 0 15 0 9 0 57443389 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8877] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8877/stat : 8877 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57443389 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8870/tid=8878] ppid=8865 vsize=851064 CPUtime=0
/proc/8870/task/8878/stat : 8878 (java) S 8865 8865 7397 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57443389 871489536 13714 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 856420

Child status: 0
Real time (s): 4.85096
CPU time (s): 4.80027
CPU user time (s): 4.66429
CPU system time (s): 0.135979
CPU usage (%): 98.955
Max. virtual memory (cumulated for all children) (KiB): 856420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.66429
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15714
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= 3776
involuntary context switches= 3709

runsolver used 0.004999 second user time and 0.028995 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-16 02:23:25
IDJOB=2065721
IDBENCH=54405
IDSOLVER=735
FILE ID=node66/2065721-1247703805
PBS_JOBID= 9521182
Free space on /tmp= 66252 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-100-3.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065721-1247703805/watcher-2065721-1247703805 -o /tmp/evaluation-result-2065721-1247703805/solver-2065721-1247703805 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2065721-1247703805.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4464c4dbbc6767281e99ecdc6a7793b6
RANDOM SEED=268390303

node66.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.214
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.214
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:        836224 kB
Buffers:         76044 kB
Cached:         515828 kB
SwapCached:          0 kB
Active:         741884 kB
Inactive:       393588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        836224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:         555200 kB
Slab:            68696 kB
Committed_AS:  1005548 kB
PageTables:       2752 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= 66248 MiB
End job on node66 at 2009-07-16 02:23:30