Trace number 2070331

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 DC 2009-07-14SAT 4.25935 4.3136

DiagnosticValue
CHECKS1164210
NODES236

General information on the benchmark

Namecsp/bqwh-18-141_glb/
normalized-bqwh-18-141-76_glb.xml
MD5SUM85c7741cdb2aa2a978f04696b01e5f3c
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.180972
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of constraints36
Maximum constraint arity8
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(36)

Solver Data

0.00/0.81	c CPU-LOAD 0.31
0.00/0.81	c LOADED 141 V (6 E), 36 AllDifferentConstraint, arity 8, 0.31 cpu
4.15/4.27	v 13 16 2 17 4 9 15 8 11 10 14 7 12 16 5 2 3 11 10 17 8 14 0 10 12 15 3 0 17 1 11 15 6 10 0 7 1 14 17 6 14 0 13 3 1 2 7 16 3 14 15 5 13 6 12 10 4 17 9 14 7 2 1 14 0 16 12 15 2 1 9 9 5 11 13 8 12 10 7 8 15 1 5 3 2 14 9 15 16 0 14 4 9 13 11 0 15 3 8 9 2 6 12 2 9 6 7 5 4 3 6 10 5 11 8 14 0 9 8 7 17 14 11 5 13 0 14 6 12 9 13 2 3 5 16 9 2 7 12 0 4 
4.15/4.28	s SATISFIABLE
4.15/4.28	d NODES 236
4.15/4.28	d CHECKS 1164214
4.15/4.28	c CDC-added-constraints: 2629
4.15/4.28	c CDC-nbsingletontests: 2170
4.15/4.28	c CDC-nogoods: 5157
4.15/4.28	c heuristic-cpu: 0.0
4.15/4.28	c prepro-constraint-ccks: 0
4.15/4.28	c prepro-constraint-presenceccks: 0
4.15/4.28	c prepro-cpu: 2.4
4.15/4.28	c prepro-matrix2d-ccks: 1043081
4.15/4.28	c prepro-matrix2d-presenceccks: 0
4.15/4.28	c prepro-removed: 104
4.15/4.28	c search-cpu: 0.17999983
4.15/4.28	c search-nps: 1311.1123
4.15/4.28	c total-assgn: 236
4.15/4.28	c total-constraint-ccks: 0
4.15/4.28	c total-constraint-presence-ccks: 0
4.15/4.28	c total-cpu: 2.6
4.15/4.28	c total-matrix2d-ccks: 1164214
4.15/4.28	c total-matrix2d-presence-ccks: 0
4.15/4.28	c TOTAL-NODES 236
4.15/4.28	c TOTAL-CPU 2.6

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-2070331-1247708919/watcher-2070331-1247708919 -o /tmp/evaluation-result-2070331-1247708919/solver-2070331-1247708919 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2070331-1247708919.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.18 2.12 2.10 4/82 13379
/proc/meminfo: memFree=797192/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 57956773 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 254613880914 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/13379/statm: 1339 230 191 169 0 50 0
[pid=13380] ppid=13379 vsize=5356 CPUtime=0
/proc/13380/stat : 13380 (concrete.sh) R 13379 13379 13004 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 57956774 5484544 235 996147200 4194304 4889804 548682068736 18446744073709551615 254613712167 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 1339 235 195 169 0 50 0

