Trace number 1060152

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 18.0513 18.1776

DiagnosticValue
CHECKS204785000
NODES5024

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-1.xml
MD5SUM09005a04dc5c1739caa9ba602a098243
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.01284
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size957
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.36/4.48	c CPU-LOAD 2.7
4.36/4.48	c LOADED 225 V (957 E), 3150 DTPConstraint, arity 2, 2.7 cpu
17.99/18.12	v 159 407 217 287 890 536 622 4 755 453 579 817 314 91 721 755 219 38 559 473 262 359 833 656 172 299 139 896 508 5 651 133 218 3 888 817 91 484 916 291 740 0 367 803 443 207 47 357 557 384 328 707 870 139 628 770 433 89 603 462 514 793 469 539 157 623 602 260 890 8 106 736 428 824 762 472 380 170 613 11 783 868 4 122 435 260 672 919 297 851 900 679 918 166 814 765 361 0 743 573 261 587 84 282 435 491 38 4 584 365 862 153 454 629 331 463 763 708 742 251 564 683 903 159 439 16 589 824 130 287 794 2 254 732 467 241 297 687 12 510 379 122 762 805 145 1 224 587 461 869 939 336 218 867 141 777 721 77 846 458 376 549 83 626 6 20 938 589 115 846 656 377 88 570 429 292 165 748 506 213 648 599 45 107 484 385 314 2 534 176 776 815 895 381 738 858 71 775 61 252 121 225 896 719 665 463 343 545 805 379 41 721 366 8 215 588 129 677 534 458 210 303 913 176 92 
17.99/18.12	s SATISFIABLE
17.99/18.12	d NODES 5024
17.99/18.12	d CHECKS 204785214
17.99/18.12	c gac3-effective-revisions: 0
17.99/18.12	c gac3-useless-revisions: 6300
17.99/18.12	c local-minima: 736
17.99/18.12	c prepro-constraint-ccks: 0
17.99/18.12	c prepro-constraint-presenceccks: 0
17.99/18.12	c prepro-cpu: 0.07
17.99/18.12	c prepro-matrix2d-ccks: 0
17.99/18.12	c prepro-matrix2d-presenceccks: 0
17.99/18.12	c prepro-removed: 0
17.99/18.12	c total-assgn: 5024
17.99/18.12	c total-constraint-ccks: 204785214
17.99/18.12	c total-constraint-presence-ccks: 0
17.99/18.12	c total-cpu: 13.34
17.99/18.12	c total-matrix2d-ccks: 0
17.99/18.12	c total-matrix2d-presence-ccks: 0
17.99/18.12	c tuples: 0
17.99/18.12	c tuples-collisions: 0
17.99/18.12	c TOTAL-NODES 5024
17.99/18.12	c TOTAL-CPU 13.34

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-1060152-1215125969/watcher-1060152-1215125969 -o /tmp/evaluation-result-1060152-1215125969/solver-1060152-1215125969 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1060152-1215125969.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.21 2.06 4/88 21063
/proc/meminfo: memFree=1829232/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=1520 CPUtime=0
/proc/21065/stat : 21065 (java) R 21063 21063 20768 0 -1 0 89 0 0 0 0 0 0 0 18 0 1 0 668325855 1556480 73 996147200 134512640 134550740 4294956176 18446744073709551615 6349408 0 0 4096 0 0 0 0 17 0 0 0
/proc/21065/statm: 380 73 56 9 0 10 0

[startup+0.087549 s]
/proc/loadavg: 2.36 2.21 2.06 4/88 21063
/proc/meminfo: memFree=1829232/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=843024 CPUtime=0.07
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 3286 0 1 0 6 1 0 0 18 0 9 0 668325855 863256576 2751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 210756 2751 1620 9 0 205333 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 848380

[startup+0.102549 s]
/proc/loadavg: 2.36 2.21 2.06 4/88 21063
/proc/meminfo: memFree=1829232/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=843156 CPUtime=0.08
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 3453 0 1 0 7 1 0 0 18 0 9 0 668325855 863391744 2906 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 210789 2906 1681 9 0 205366 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848512

[startup+0.301575 s]
/proc/loadavg: 2.36 2.21 2.06 4/88 21063
/proc/meminfo: memFree=1829232/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=844240 CPUtime=0.28
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 4557 0 1 0 26 2 0 0 18 0 9 0 668325855 864501760 3945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 211060 3945 1890 9 0 205621 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 849596

[startup+0.701617 s]
/proc/loadavg: 2.36 2.21 2.06 4/88 21063
/proc/meminfo: memFree=1829232/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=844240 CPUtime=0.68
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 5066 0 1 0 65 3 0 0 18 0 9 0 668325855 864501760 4433 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 211060 4433 1899 9 0 205621 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 849596

