Trace number 2065765

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.63829 4.68604

DiagnosticValue
CHECKS0
NODES667

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-7.xml
MD5SUMab54a3befb7bc28d039702d9f31a2fb5
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 benchmark1.9497
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size916
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.55/3.68	c CPU-LOAD 2.04
3.55/3.68	c LOADED 225 V (916 E), 3150 DTConstraint, arity 2, 2.04 cpu
4.54/4.67	v 123 745 358 34 101 0 92 611 428 299 578 496 190 243 676 224 804 625 341 543 752 404 92 475 593 191 811 860 338 0 855 427 513 0 177 339 742 251 666 800 63 884 590 892 122 0 521 423 240 167 338 829 670 224 865 624 582 88 275 719 423 796 338 187 262 88 0 513 235 75 652 596 722 804 249 623 263 722 338 483 691 551 64 574 187 421 134 0 809 314 787 572 406 194 275 805 660 0 733 766 442 82 65 521 472 99 752 215 210 0 358 161 264 660 489 590 155 176 123 836 860 235 314 58 539 691 0 809 134 217 423 590 657 506 721 463 682 442 550 185 338 839 489 666 0 240 625 762 98 809 0 839 194 606 463 658 314 578 703 264 483 406 771 502 99 857 167 489 690 262 574 339 829 420 82 745 320 427 666 0 670 606 122 539 511 420 0 177 483 809 860 889 293 61 762 413 190 341 428 230 58 0 780 550 666 374 857 256 264 98 243 596 634 0 645 475 766 521 781 145 82 320 419 721 251 
4.54/4.67	s SATISFIABLE
4.54/4.67	d NODES 667
4.54/4.67	d CHECKS 0
4.54/4.67	c heuristic-cpu: 0.010000002
4.54/4.67	c prepro-constraint-ccks: 0
4.54/4.67	c prepro-constraint-presenceccks: 0
4.54/4.67	c prepro-cpu: 0.01
4.54/4.67	c prepro-matrix2d-ccks: 0
4.54/4.67	c prepro-matrix2d-presenceccks: 0
4.54/4.67	c prepro-removed: 0
4.54/4.67	c search-cpu: 0.78999996
4.54/4.67	c search-nps: 844.30383
4.54/4.67	c total-assgn: 667
4.54/4.67	c total-constraint-ccks: 0
4.54/4.67	c total-constraint-presence-ccks: 0
4.54/4.67	c total-cpu: 0.84
4.54/4.67	c total-matrix2d-ccks: 0
4.54/4.67	c total-matrix2d-presence-ccks: 0
4.54/4.67	c TOTAL-NODES 667
4.54/4.67	c TOTAL-CPU 0.84

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-2065765-1247703845/watcher-2065765-1247703845 -o /tmp/evaluation-result-2065765-1247703845/solver-2065765-1247703845 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2065765-1247703845.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.40 2.81 2.43 4/73 16175
/proc/meminfo: memFree=1331600/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=272 CPUtime=0
/proc/16179/stat : 16179 (java) D 16175 16175 12056 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 57449546 278528 37 996147200 134512640 134550932 4294955408 18446744073709551615 4043556 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16179/statm: 404 126 100 9 0 46 0
[pid=16179/tid=16180] ppid=16175 vsize=11468 CPUtime=0
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 61 0 0 0 0 0 0 0 20 0 2 0 57449547 11743232 519 996147200 134512640 134550932 4294955408 18446744073709551615 4043556 0 2147483391 0 16784584 0 0 0 -1 0 0 0

[startup+0.113428 s]
/proc/loadavg: 2.40 2.81 2.43 4/73 16175
/proc/meminfo: memFree=1331600/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=843976 CPUtime=0.09
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 3642 0 1 0 8 1 0 0 18 0 9 0 57449546 864231424 3113 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 210994 3113 1669 9 0 205486 0
[pid=16179/tid=16180] ppid=16175 vsize=843976 CPUtime=0.09
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 2803 0 1 0 8 1 0 0 24 0 9 0 57449547 864231424 3113 996147200 134512640 134550932 4294955408 18446744073709551615 103796139 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 849332

