Trace number 1083849

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 - Tabu Engine 2008-05-30UNSAT 5.85411 5.95526

DiagnosticValue
CHECKS6142
NODES0

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen7.xml
MD5SUM4f1026eda97064116de2bf3bc78ace12
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.265958
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2865
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2865
Global constraints used (with number of constraints)

Solver Data (download as text)

5.62/5.76	c CPU-LOAD 3.83
5.62/5.76	c LOADED 400 V (44 E), 2865 ExtensionConstraint2D, arity 2, 3.83 cpu
5.81/5.91	s UNSATISFIABLE
5.81/5.91	d NODES 0
5.81/5.91	d CHECKS 6142
5.81/5.91	c gac3-effective-revisions: 115
5.81/5.91	c gac3-useless-revisions: 284
5.81/5.91	c prepro-constraint-ccks: 0
5.81/5.91	c prepro-constraint-presenceccks: 0
5.81/5.91	c prepro-cpu: 0.0
5.81/5.91	c prepro-matrix2d-ccks: 6142
5.81/5.91	c prepro-matrix2d-presenceccks: 7072
5.81/5.91	c prepro-removed: 861
5.81/5.91	c total-assgn: 0
5.81/5.91	c total-constraint-ccks: 0
5.81/5.91	c total-constraint-presence-ccks: 0
5.81/5.91	c total-cpu: 0.01
5.81/5.91	c total-matrix2d-ccks: 6142
5.81/5.91	c total-matrix2d-presence-ccks: 7072
5.81/5.91	c tuples: 0
5.81/5.91	c tuples-collisions: 0
5.81/5.91	c TOTAL-NODES 0
5.81/5.91	c TOTAL-CPU 0.01

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1083849-1215229465/watcher-1083849-1215229465 -o /tmp/evaluation-result-1083849-1215229465/solver-1083849-1215229465 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1083849-1215229465.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.03 2.06 2.01 4/74 719
/proc/meminfo: memFree=1164480/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) R 717 719 29122 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 2001921053 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/719/statm: 1339 230 191 169 0 50 0
[pid=720] ppid=719 vsize=5356 CPUtime=0
/proc/720/stat : 720 (concrete.sh) R 719 719 29122 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 2001921053 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/720/statm: 1339 230 191 169 0 50 0

[startup+0.058416 s]
/proc/loadavg: 2.03 2.06 2.01 4/74 719
/proc/meminfo: memFree=1164480/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101423 s]
/proc/loadavg: 2.03 2.06 2.01 4/74 719
/proc/meminfo: memFree=1164480/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30144 s]
/proc/loadavg: 2.03 2.06 2.01 4/74 719
/proc/meminfo: memFree=1164480/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701488 s]
/proc/loadavg: 2.03 2.06 2.01 4/74 719
/proc/meminfo: memFree=1164480/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50157 s]
/proc/loadavg: 2.11 2.07 2.01 4/84 730
/proc/meminfo: memFree=1153584/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
[pid=722] ppid=719 vsize=844296 CPUtime=1.46
/proc/722/stat : 722 (java) S 719 719 29122 0 -1 0 5470 0 1 0 143 3 0 0 18 0 9 0 2001921054 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/722/statm: 211074 4770 1900 9 0 205635 0
[pid=722/tid=723] ppid=719 vsize=844296 CPUtime=1.21
/proc/722/task/723/stat : 723 (java) R 719 719 29122 0 -1 64 3426 0 1 0 119 2 0 0 25 0 9 0 2001921055 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4125833583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=724] ppid=719 vsize=844296 CPUtime=0.07
/proc/722/task/724/stat : 724 (java) S 719 719 29122 0 -1 64 814 0 0 0 7 0 0 0 16 0 9 0 2001921056 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=725] ppid=719 vsize=844296 CPUtime=0
/proc/722/task/725/stat : 725 (java) S 719 719 29122 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2001921056 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=726] ppid=719 vsize=844296 CPUtime=0
/proc/722/task/726/stat : 726 (java) S 719 719 29122 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001921056 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=727] ppid=719 vsize=844296 CPUtime=0
/proc/722/task/727/stat : 727 (java) S 719 719 29122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001921058 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=728] ppid=719 vsize=844296 CPUtime=0.15
/proc/722/task/728/stat : 728 (java) S 719 719 29122 0 -1 64 497 0 0 0 15 0 0 0 16 0 9 0 2001921058 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=729] ppid=719 vsize=844296 CPUtime=0
/proc/722/task/729/stat : 729 (java) S 719 719 29122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001921058 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=730] ppid=719 vsize=844296 CPUtime=0
/proc/722/task/730/stat : 730 (java) S 719 719 29122 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001921058 864559104 4770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849652

