Trace number 2070540

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 1.68974 1.70678

DiagnosticValue
CHECKS352660
NODES133

General information on the benchmark

Namecsp/bqwh-15-106_glb/
normalized-bqwh-15-106-52_glb.xml
MD5SUMd63509f725be1eb73d25d00d864624d7
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables106
Number of constraints30
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(30)

Solver Data

0.68/0.80	c CPU-LOAD 0.31
0.68/0.80	c LOADED 106 V (6 E), 30 AllDifferentConstraint, arity 8, 0.31 cpu
1.58/1.68	v 6 1 4 13 14 2 7 2 0 6 4 11 7 9 7 14 0 6 9 12 5 7 2 6 1 5 3 4 13 11 9 4 7 3 12 0 6 5 1 13 9 11 0 4 11 5 0 7 12 6 14 7 3 8 2 13 1 3 13 6 12 10 4 0 11 14 2 3 5 12 8 13 4 2 8 5 6 12 2 10 12 14 1 11 3 1 9 5 4 0 10 13 0 14 2 11 3 4 7 8 2 4 13 6 3 1 
1.58/1.68	s SATISFIABLE
1.58/1.68	d NODES 133
1.58/1.68	d CHECKS 352660
1.58/1.68	c CDC-added-constraints: 1294
1.58/1.68	c CDC-nbsingletontests: 1310
1.58/1.68	c CDC-nogoods: 2592
1.58/1.68	c heuristic-cpu: 0.0
1.58/1.68	c prepro-constraint-ccks: 0
1.58/1.68	c prepro-constraint-presenceccks: 0
1.58/1.68	c prepro-cpu: 0.69
1.58/1.68	c prepro-matrix2d-ccks: 330896
1.58/1.68	c prepro-matrix2d-presenceccks: 0
1.58/1.68	c prepro-removed: 84
1.58/1.68	c search-cpu: 0.030000031
1.58/1.68	c search-nps: 4433.3286
1.58/1.68	c total-assgn: 133
1.58/1.68	c total-constraint-ccks: 0
1.58/1.68	c total-constraint-presence-ccks: 0
1.58/1.68	c total-cpu: 0.74
1.58/1.68	c total-matrix2d-ccks: 352660
1.58/1.68	c total-matrix2d-presence-ccks: 0
1.58/1.68	c TOTAL-NODES 133
1.58/1.68	c TOTAL-CPU 0.74

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-2070540-1247708948/watcher-2070540-1247708948 -o /tmp/evaluation-result-2070540-1247708948/solver-2070540-1247708948 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2070540-1247708948.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.20 2.05 2.01 4/82 17599
/proc/meminfo: memFree=598868/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=144 CPUtime=0
/proc/17603/stat : 17603 (java) R 17599 17599 17142 0 -1 0 28 0 0 0 0 0 0 0 18 0 1 0 57959506 147456 14 996147200 134512640 134550932 4294955504 18446744073709551615 10202574 0 0 4096 0 0 0 0 17 1 0 0
/proc/17603/statm: 37 20 14 9 0 3 0

[startup+0.108067 s]
/proc/loadavg: 2.20 2.05 2.01 4/82 17599
/proc/meminfo: memFree=598868/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=843096 CPUtime=0.09
/proc/17603/stat : 17603 (java) S 17599 17599 17142 0 -1 0 3620 0 1 0 7 2 0 0 18 0 9 0 57959506 863330304 2898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 210774 2898 1671 9 0 205266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 848452

[startup+0.202076 s]
/proc/loadavg: 2.20 2.05 2.01 4/82 17599
/proc/meminfo: memFree=598868/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=843192 CPUtime=0.18
/proc/17603/stat : 17603 (java) S 17599 17599 17142 0 -1 0 4009 0 1 0 16 2 0 0 18 0 9 0 57959506 863428608 3231 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 210798 3231 1765 9 0 205290 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 848548

[startup+0.302086 s]
/proc/loadavg: 2.20 2.05 2.01 4/82 17599
/proc/meminfo: memFree=598868/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=847368 CPUtime=0.29
/proc/17603/stat : 17603 (java) S 17599 17599 17142 0 -1 0 5252 0 1 0 26 3 0 0 18 0 9 0 57959506 867704832 4384 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 211842 4384 1796 9 0 206334 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 852724

[startup+0.701126 s]
/proc/loadavg: 2.20 2.05 2.01 4/82 17599
/proc/meminfo: memFree=598868/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=847396 CPUtime=0.68
/proc/17603/stat : 17603 (java) S 17599 17599 17142 0 -1 0 5929 0 1 0 64 4 0 0 18 0 9 0 57959506 867733504 5000 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 211849 5000 1925 9 0 206334 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 852752

[startup+1.50221 s]
/proc/loadavg: 2.20 2.05 2.01 3/93 17614
/proc/meminfo: memFree=583676/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=848424 CPUtime=1.48
/proc/17603/stat : 17603 (java) S 17599 17599 17142 0 -1 0 7798 0 1 0 142 6 0 0 18 0 10 0 57959506 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 212106 6619 2615 9 0 206591 0
[pid=17603/tid=17605] ppid=17599 vsize=848424 CPUtime=1.09
/proc/17603/task/17605/stat : 17605 (java) R 17599 17599 17142 0 -1 64 3752 0 1 0 106 3 0 0 25 0 10 0 57959507 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4126354479 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17599 vsize=848424 CPUtime=0.1
/proc/17603/task/17606/stat : 17606 (java) S 17599 17599 17142 0 -1 64 1850 0 0 0 9 1 0 0 16 0 10 0 57959508 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17599 17599 17142 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57959508 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17599 17599 17142 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57959508 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17609] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17609/stat : 17609 (java) S 17599 17599 17142 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57959511 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17599 vsize=848424 CPUtime=0.27
/proc/17603/task/17610/stat : 17610 (java) S 17599 17599 17142 0 -1 64 1495 0 0 0 26 1 0 0 16 0 10 0 57959514 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17611] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17611/stat : 17611 (java) S 17599 17599 17142 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57959514 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17612] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17612/stat : 17612 (java) S 17599 17599 17142 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57959514 868786176 6619 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17614] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17614/stat : 17614 (java) S 17599 17599 17142 0 -1 64 0 0 0 0 0 0 0 0 21 0 10 0 57959589 868786176 6619 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

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