[startup+0.202437 s]
/proc/loadavg: 2.40 2.81 2.43 4/73 16175
/proc/meminfo: memFree=1331600/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=843976 CPUtime=0.18
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 3941 0 1 0 17 1 0 0 18 0 9 0 57449546 864231424 3385 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 210994 3385 1763 9 0 205486 0
[pid=16179/tid=16180] ppid=16175 vsize=843976 CPUtime=0.16
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 3012 0 1 0 15 1 0 0 25 0 9 0 57449547 864231424 3385 996147200 134512640 134550932 4294955408 18446744073709551615 4125195123 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 849332

[startup+0.302448 s]
/proc/loadavg: 2.40 2.81 2.43 4/73 16175
/proc/meminfo: memFree=1331600/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=847296 CPUtime=0.28
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 5022 0 1 0 26 2 0 0 18 0 9 0 57449546 867631104 4375 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 211824 4375 1784 9 0 206316 0
[pid=16179/tid=16180] ppid=16175 vsize=847296 CPUtime=0.19
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 3050 0 1 0 18 1 0 0 25 0 9 0 57449547 867631104 4375 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 852652

[startup+0.702498 s]
/proc/loadavg: 2.40 2.81 2.43 4/73 16175
/proc/meminfo: memFree=1331600/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=847444 CPUtime=0.69
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 5815 0 1 0 65 4 0 0 18 0 9 0 57449546 867782656 5107 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 211861 5107 1924 9 0 206346 0
[pid=16179/tid=16180] ppid=16175 vsize=847444 CPUtime=0.46
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 3532 0 1 0 44 2 0 0 25 0 9 0 57449547 867782656 5107 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 852800

[startup+1.5026 s]
/proc/loadavg: 2.40 2.81 2.43 3/83 16188
/proc/meminfo: memFree=1314304/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=847700 CPUtime=1.47
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 8068 0 1 0 142 5 0 0 18 0 9 0 57449546 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 211925 7127 2624 9 0 206403 0
[pid=16179/tid=16180] ppid=16175 vsize=847700 CPUtime=1.03
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 3889 0 1 0 101 2 0 0 25 0 9 0 57449547 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4125176633 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16182] ppid=16175 vsize=847700 CPUtime=0.11
/proc/16179/task/16182/stat : 16182 (java) S 16175 16175 12056 0 -1 64 2123 0 0 0 11 0 0 0 16 0 9 0 57449548 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16183] ppid=16175 vsize=847700 CPUtime=0
/proc/16179/task/16183/stat : 16183 (java) S 16175 16175 12056 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57449548 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16184] ppid=16175 vsize=847700 CPUtime=0
/proc/16179/task/16184/stat : 16184 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57449548 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16185] ppid=16175 vsize=847700 CPUtime=0
/proc/16179/task/16185/stat : 16185 (java) S 16175 16175 12056 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57449551 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16186] ppid=16175 vsize=847700 CPUtime=0.29
/proc/16179/task/16186/stat : 16186 (java) S 16175 16175 12056 0 -1 64 1359 0 0 0 29 0 0 0 16 0 9 0 57449554 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16187] ppid=16175 vsize=847700 CPUtime=0
/proc/16179/task/16187/stat : 16187 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57449554 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16188] ppid=16175 vsize=847700 CPUtime=0
/proc/16179/task/16188/stat : 16188 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57449554 868044800 7127 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 853056