[startup+3.10273 s]
/proc/loadavg: 2.11 2.07 2.01 4/85 731
/proc/meminfo: memFree=1148968/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
[pid=722] ppid=719 vsize=850808 CPUtime=3.05
/proc/722/stat : 722 (java) S 719 719 29122 0 -1 0 9158 0 1 0 298 7 0 0 18 0 10 0 2001921054 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/722/statm: 212702 8063 2578 9 0 207263 0
[pid=722/tid=723] ppid=719 vsize=850808 CPUtime=2.26
/proc/722/task/723/stat : 723 (java) R 719 719 29122 0 -1 64 3586 0 1 0 224 2 0 0 25 0 10 0 2001921055 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4126637680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=724] ppid=719 vsize=850808 CPUtime=0.24
/proc/722/task/724/stat : 724 (java) S 719 719 29122 0 -1 64 2624 0 0 0 22 2 0 0 16 0 10 0 2001921056 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=725] ppid=719 vsize=850808 CPUtime=0
/proc/722/task/725/stat : 725 (java) S 719 719 29122 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001921056 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=726] ppid=719 vsize=850808 CPUtime=0
/proc/722/task/726/stat : 726 (java) S 719 719 29122 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2001921056 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=727] ppid=719 vsize=850808 CPUtime=0
/proc/722/task/727/stat : 727 (java) S 719 719 29122 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2001921058 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=728] ppid=719 vsize=850808 CPUtime=0.53
/proc/722/task/728/stat : 728 (java) S 719 719 29122 0 -1 64 2211 0 0 0 52 1 0 0 16 0 10 0 2001921058 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=729] ppid=719 vsize=850808 CPUtime=0
/proc/722/task/729/stat : 729 (java) S 719 719 29122 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2001921058 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=730] ppid=719 vsize=850808 CPUtime=0
/proc/722/task/730/stat : 730 (java) S 719 719 29122 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2001921058 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=731] ppid=719 vsize=850808 CPUtime=0
/proc/722/task/731/stat : 731 (java) S 719 719 29122 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 2001921233 871227392 8063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 856164

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

[startup+4.7029 s]
/proc/loadavg: 2.11 2.07 2.01 3/85 731
/proc/meminfo: memFree=1138856/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
[pid=722] ppid=719 vsize=851056 CPUtime=4.63
/proc/722/stat : 722 (java) S 719 719 29122 0 -1 0 10051 0 1 0 452 11 0 0 18 0 10 0 2001921054 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/722/statm: 212764 8874 2585 9 0 207324 0
[pid=722/tid=723] ppid=719 vsize=851056 CPUtime=3.34
/proc/722/task/723/stat : 723 (java) R 719 719 29122 0 -1 64 4046 0 1 0 329 5 0 0 25 0 10 0 2001921055 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4125235598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=724] ppid=719 vsize=851056 CPUtime=0.37
/proc/722/task/724/stat : 724 (java) S 719 719 29122 0 -1 64 2879 0 0 0 35 2 0 0 16 0 10 0 2001921056 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=725] ppid=719 vsize=851056 CPUtime=0
/proc/722/task/725/stat : 725 (java) S 719 719 29122 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001921056 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=726] ppid=719 vsize=851056 CPUtime=0
/proc/722/task/726/stat : 726 (java) S 719 719 29122 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2001921056 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=727] ppid=719 vsize=851056 CPUtime=0
/proc/722/task/727/stat : 727 (java) S 719 719 29122 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2001921058 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=728] ppid=719 vsize=851056 CPUtime=0.88
/proc/722/task/728/stat : 728 (java) S 719 719 29122 0 -1 64 2389 0 0 0 86 2 0 0 15 0 10 0 2001921058 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=729] ppid=719 vsize=851056 CPUtime=0
/proc/722/task/729/stat : 729 (java) S 719 719 29122 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2001921058 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=730] ppid=719 vsize=851056 CPUtime=0
/proc/722/task/730/stat : 730 (java) S 719 719 29122 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2001921058 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=731] ppid=719 vsize=851056 CPUtime=0
/proc/722/task/731/stat : 731 (java) S 719 719 29122 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 2001921233 871481344 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 856412

