Trace number 2069516

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.93725 5.04637

DiagnosticValue
CHECKS676894
NODES200

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-2.xml
MD5SUMc486301f2b85436b9e496c6b2c331268
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.127979
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1773
Maximum constraint arity17
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1695
Global constraints used (with number of constraints)alldifferent(78)

Solver Data

3.33/3.46	c CPU-LOAD 1.88
3.33/3.46	c LOADED 200 V (45 E), 1695 PredicateConstraint, 78 AllDifferentConstraint, arity 17, 1.88 cpu
4.82/4.99	v 12 17 5 13 3 12 9 13 34 29 14 12 3 0 21 1 20 3 6 2 0 6 4 0 6 3 15 23 18 1 36 19 6 11 11 1 7 4 1 31 9 15 8 11 5 13 8 24 11 0 15 28 1 25 10 2 30 13 5 16 26 21 7 4 18 0 16 22 6 5 17 10 20 8 22 32 5 9 7 14 4 35 9 14 19 2 9 7 4 10 21 2 8 3 23 27 7 33 8 2 1 2 3 1 4 2 3 3 1 1 3 4 0 3 3 4 1 1 4 2 4 3 3 1 0 3 1 2 2 0 1 2 2 2 0 2 0 2 3 1 4 2 2 3 4 2 3 1 1 2 0 1 1 1 2 4 1 0 1 2 1 1 1 4 1 0 1 2 1 0 1 1 2 0 1 1 2 1 2 2 0 1 2 1 1 1 0 4 1 0 2 0 1 2 1 1 3 1 4 3 
4.82/4.99	s SATISFIABLE
4.82/4.99	d NODES 200
4.82/4.99	d CHECKS 676894
4.82/4.99	c heuristic-cpu: 0.0
4.82/4.99	c prepro-constraint-ccks: 154632
4.82/4.99	c prepro-constraint-presenceccks: 6504
4.82/4.99	c prepro-cpu: 0.13000001
4.82/4.99	c prepro-matrix2d-ccks: 0
4.82/4.99	c prepro-matrix2d-presenceccks: 0
4.82/4.99	c prepro-removed: 0
4.82/4.99	c search-cpu: 0.76
4.82/4.99	c search-nps: 263.1579
4.82/4.99	c total-assgn: 200
4.82/4.99	c total-constraint-ccks: 676894
4.82/4.99	c total-constraint-presence-ccks: 1375664
4.82/4.99	c total-cpu: 0.94
4.82/4.99	c total-matrix2d-ccks: 0
4.82/4.99	c total-matrix2d-presence-ccks: 0
4.82/4.99	c TOTAL-NODES 200
4.82/4.99	c TOTAL-CPU 0.94

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-2069516-1247708471/watcher-2069516-1247708471 -o /tmp/evaluation-result-2069516-1247708471/solver-2069516-1247708471 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2069516-1247708471.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.00 2.00 2.00 4/81 16567
/proc/meminfo: memFree=1540496/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=18576 CPUtime=0
/proc/16567/stat : 16567 (runsolver) R 16565 16567 14703 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57909824 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16567/statm: 4644 284 249 26 0 2626 0

[startup+0.052946 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16567
/proc/meminfo: memFree=1540496/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101974 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16567
/proc/meminfo: memFree=1540496/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302001 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16567
/proc/meminfo: memFree=1540496/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701038 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16567
/proc/meminfo: memFree=1540496/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50135 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16580
/proc/meminfo: memFree=1525696/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
[pid=16572] ppid=16567 vsize=848760 CPUtime=1.46
/proc/16572/stat : 16572 (java) S 16567 16567 14703 0 -1 0 7223 0 1 0 141 5 0 0 18 0 10 0 57909825 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 212190 6285 2018 9 0 206668 0
[pid=16572/tid=16573] ppid=16567 vsize=848760 CPUtime=0.94
/proc/16572/task/16573/stat : 16573 (java) R 16567 16567 14703 0 -1 64 3983 0 1 0 92 2 0 0 22 0 10 0 57909826 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16574] ppid=16567 vsize=848760 CPUtime=0.05
/proc/16572/task/16574/stat : 16574 (java) S 16567 16567 14703 0 -1 64 940 0 0 0 5 0 0 0 16 0 10 0 57909828 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=848760 CPUtime=0
/proc/16572/task/16575/stat : 16575 (java) S 16567 16567 14703 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57909828 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=848760 CPUtime=0
/proc/16572/task/16576/stat : 16576 (java) S 16567 16567 14703 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57909828 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=848760 CPUtime=0
/proc/16572/task/16577/stat : 16577 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57909830 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=848760 CPUtime=0.43
/proc/16572/task/16578/stat : 16578 (java) S 16567 16567 14703 0 -1 64 1599 0 0 0 42 1 0 0 15 0 10 0 57909834 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=848760 CPUtime=0
/proc/16572/task/16579/stat : 16579 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57909834 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=848760 CPUtime=0
/proc/16572/task/16580/stat : 16580 (java) S 16567 16567 14703 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57909834 869130240 6285 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 854116