[startup+1.5027 s]
/proc/loadavg: 2.36 2.21 2.06 3/98 21074
/proc/meminfo: memFree=1817568/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=844240 CPUtime=1.48
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 5711 0 1 0 144 4 0 0 18 0 9 0 668325855 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 211060 4981 1900 9 0 205621 0
[pid=21065/tid=21067] ppid=21063 vsize=844240 CPUtime=1.24
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 3460 0 1 0 122 2 0 0 25 0 9 0 668325856 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4125842496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=844240 CPUtime=0.08
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 1024 0 0 0 7 1 0 0 16 0 9 0 668325857 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=844240 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 668325857 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=844240 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 668325857 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=844240 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 668325859 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=844240 CPUtime=0.13
/proc/21065/task/21072/stat : 21072 (java) S 21063 21063 20768 0 -1 64 494 0 0 0 13 0 0 0 16 0 9 0 668325859 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=844240 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 668325859 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=844240 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 668325859 864501760 4981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 849596

[startup+3.1029 s]
/proc/loadavg: 2.36 2.21 2.06 5/99 21075
/proc/meminfo: memFree=1801688/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=849948 CPUtime=3.08
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 14114 0 1 0 298 10 0 0 18 0 10 0 668325855 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 212487 13127 2577 9 0 207048 0
[pid=21065/tid=21067] ppid=21063 vsize=849948 CPUtime=2.03
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 3842 0 1 0 200 3 0 0 25 0 10 0 668325856 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=849948 CPUtime=0.56
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 7731 0 0 0 52 4 0 0 16 0 10 0 668325857 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=849948 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 668325857 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=849948 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 668325857 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=849948 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 668325859 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=849948 CPUtime=0.45
/proc/21065/task/21072/stat : 21072 (java) R 21063 21063 20768 0 -1 64 1804 0 0 0 44 1 0 0 16 0 10 0 668325859 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 102010593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=849948 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 668325859 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=849948 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 668325859 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21075] ppid=21063 vsize=849948 CPUtime=0
/proc/21065/task/21075/stat : 21075 (java) S 21063 21063 20768 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 668326064 870346752 13127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 855304

[startup+6.30124 s]
/proc/loadavg: 2.33 2.21 2.06 3/98 21076
/proc/meminfo: memFree=1726232/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=850932 CPUtime=6.25
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 29238 0 1 0 609 16 0 0 18 0 9 0 668325855 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 212733 28030 2580 9 0 207293 0
[pid=21065/tid=21067] ppid=21063 vsize=850932 CPUtime=4.39
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 4737 0 1 0 436 3 0 0 25 0 9 0 668325856 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4127358010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=850932 CPUtime=1.24
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 21472 0 0 0 114 10 0 0 17 0 9 0 668325857 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 668325857 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 668325857 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 668325859 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=850932 CPUtime=0.59
/proc/21065/task/21072/stat : 21072 (java) S 21063 21063 20768 0 -1 64 2290 0 0 0 58 1 0 0 16 0 9 0 668325859 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 668325859 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 668325859 871354368 28030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 856288

[startup+12.702 s]
/proc/loadavg: 2.31 2.21 2.06 3/98 21076
/proc/meminfo: memFree=1726104/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=850932 CPUtime=12.62
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 29248 0 1 0 1246 16 0 0 18 0 9 0 668325855 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 212733 28038 2580 9 0 207293 0
[pid=21065/tid=21067] ppid=21063 vsize=850932 CPUtime=10.75
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 4739 0 1 0 1072 3 0 0 25 0 9 0 668325856 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4127315665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=850932 CPUtime=1.24
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 21472 0 0 0 114 10 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=850932 CPUtime=0.6
/proc/21065/task/21072/stat : 21072 (java) S 21063 21063 20768 0 -1 64 2298 0 0 0 59 1 0 0 16 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 856288

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

[startup+15.9023 s]
/proc/loadavg: 2.28 2.20 2.06 3/98 21076
/proc/meminfo: memFree=1726104/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=850932 CPUtime=15.8
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 29248 0 1 0 1564 16 0 0 18 0 9 0 668325855 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 212733 28038 2580 9 0 207293 0
[pid=21065/tid=21067] ppid=21063 vsize=850932 CPUtime=13.93
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 4739 0 1 0 1390 3 0 0 25 0 9 0 668325856 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4127369409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=850932 CPUtime=1.24
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 21472 0 0 0 114 10 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=850932 CPUtime=0.6
/proc/21065/task/21072/stat : 21072 (java) S 21063 21063 20768 0 -1 64 2298 0 0 0 59 1 0 0 16 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 856288