[startup+3.1018 s]
/proc/loadavg: 2.40 2.81 2.43 3/84 16189
/proc/meminfo: memFree=1294840/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=851124 CPUtime=3.06
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 13708 0 1 0 297 9 0 0 18 0 10 0 57449546 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 212781 12623 2627 9 0 207259 0
[pid=16179/tid=16180] ppid=16175 vsize=851124 CPUtime=1.82
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 4173 0 1 0 179 3 0 0 25 0 10 0 57449547 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4127575300 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16182] ppid=16175 vsize=851124 CPUtime=0.57
/proc/16179/task/16182/stat : 16182 (java) S 16175 16175 12056 0 -1 64 6525 0 0 0 54 3 0 0 16 0 10 0 57449548 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16183] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16183/stat : 16183 (java) S 16175 16175 12056 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57449548 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16184] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16184/stat : 16184 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57449548 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16185] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16185/stat : 16185 (java) S 16175 16175 12056 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57449551 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16186] ppid=16175 vsize=851124 CPUtime=0.64
/proc/16179/task/16186/stat : 16186 (java) S 16175 16175 12056 0 -1 64 2309 0 0 0 63 1 0 0 16 0 10 0 57449554 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16187] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16187/stat : 16187 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57449554 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16188] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16188/stat : 16188 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57449554 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16189] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16189/stat : 16189 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 57449700 871550976 12623 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 856480

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

[startup+3.20282 s]
/proc/loadavg: 2.40 2.81 2.43 3/84 16189
/proc/meminfo: memFree=1294840/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=851124 CPUtime=3.16
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 13834 0 1 0 307 9 0 0 18 0 10 0 57449546 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 212781 12743 2627 9 0 207259 0
[pid=16179/tid=16180] ppid=16175 vsize=851124 CPUtime=1.91
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 4179 0 1 0 188 3 0 0 25 0 10 0 57449547 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4126624736 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16182] ppid=16175 vsize=851124 CPUtime=0.58
/proc/16179/task/16182/stat : 16182 (java) S 16175 16175 12056 0 -1 64 6645 0 0 0 55 3 0 0 16 0 10 0 57449548 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16183] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16183/stat : 16183 (java) S 16175 16175 12056 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57449548 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16184] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16184/stat : 16184 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57449548 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16185] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16185/stat : 16185 (java) S 16175 16175 12056 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57449551 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16186] ppid=16175 vsize=851124 CPUtime=0.64
/proc/16179/task/16186/stat : 16186 (java) S 16175 16175 12056 0 -1 64 2309 0 0 0 63 1 0 0 16 0 10 0 57449554 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16187] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16187/stat : 16187 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57449554 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16188] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16188/stat : 16188 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57449554 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16189] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16189/stat : 16189 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 57449700 871550976 12743 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 856480

[startup+4.00191 s]
/proc/loadavg: 2.40 2.81 2.43 3/84 16189
/proc/meminfo: memFree=1286648/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=851124 CPUtime=3.95
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 14608 0 1 0 384 11 0 0 18 0 9 0 57449546 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 212781 13483 2627 9 0 207259 0
[pid=16179/tid=16180] ppid=16175 vsize=851124 CPUtime=2.47
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 4260 0 1 0 243 4 0 0 25 0 9 0 57449547 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 102094007 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16182] ppid=16175 vsize=851124 CPUtime=0.74
/proc/16179/task/16182/stat : 16182 (java) S 16175 16175 12056 0 -1 64 7288 0 0 0 71 3 0 0 16 0 9 0 57449548 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16183] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16183/stat : 16183 (java) S 16175 16175 12056 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57449548 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16184] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16184/stat : 16184 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57449548 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16185] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16185/stat : 16185 (java) S 16175 16175 12056 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57449551 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16186] ppid=16175 vsize=851124 CPUtime=0.71
/proc/16179/task/16186/stat : 16186 (java) S 16175 16175 12056 0 -1 64 2358 0 0 0 69 2 0 0 15 0 9 0 57449554 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16187] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16187/stat : 16187 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57449554 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16188] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16188/stat : 16188 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57449554 871550976 13483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 856480