[startup+3.10228 s]
/proc/loadavg: 2.00 2.00 2.00 6/92 16581
/proc/meminfo: memFree=1520824/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
[pid=16572] ppid=16567 vsize=851112 CPUtime=3.04
/proc/16572/stat : 16572 (java) S 16567 16567 14703 0 -1 0 9732 0 1 0 295 9 0 0 18 0 10 0 57909825 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 212778 8380 2632 9 0 207256 0
[pid=16572/tid=16573] ppid=16567 vsize=851112 CPUtime=1.92
/proc/16572/task/16573/stat : 16573 (java) R 16567 16567 14703 0 -1 64 4252 0 1 0 188 4 0 0 25 0 10 0 57909826 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 101450904 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16574] ppid=16567 vsize=851112 CPUtime=0.29
/proc/16572/task/16574/stat : 16574 (java) S 16567 16567 14703 0 -1 64 2250 0 0 0 28 1 0 0 16 0 10 0 57909828 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16575/stat : 16575 (java) S 16567 16567 14703 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57909828 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16576/stat : 16576 (java) S 16567 16567 14703 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57909828 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16577/stat : 16577 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57909830 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=851112 CPUtime=0.8
/proc/16572/task/16578/stat : 16578 (java) S 16567 16567 14703 0 -1 64 2529 0 0 0 78 2 0 0 16 0 10 0 57909834 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16579/stat : 16579 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57909834 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16580/stat : 16580 (java) S 16567 16567 14703 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57909834 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16581] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16581/stat : 16581 (java) S 16567 16567 14703 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 57909952 871538688 8380 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 856468

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

[startup+3.90237 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 16581
/proc/meminfo: memFree=1516536/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
[pid=16572] ppid=16567 vsize=851112 CPUtime=3.83
/proc/16572/stat : 16572 (java) S 16567 16567 14703 0 -1 0 11140 0 1 0 373 10 0 0 18 0 9 0 57909825 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 212778 9762 2633 9 0 207256 0
[pid=16572/tid=16573] ppid=16567 vsize=851112 CPUtime=2.33
/proc/16572/task/16573/stat : 16573 (java) R 16567 16567 14703 0 -1 64 4330 0 1 0 228 5 0 0 25 0 9 0 57909826 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4127801685 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16574] ppid=16567 vsize=851112 CPUtime=0.62
/proc/16572/task/16574/stat : 16574 (java) S 16567 16567 14703 0 -1 64 3571 0 0 0 60 2 0 0 16 0 9 0 57909828 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16575/stat : 16575 (java) S 16567 16567 14703 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57909828 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16576/stat : 16576 (java) S 16567 16567 14703 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57909828 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16577/stat : 16577 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57909830 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=851112 CPUtime=0.86
/proc/16572/task/16578/stat : 16578 (java) S 16567 16567 14703 0 -1 64 2537 0 0 0 84 2 0 0 16 0 9 0 57909834 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16579/stat : 16579 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57909834 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16580/stat : 16580 (java) S 16567 16567 14703 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57909834 871538688 9762 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 856468

[startup+4.70246 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16582
/proc/meminfo: memFree=1504632/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
[pid=16572] ppid=16567 vsize=851112 CPUtime=4.62
/proc/16572/stat : 16572 (java) S 16567 16567 14703 0 -1 0 13380 0 1 0 451 11 0 0 18 0 9 0 57909825 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 212778 11980 2633 9 0 207256 0
[pid=16572/tid=16573] ppid=16567 vsize=851112 CPUtime=2.88
/proc/16572/task/16573/stat : 16573 (java) R 16567 16567 14703 0 -1 64 4352 0 1 0 283 5 0 0 25 0 9 0 57909826 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4127822965 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16574] ppid=16567 vsize=851112 CPUtime=0.86
/proc/16572/task/16574/stat : 16574 (java) S 16567 16567 14703 0 -1 64 5789 0 0 0 83 3 0 0 16 0 9 0 57909828 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16575/stat : 16575 (java) S 16567 16567 14703 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57909828 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16576/stat : 16576 (java) S 16567 16567 14703 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57909828 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16577/stat : 16577 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57909830 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=851112 CPUtime=0.86
/proc/16572/task/16578/stat : 16578 (java) S 16567 16567 14703 0 -1 64 2537 0 0 0 84 2 0 0 16 0 9 0 57909834 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16579/stat : 16579 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57909834 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=851112 CPUtime=0
/proc/16572/task/16580/stat : 16580 (java) S 16567 16567 14703 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57909834 871538688 11980 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 856468