[startup+0.084221 s]
/proc/loadavg: 2.18 2.12 2.10 4/82 13379
/proc/meminfo: memFree=797192/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101222 s]
/proc/loadavg: 2.18 2.12 2.10 4/82 13379
/proc/meminfo: memFree=797192/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301244 s]
/proc/loadavg: 2.18 2.12 2.10 4/82 13379
/proc/meminfo: memFree=797192/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701289 s]
/proc/loadavg: 2.18 2.12 2.10 4/82 13379
/proc/meminfo: memFree=797192/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50238 s]
/proc/loadavg: 2.18 2.12 2.10 4/93 13394
/proc/meminfo: memFree=782128/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
[pid=13384] ppid=13379 vsize=848424 CPUtime=1.48
/proc/13384/stat : 13384 (java) S 13379 13379 13004 0 -1 0 8114 0 1 0 141 7 0 0 18 0 10 0 57956774 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13384/statm: 212106 6912 2616 9 0 206591 0
[pid=13384/tid=13385] ppid=13379 vsize=848424 CPUtime=1
/proc/13384/task/13385/stat : 13385 (java) R 13379 13379 13004 0 -1 64 3769 0 1 0 98 2 0 0 25 0 10 0 57956775 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4126364890 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13386] ppid=13379 vsize=848424 CPUtime=0.16
/proc/13384/task/13386/stat : 13386 (java) S 13379 13379 13004 0 -1 64 2149 0 0 0 14 2 0 0 16 0 10 0 57956776 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13387] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13387/stat : 13387 (java) S 13379 13379 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57956777 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13388] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13388/stat : 13388 (java) S 13379 13379 13004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57956777 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13389] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13389/stat : 13389 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57956779 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13390] ppid=13379 vsize=848424 CPUtime=0.28
/proc/13384/task/13390/stat : 13390 (java) S 13379 13379 13004 0 -1 64 1494 0 0 0 27 1 0 0 15 0 10 0 57956782 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13391] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13391/stat : 13391 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57956782 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13392] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13392/stat : 13392 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57956782 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13394] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13394/stat : 13394 (java) S 13379 13379 13004 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57956859 868786176 6912 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 853780

[startup+3.10256 s]
/proc/loadavg: 2.18 2.12 2.10 4/93 13394
/proc/meminfo: memFree=778160/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
[pid=13384] ppid=13379 vsize=848424 CPUtime=3.06
/proc/13384/stat : 13384 (java) S 13379 13379 13004 0 -1 0 8548 0 1 0 298 8 0 0 18 0 10 0 57956774 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13384/statm: 212106 7246 2616 9 0 206591 0
[pid=13384/tid=13385] ppid=13379 vsize=848424 CPUtime=2.18
/proc/13384/task/13385/stat : 13385 (java) R 13379 13379 13004 0 -1 64 3861 0 1 0 215 3 0 0 25 0 10 0 57956775 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4126384536 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13386] ppid=13379 vsize=848424 CPUtime=0.56
/proc/13384/task/13386/stat : 13386 (java) S 13379 13379 13004 0 -1 64 2488 0 0 0 53 3 0 0 16 0 10 0 57956776 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13387] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13387/stat : 13387 (java) S 13379 13379 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57956777 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13388] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13388/stat : 13388 (java) S 13379 13379 13004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57956777 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13389] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13389/stat : 13389 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57956779 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13390] ppid=13379 vsize=848424 CPUtime=0.29
/proc/13384/task/13390/stat : 13390 (java) S 13379 13379 13004 0 -1 64 1497 0 0 0 28 1 0 0 16 0 10 0 57956782 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13391] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13391/stat : 13391 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57956782 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13392] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13392/stat : 13392 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57956782 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13394] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13394/stat : 13394 (java) S 13379 13379 13004 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57956859 868786176 7246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 853780

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

[startup+3.90265 s]
/proc/loadavg: 2.18 2.12 2.10 3/93 13394
/proc/meminfo: memFree=776624/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
[pid=13384] ppid=13379 vsize=848424 CPUtime=3.86
/proc/13384/stat : 13384 (java) S 13379 13379 13004 0 -1 0 8763 0 1 0 377 9 0 0 18 0 10 0 57956774 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13384/statm: 212106 7408 2616 9 0 206591 0
[pid=13384/tid=13385] ppid=13379 vsize=848424 CPUtime=2.78
/proc/13384/task/13385/stat : 13385 (java) R 13379 13379 13004 0 -1 64 3914 0 1 0 275 3 0 0 25 0 10 0 57956775 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13386] ppid=13379 vsize=848424 CPUtime=0.76
/proc/13384/task/13386/stat : 13386 (java) R 13379 13379 13004 0 -1 64 2649 0 0 0 72 4 0 0 16 0 10 0 57956776 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 103733279 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13387] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13387/stat : 13387 (java) S 13379 13379 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57956777 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13388] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13388/stat : 13388 (java) S 13379 13379 13004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57956777 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13389] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13389/stat : 13389 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57956779 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13390] ppid=13379 vsize=848424 CPUtime=0.3
/proc/13384/task/13390/stat : 13390 (java) S 13379 13379 13004 0 -1 64 1498 0 0 0 29 1 0 0 16 0 10 0 57956782 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13391] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13391/stat : 13391 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57956782 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13392] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13392/stat : 13392 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57956782 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13394] ppid=13379 vsize=848424 CPUtime=0
/proc/13384/task/13394/stat : 13394 (java) S 13379 13379 13004 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57956859 868786176 7408 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 853780