[startup+4.40196 s]
/proc/loadavg: 2.37 2.79 2.43 3/83 16190
/proc/meminfo: memFree=1282808/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=851124 CPUtime=4.35
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 14617 0 1 0 424 11 0 0 18 0 9 0 57449546 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 212781 13489 2627 9 0 207259 0
[pid=16179/tid=16180] ppid=16175 vsize=851124 CPUtime=2.85
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 4263 0 1 0 281 4 0 0 25 0 9 0 57449547 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4127781319 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16182] ppid=16175 vsize=851124 CPUtime=0.74
/proc/16179/task/16182/stat : 16182 (java) S 16175 16175 12056 0 -1 64 7288 0 0 0 71 3 0 0 16 0 9 0 57449548 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16183] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16183/stat : 16183 (java) S 16175 16175 12056 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57449548 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16184] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16184/stat : 16184 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57449548 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16185] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16185/stat : 16185 (java) S 16175 16175 12056 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57449551 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16186] ppid=16175 vsize=851124 CPUtime=0.72
/proc/16179/task/16186/stat : 16186 (java) S 16175 16175 12056 0 -1 64 2364 0 0 0 70 2 0 0 15 0 9 0 57449554 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16187] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16187/stat : 16187 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57449554 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16188] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16188/stat : 16188 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57449554 871550976 13489 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 856480

[startup+4.60199 s]
/proc/loadavg: 2.37 2.79 2.43 3/83 16190
/proc/meminfo: memFree=1282808/2055920 swapFree=4192812/4192956
[pid=16175] ppid=16173 vsize=5356 CPUtime=0
/proc/16175/stat : 16175 (concrete.sh) S 16173 16175 12056 0 -1 4194304 341 291 0 0 0 0 0 0 16 0 1 0 57449545 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16175/statm: 1339 244 201 169 0 50 0
[pid=16179] ppid=16175 vsize=851124 CPUtime=4.54
/proc/16179/stat : 16179 (java) S 16175 16175 12056 0 -1 0 14622 0 1 0 443 11 0 0 18 0 9 0 57449546 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16179/statm: 212781 13493 2627 9 0 207259 0
[pid=16179/tid=16180] ppid=16175 vsize=851124 CPUtime=3.04
/proc/16179/task/16180/stat : 16180 (java) R 16175 16175 12056 0 -1 64 4264 0 1 0 300 4 0 0 25 0 9 0 57449547 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4127760671 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16182] ppid=16175 vsize=851124 CPUtime=0.74
/proc/16179/task/16182/stat : 16182 (java) S 16175 16175 12056 0 -1 64 7288 0 0 0 71 3 0 0 16 0 9 0 57449548 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16183] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16183/stat : 16183 (java) S 16175 16175 12056 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57449548 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16184] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16184/stat : 16184 (java) S 16175 16175 12056 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57449548 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16185] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16185/stat : 16185 (java) S 16175 16175 12056 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57449551 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16186] ppid=16175 vsize=851124 CPUtime=0.72
/proc/16179/task/16186/stat : 16186 (java) S 16175 16175 12056 0 -1 64 2368 0 0 0 70 2 0 0 15 0 9 0 57449554 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16187] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16187/stat : 16187 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57449554 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16179/tid=16188] ppid=16175 vsize=851124 CPUtime=0
/proc/16179/task/16188/stat : 16188 (java) S 16175 16175 12056 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57449554 871550976 13493 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 856480

Child status: 0
Real time (s): 4.68604
CPU time (s): 4.63829
CPU user time (s): 4.51231
CPU system time (s): 0.12598
CPU usage (%): 98.9811
Max. virtual memory (cumulated for all children) (KiB): 856480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.51231
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15276
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= 3660
involuntary context switches= 3706

runsolver used 0.008998 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-16 02:24:05
IDJOB=2065765
IDBENCH=54414
IDSOLVER=735
FILE ID=node92/2065765-1247703845
PBS_JOBID= 9521135
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= ab54a3befb7bc28d039702d9f31a2fb5
RANDOM SEED=203451549

node92.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.216
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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1332080 kB
Buffers:         69552 kB
Cached:         453572 kB
SwapCached:          0 kB
Active:         166840 kB
Inactive:       484984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:         140188 kB
Slab:            57128 kB
Committed_AS:   591684 kB
PageTables:       2064 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= 66304 MiB
End job on node92 at 2009-07-16 02:24:10