[startup+17.5025 s]
/proc/loadavg: 2.28 2.20 2.06 3/98 21076
/proc/meminfo: memFree=1726104/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=850932 CPUtime=17.4
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 29248 0 1 0 1724 16 0 0 18 0 9 0 668325855 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 212733 28038 2580 9 0 207293 0
[pid=21065/tid=21067] ppid=21063 vsize=850932 CPUtime=15.52
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 4739 0 1 0 1549 3 0 0 25 0 9 0 668325856 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4127369597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=850932 CPUtime=1.24
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 21472 0 0 0 114 10 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=850932 CPUtime=0.6
/proc/21065/task/21072/stat : 21072 (java) S 21063 21063 20768 0 -1 64 2298 0 0 0 59 1 0 0 16 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.4
Current children cumulated vsize (KiB) 856288

[startup+17.9025 s]
/proc/loadavg: 2.28 2.20 2.06 3/98 21076
/proc/meminfo: memFree=1726104/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=850932 CPUtime=17.79
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 29248 0 1 0 1763 16 0 0 18 0 9 0 668325855 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 212733 28038 2580 9 0 207293 0
[pid=21065/tid=21067] ppid=21063 vsize=850932 CPUtime=15.92
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 4739 0 1 0 1589 3 0 0 25 0 9 0 668325856 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4127315735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=850932 CPUtime=1.24
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 21472 0 0 0 114 10 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=850932 CPUtime=0.6
/proc/21065/task/21072/stat : 21072 (java) S 21063 21063 20768 0 -1 64 2298 0 0 0 59 1 0 0 16 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.79
Current children cumulated vsize (KiB) 856288

[startup+18.1026 s]
/proc/loadavg: 2.28 2.20 2.06 3/98 21076
/proc/meminfo: memFree=1726104/2055920 swapFree=4178892/4192956
[pid=21063] ppid=21061 vsize=5356 CPUtime=0
/proc/21063/stat : 21063 (concrete.sh) S 21061 21063 20768 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 668325854 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21063/statm: 1339 242 201 169 0 50 0
[pid=21065] ppid=21063 vsize=850932 CPUtime=17.99
/proc/21065/stat : 21065 (java) S 21063 21063 20768 0 -1 0 29248 0 1 0 1783 16 0 0 18 0 9 0 668325855 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21065/statm: 212733 28038 2580 9 0 207293 0
[pid=21065/tid=21067] ppid=21063 vsize=850932 CPUtime=16.12
/proc/21065/task/21067/stat : 21067 (java) R 21063 21063 20768 0 -1 64 4739 0 1 0 1609 3 0 0 25 0 9 0 668325856 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4127369575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21068] ppid=21063 vsize=850932 CPUtime=1.24
/proc/21065/task/21068/stat : 21068 (java) S 21063 21063 20768 0 -1 64 21472 0 0 0 114 10 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21069] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21069/stat : 21069 (java) S 21063 21063 20768 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21070] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21070/stat : 21070 (java) S 21063 21063 20768 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 668325857 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21071] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21071/stat : 21071 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21072] ppid=21063 vsize=850932 CPUtime=0.6
/proc/21065/task/21072/stat : 21072 (java) S 21063 21063 20768 0 -1 64 2298 0 0 0 59 1 0 0 16 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21073] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21073/stat : 21073 (java) S 21063 21063 20768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21065/tid=21074] ppid=21063 vsize=850932 CPUtime=0
/proc/21065/task/21074/stat : 21074 (java) S 21063 21063 20768 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 668325859 871354368 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 856288

Child status: 0
Real time (s): 18.1776
CPU time (s): 18.0513
CPU user time (s): 17.8583
CPU system time (s): 0.19297
CPU usage (%): 99.3048
Max. virtual memory (cumulated for all children) (KiB): 856612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8583
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29709
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= 3695
involuntary context switches= 4125

runsolver used 0.035994 second user time and 0.056991 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-04 00:59:29
IDJOB=1060152
IDBENCH=54410
IDSOLVER=304
FILE ID=node86/1060152-1215125969
PBS_JOBID= 7877260
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 09005a04dc5c1739caa9ba602a098243
RANDOM SEED=551997787

node86.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.220
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.220
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:       1829712 kB
Buffers:         17072 kB
Cached:         113448 kB
SwapCached:       5956 kB
Active:         111588 kB
Inactive:        71368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829712 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            1184 kB
Writeback:           0 kB
Mapped:          64668 kB
Slab:            27676 kB
Committed_AS:  1850148 kB
PageTables:       2488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node86 at 2008-07-04 00:59:47