[startup+5.50899 s]
/proc/loadavg: 2.18 2.09 2.02 4/85 731
/proc/meminfo: memFree=1135336/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
[pid=722] ppid=719 vsize=851192 CPUtime=5.42
/proc/722/stat : 722 (java) S 719 719 29122 0 -1 0 11293 0 1 0 529 13 0 0 18 0 10 0 2001921054 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/722/statm: 212798 10099 2585 9 0 207358 0
[pid=722/tid=723] ppid=719 vsize=851192 CPUtime=3.83
/proc/722/task/723/stat : 723 (java) R 719 719 29122 0 -1 64 4222 0 1 0 377 6 0 0 25 0 10 0 2001921055 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=724] ppid=719 vsize=851192 CPUtime=0.52
/proc/722/task/724/stat : 724 (java) R 719 719 29122 0 -1 64 3839 0 0 0 50 2 0 0 15 0 10 0 2001921056 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 102514726 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=725] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/725/stat : 725 (java) S 719 719 29122 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001921056 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=726] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/726/stat : 726 (java) S 719 719 29122 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2001921056 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=727] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/727/stat : 727 (java) S 719 719 29122 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2001921058 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=728] ppid=719 vsize=851192 CPUtime=1.03
/proc/722/task/728/stat : 728 (java) S 719 719 29122 0 -1 64 2495 0 0 0 101 2 0 0 15 0 10 0 2001921058 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=729] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/729/stat : 729 (java) S 719 719 29122 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2001921058 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=730] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/730/stat : 730 (java) S 719 719 29122 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2001921058 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=731] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/731/stat : 731 (java) S 719 719 29122 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 2001921233 871620608 10099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 856548

[startup+5.90203 s]
/proc/loadavg: 2.18 2.09 2.02 4/85 731
/proc/meminfo: memFree=1135336/2055920 swapFree=4180448/4192956
[pid=719] ppid=717 vsize=5356 CPUtime=0
/proc/719/stat : 719 (concrete.sh) S 717 719 29122 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2001921053 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/719/statm: 1339 242 201 169 0 50 0
[pid=722] ppid=719 vsize=851192 CPUtime=5.81
/proc/722/stat : 722 (java) S 719 719 29122 0 -1 0 13160 0 1 0 567 14 0 0 18 0 10 0 2001921054 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/722/statm: 212798 11958 2586 9 0 207358 0
[pid=722/tid=723] ppid=719 vsize=851192 CPUtime=3.92
/proc/722/task/723/stat : 723 (java) R 719 719 29122 0 -1 64 4344 0 1 0 385 7 0 0 25 0 10 0 2001921055 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=724] ppid=719 vsize=851192 CPUtime=0.81
/proc/722/task/724/stat : 724 (java) S 719 719 29122 0 -1 64 5575 0 0 0 78 3 0 0 16 0 10 0 2001921056 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=725] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/725/stat : 725 (java) S 719 719 29122 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001921056 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=726] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/726/stat : 726 (java) S 719 719 29122 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2001921056 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=727] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/727/stat : 727 (java) S 719 719 29122 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2001921058 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=728] ppid=719 vsize=851192 CPUtime=1.04
/proc/722/task/728/stat : 728 (java) R 719 719 29122 0 -1 64 2503 0 0 0 102 2 0 0 16 0 10 0 2001921058 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 103799025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=729] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/729/stat : 729 (java) S 719 719 29122 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2001921058 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=722/tid=730] ppid=719 vsize=851192 CPUtime=0
/proc/722/task/730/stat : 730 (java) S 719 719 29122 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2001921058 871620608 11958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 856548

Child status: 0
Real time (s): 5.95526
CPU time (s): 5.85411
CPU user time (s): 5.69413
CPU system time (s): 0.159975
CPU usage (%): 98.3015
Max. virtual memory (cumulated for all children) (KiB): 856548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.69413
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13624
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= 5944
involuntary context switches= 5947

runsolver used 0.007998 second user time and 0.030995 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 05:44:25
IDJOB=1083849
IDBENCH=57511
IDSOLVER=303
FILE ID=node24/1083849-1215229465
PBS_JOBID= 7881757
Free space on /tmp= 66292 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen7.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083849-1215229465/watcher-1083849-1215229465 -o /tmp/evaluation-result-1083849-1215229465/solver-1083849-1215229465 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1083849-1215229465.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f1026eda97064116de2bf3bc78ace12
RANDOM SEED=740714189

node24.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.232
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.232
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:       1164960 kB
Buffers:         70396 kB
Cached:         457868 kB
SwapCached:       6556 kB
Active:         633016 kB
Inactive:       185960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164960 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1120 kB
Writeback:           0 kB
Mapped:         297712 kB
Slab:            56460 kB
Committed_AS:  3858980 kB
PageTables:       2484 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= 66292 MiB
End job on node24 at 2008-07-05 05:44:31