[startup+1.60222 s]
/proc/loadavg: 2.20 2.05 2.01 3/93 17614
/proc/meminfo: memFree=583676/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=848424 CPUtime=1.58
/proc/17603/stat : 17603 (java) S 17599 17599 17142 0 -1 0 7945 0 1 0 152 6 0 0 18 0 10 0 57959506 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 212106 6757 2615 9 0 206591 0
[pid=17603/tid=17605] ppid=17599 vsize=848424 CPUtime=1.18
/proc/17603/task/17605/stat : 17605 (java) R 17599 17599 17142 0 -1 64 3761 0 1 0 115 3 0 0 25 0 10 0 57959507 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4126374274 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17599 vsize=848424 CPUtime=0.1
/proc/17603/task/17606/stat : 17606 (java) S 17599 17599 17142 0 -1 64 1988 0 0 0 9 1 0 0 16 0 10 0 57959508 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17599 17599 17142 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57959508 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17599 17599 17142 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57959508 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17609] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17609/stat : 17609 (java) S 17599 17599 17142 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57959511 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17599 vsize=848424 CPUtime=0.28
/proc/17603/task/17610/stat : 17610 (java) S 17599 17599 17142 0 -1 64 1495 0 0 0 27 1 0 0 15 0 10 0 57959514 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17611] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17611/stat : 17611 (java) S 17599 17599 17142 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57959514 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17612] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17612/stat : 17612 (java) S 17599 17599 17142 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57959514 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17614] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17614/stat : 17614 (java) S 17599 17599 17142 0 -1 64 0 0 0 0 0 0 0 0 21 0 10 0 57959589 868786176 6757 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 853780

[startup+1.70223 s]
/proc/loadavg: 2.20 2.05 2.01 3/93 17614
/proc/meminfo: memFree=583676/2055920 swapFree=4192812/4192956
[pid=17599] ppid=17597 vsize=5356 CPUtime=0
/proc/17599/stat : 17599 (concrete.sh) S 17597 17599 17142 0 -1 4194304 341 294 0 0 0 0 0 0 16 0 1 0 57959505 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17599/statm: 1339 244 201 169 0 50 0
[pid=17603] ppid=17599 vsize=848424 CPUtime=1.67
/proc/17603/stat : 17603 (java) S 17599 17599 17142 0 -1 0 8016 0 1 0 161 6 0 0 18 0 8 0 57959506 868786176 6820 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 212106 6823 2615 9 0 206591 0
[pid=17603/tid=17605] ppid=17599 vsize=848424 CPUtime=1.26
/proc/17603/task/17605/stat : 17605 (java) R 17599 17599 17142 0 -1 64 3775 0 1 0 123 3 0 0 24 0 7 0 57959507 868786176 6823 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17599 vsize=848424 CPUtime=0.1
/proc/17603/task/17606/stat : 17606 (java) R 17599 17599 17142 0 -1 68 2043 0 0 0 9 1 0 0 15 0 7 0 57959508 868786176 6823 996147200 134512640 134550932 4294955344 18446744073709551615 4160635796 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17599 17599 17142 0 -1 64 13 0 0 0 0 0 0 0 16 0 6 0 57959508 868786176 6823 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17599 vsize=848424 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17599 17599 17142 0 -1 64 4 0 0 0 0 0 0 0 15 0 6 0 57959508 868786176 6823 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17599 vsize=848424 CPUtime=0.28
/proc/17603/task/17610/stat : 17610 (java) R 17599 17599 17142 0 -1 64 1497 0 0 0 27 1 0 0 15 0 5 0 57959514 868786176 6823 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 256 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 853780

Child status: 0
Real time (s): 1.70678
CPU time (s): 1.68974
CPU user time (s): 1.61375
CPU system time (s): 0.075988
CPU usage (%): 99.0017
Max. virtual memory (cumulated for all children) (KiB): 853780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.61375
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8662
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= 1989
involuntary context switches= 1933

runsolver used 0.002999 second user time and 0.010998 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-16 03:49:08
IDJOB=2070540
IDBENCH=55361
IDSOLVER=736
FILE ID=node90/2070540-1247708948
PBS_JOBID= 9521331
Free space on /tmp= 66096 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/bqwh-15-106_glb/normalized-bqwh-15-106-52_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-2070540-1247708948/watcher-2070540-1247708948 -o /tmp/evaluation-result-2070540-1247708948/solver-2070540-1247708948 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2070540-1247708948.xml

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

MD5SUM BENCH= d63509f725be1eb73d25d00d864624d7
RANDOM SEED=1567128600

node90.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.212
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.212
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:        599284 kB
Buffers:         90024 kB
Cached:         546388 kB
SwapCached:          0 kB
Active:         771116 kB
Inactive:       577532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        599284 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:         726488 kB
Slab:            91700 kB
Committed_AS:  1342456 kB
PageTables:       3352 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= 66096 MiB
End job on node90 at 2009-07-16 03:49:10