[startup+4.30269 s]
/proc/loadavg: 2.25 2.14 2.10 2/92 13395
/proc/meminfo: memFree=775536/2055920 swapFree=4192948/4192956
[pid=13379] ppid=13377 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (concrete.sh) S 13377 13379 13004 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57956773 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 244 201 169 0 50 0
[pid=13384] ppid=13379 vsize=848560 CPUtime=4.24
/proc/13384/stat : 13384 (java) S 13379 13379 13004 0 -1 0 8798 0 1 0 414 10 0 0 18 0 9 0 57956774 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13384/statm: 212140 7395 2616 9 0 206625 0
[pid=13384/tid=13385] ppid=13379 vsize=848560 CPUtime=3.12
/proc/13384/task/13385/stat : 13385 (java) S 13379 13379 13004 0 -1 64 3947 0 1 0 309 3 0 0 25 0 9 0 57956775 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13386] ppid=13379 vsize=848560 CPUtime=0.79
/proc/13384/task/13386/stat : 13386 (java) S 13379 13379 13004 0 -1 64 2649 0 0 0 75 4 0 0 16 0 9 0 57956776 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13387] ppid=13379 vsize=848560 CPUtime=0
/proc/13384/task/13387/stat : 13387 (java) S 13379 13379 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57956777 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13388] ppid=13379 vsize=848560 CPUtime=0
/proc/13384/task/13388/stat : 13388 (java) S 13379 13379 13004 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57956777 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13389] ppid=13379 vsize=848560 CPUtime=0
/proc/13384/task/13389/stat : 13389 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57956779 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13390] ppid=13379 vsize=848560 CPUtime=0.3
/proc/13384/task/13390/stat : 13390 (java) S 13379 13379 13004 0 -1 64 1500 0 0 0 29 1 0 0 15 0 9 0 57956782 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13391] ppid=13379 vsize=848560 CPUtime=0
/proc/13384/task/13391/stat : 13391 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57956782 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13384/tid=13392] ppid=13379 vsize=848560 CPUtime=0
/proc/13384/task/13392/stat : 13392 (java) S 13379 13379 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57956782 868925440 7395 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 853916

Child status: 0
Real time (s): 4.3136
CPU time (s): 4.25935
CPU user time (s): 4.14837
CPU system time (s): 0.110983
CPU usage (%): 98.7423
Max. virtual memory (cumulated for all children) (KiB): 853916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.14837
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9444
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= 3552
involuntary context switches= 3617

runsolver used 0.010998 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 03:48:39
IDJOB=2070331
IDBENCH=55183
IDSOLVER=736
FILE ID=node87/2070331-1247708919
PBS_JOBID= 9521330
Free space on /tmp= 66148 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/bqwh-18-141_glb/normalized-bqwh-18-141-76_glb.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070331-1247708919/watcher-2070331-1247708919 -o /tmp/evaluation-result-2070331-1247708919/solver-2070331-1247708919 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2070331-1247708919.xml

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

MD5SUM BENCH= 85c7741cdb2aa2a978f04696b01e5f3c
RANDOM SEED=1640935044

node87.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.236
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.236
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:        797672 kB
Buffers:        119316 kB
Cached:         873136 kB
SwapCached:          8 kB
Active:         219340 kB
Inactive:       934156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        797672 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         181368 kB
Slab:            89576 kB
Committed_AS:   810896 kB
PageTables:       2244 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= 66144 MiB
End job on node87 at 2009-07-16 03:48:44