[startup+4.90247 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16582
/proc/meminfo: memFree=1504632/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
[pid=16572] ppid=16567 vsize=852476 CPUtime=4.82
/proc/16572/stat : 16572 (java) S 16567 16567 14703 0 -1 0 14281 0 1 0 470 12 0 0 18 0 9 0 57909825 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 213119 12613 2634 9 0 207597 0
[pid=16572/tid=16573] ppid=16567 vsize=852476 CPUtime=2.99
/proc/16572/task/16573/stat : 16573 (java) R 16567 16567 14703 0 -1 64 4355 0 1 0 294 5 0 0 25 0 9 0 57909826 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16574] ppid=16567 vsize=852476 CPUtime=0.94
/proc/16572/task/16574/stat : 16574 (java) R 16567 16567 14703 0 -1 64 6687 0 0 0 90 4 0 0 16 0 9 0 57909828 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 102331171 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=852476 CPUtime=0
/proc/16572/task/16575/stat : 16575 (java) S 16567 16567 14703 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57909828 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=852476 CPUtime=0
/proc/16572/task/16576/stat : 16576 (java) S 16567 16567 14703 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57909828 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=852476 CPUtime=0
/proc/16572/task/16577/stat : 16577 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57909830 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=852476 CPUtime=0.86
/proc/16572/task/16578/stat : 16578 (java) S 16567 16567 14703 0 -1 64 2537 0 0 0 84 2 0 0 16 0 9 0 57909834 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=852476 CPUtime=0
/proc/16572/task/16579/stat : 16579 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57909834 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=852476 CPUtime=0
/proc/16572/task/16580/stat : 16580 (java) S 16567 16567 14703 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57909834 872935424 12613 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 857832

[startup+5.00248 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16582
/proc/meminfo: memFree=1504632/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (concrete.sh) S 16565 16567 14703 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57909824 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 244 201 169 0 50 0
[pid=16572] ppid=16567 vsize=851188 CPUtime=4.91
/proc/16572/stat : 16572 (java) S 16567 16567 14703 0 -1 0 14318 0 1 0 479 12 0 0 18 0 9 0 57909825 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 212797 12325 2634 9 0 207275 0
[pid=16572/tid=16573] ppid=16567 vsize=851188 CPUtime=3.03
/proc/16572/task/16573/stat : 16573 (java) S 16567 16567 14703 0 -1 64 4360 0 1 0 298 5 0 0 25 0 9 0 57909826 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16574] ppid=16567 vsize=851188 CPUtime=0.99
/proc/16572/task/16574/stat : 16574 (java) S 16567 16567 14703 0 -1 64 6719 0 0 0 95 4 0 0 16 0 9 0 57909828 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=851188 CPUtime=0
/proc/16572/task/16575/stat : 16575 (java) S 16567 16567 14703 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57909828 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=851188 CPUtime=0
/proc/16572/task/16576/stat : 16576 (java) S 16567 16567 14703 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57909828 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=851188 CPUtime=0
/proc/16572/task/16577/stat : 16577 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57909830 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=851188 CPUtime=0.86
/proc/16572/task/16578/stat : 16578 (java) S 16567 16567 14703 0 -1 64 2537 0 0 0 84 2 0 0 15 0 9 0 57909834 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=851188 CPUtime=0
/proc/16572/task/16579/stat : 16579 (java) S 16567 16567 14703 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57909834 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=851188 CPUtime=0
/proc/16572/task/16580/stat : 16580 (java) S 16567 16567 14703 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57909834 871616512 12325 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 856544

Child status: 0
Real time (s): 5.04637
CPU time (s): 4.93725
CPU user time (s): 4.79927
CPU system time (s): 0.137979
CPU usage (%): 97.8377
Max. virtual memory (cumulated for all children) (KiB): 857832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.79927
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14963
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= 4466
involuntary context switches= 4470

runsolver used 0.016997 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-16 03:41:11
IDJOB=2069516
IDBENCH=55067
IDSOLVER=735
FILE ID=node67/2069516-1247708471
PBS_JOBID= 9521181
Free space on /tmp= 66324 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-2.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069516-1247708471/watcher-2069516-1247708471 -o /tmp/evaluation-result-2069516-1247708471/solver-2069516-1247708471 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2069516-1247708471.xml

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

MD5SUM BENCH= c486301f2b85436b9e496c6b2c331268
RANDOM SEED=1169721331

node67.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.239
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.239
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:       1540912 kB
Buffers:         64020 kB
Cached:         266664 kB
SwapCached:          0 kB
Active:         156916 kB
Inactive:       284708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:         131328 kB
Slab:            58204 kB
Committed_AS:   652580 kB
PageTables:       2080 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= 66320 MiB
End job on node67 at 2009-07-16 03:41:16