Trace number 2064236

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 26.535 26.8265

DiagnosticValue
CHECKS0
NODES21

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-5_ext.xml
MD5SUM913b73e52caa1aa69c2e6b17aebbe21b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.340947
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

4.73/4.88	c CPU-LOAD 2.64
4.73/4.88	c LOADED 21 V (2 E), 2713 ExtensionConstraintDynamic, arity 15, 2.64 cpu
26.41/26.77	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
26.41/26.77	s SATISFIABLE
26.41/26.77	d NODES 21
26.41/26.77	d CHECKS 0
26.41/26.77	c heuristic-cpu: 0.0
26.41/26.77	c prepro-constraint-ccks: 0
26.41/26.77	c prepro-constraint-presenceccks: 0
26.41/26.77	c prepro-cpu: 8.900001
26.41/26.77	c prepro-matrix2d-ccks: 0
26.41/26.77	c prepro-matrix2d-presenceccks: 0
26.41/26.77	c prepro-removed: 0
26.41/26.77	c search-cpu: 12.41
26.41/26.77	c search-nps: 1.6921837
26.41/26.77	c total-assgn: 21
26.41/26.77	c total-constraint-ccks: 0
26.41/26.77	c total-constraint-presence-ccks: 0
26.41/26.77	c total-cpu: 21.35
26.41/26.77	c total-matrix2d-ccks: 0
26.41/26.77	c total-matrix2d-presence-ccks: 0
26.41/26.77	c TOTAL-NODES 21
26.41/26.77	c TOTAL-CPU 21.35

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-2064236-1247701739/watcher-2064236-1247701739 -o /tmp/evaluation-result-2064236-1247701739/solver-2064236-1247701739 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2064236-1247701739.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: 1.10 1.04 1.09 4/82 10843
/proc/meminfo: memFree=1500920/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=18576 CPUtime=0
/proc/10843/stat : 10843 (runsolver) R 10841 10843 9666 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 57237279 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10843/statm: 4644 284 249 26 0 2626 0

[startup+0.0736911 s]
/proc/loadavg: 1.10 1.04 1.09 4/82 10843
/proc/meminfo: memFree=1500920/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102692 s]
/proc/loadavg: 1.10 1.04 1.09 4/82 10843
/proc/meminfo: memFree=1500920/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301703 s]
/proc/loadavg: 1.10 1.04 1.09 4/82 10843
/proc/meminfo: memFree=1500920/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701739 s]
/proc/loadavg: 1.10 1.04 1.09 4/82 10843
/proc/meminfo: memFree=1500920/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50182 s]
/proc/loadavg: 1.17 1.06 1.09 3/92 10856
/proc/meminfo: memFree=1484392/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=849124 CPUtime=1.45
/proc/10848/stat : 10848 (java) S 10843 10843 9666 0 -1 0 7940 0 1 0 140 5 0 0 20 0 9 0 57237280 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 212281 7023 2616 9 0 206766 0
[pid=10848/tid=10849] ppid=10843 vsize=849124 CPUtime=1.08
/proc/10848/task/10849/stat : 10849 (java) R 10843 10843 9666 0 -1 64 3550 0 1 0 106 2 0 0 25 0 9 0 57237281 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4126333686 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10850] ppid=10843 vsize=849124 CPUtime=0.08
/proc/10848/task/10850/stat : 10850 (java) S 10843 10843 9666 0 -1 64 2144 0 0 0 8 0 0 0 16 0 9 0 57237283 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10851] ppid=10843 vsize=849124 CPUtime=0
/proc/10848/task/10851/stat : 10851 (java) S 10843 10843 9666 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57237283 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10852] ppid=10843 vsize=849124 CPUtime=0
/proc/10848/task/10852/stat : 10852 (java) S 10843 10843 9666 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57237283 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10853] ppid=10843 vsize=849124 CPUtime=0
/proc/10848/task/10853/stat : 10853 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237285 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10854] ppid=10843 vsize=849124 CPUtime=0.27
/proc/10848/task/10854/stat : 10854 (java) S 10843 10843 9666 0 -1 64 1548 0 0 0 26 1 0 0 16 0 9 0 57237288 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10855] ppid=10843 vsize=849124 CPUtime=0
/proc/10848/task/10855/stat : 10855 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237288 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10856] ppid=10843 vsize=849124 CPUtime=0
/proc/10848/task/10856/stat : 10856 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57237288 869502976 7023 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 854480

[startup+3.10298 s]
/proc/loadavg: 1.17 1.06 1.09 3/93 10857
/proc/meminfo: memFree=1482208/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=850152 CPUtime=3.04
/proc/10848/stat : 10848 (java) S 10843 10843 9666 0 -1 0 20673 0 1 0 294 10 0 0 20 0 10 0 57237280 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 212538 19713 2617 9 0 207023 0
[pid=10848/tid=10849] ppid=10843 vsize=850152 CPUtime=2.07
/proc/10848/task/10849/stat : 10849 (java) R 10843 10843 9666 0 -1 64 4267 0 1 0 204 3 0 0 25 0 10 0 57237281 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4126564507 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10850] ppid=10843 vsize=850152 CPUtime=0.65
/proc/10848/task/10850/stat : 10850 (java) S 10843 10843 9666 0 -1 64 14122 0 0 0 60 5 0 0 16 0 10 0 57237283 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10851] ppid=10843 vsize=850152 CPUtime=0
/proc/10848/task/10851/stat : 10851 (java) S 10843 10843 9666 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57237283 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10852] ppid=10843 vsize=850152 CPUtime=0
/proc/10848/task/10852/stat : 10852 (java) S 10843 10843 9666 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57237283 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10853] ppid=10843 vsize=850152 CPUtime=0
/proc/10848/task/10853/stat : 10853 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57237285 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10854] ppid=10843 vsize=850152 CPUtime=0.3
/proc/10848/task/10854/stat : 10854 (java) S 10843 10843 9666 0 -1 64 1580 0 0 0 29 1 0 0 15 0 10 0 57237288 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10855] ppid=10843 vsize=850152 CPUtime=0
/proc/10848/task/10855/stat : 10855 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57237288 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10856] ppid=10843 vsize=850152 CPUtime=0
/proc/10848/task/10856/stat : 10856 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57237288 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10857] ppid=10843 vsize=850152 CPUtime=0
/proc/10848/task/10857/stat : 10857 (java) S 10843 10843 9666 0 -1 64 6 0 0 0 0 0 0 0 24 0 10 0 57237481 870555648 19713 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 855508

[startup+6.30228 s]
/proc/loadavg: 1.17 1.06 1.09 3/93 10858
/proc/meminfo: memFree=1314136/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=849416 CPUtime=6.21
/proc/10848/stat : 10848 (java) S 10843 10843 9666 0 -1 0 49958 0 1 0 599 22 0 0 20 0 10 0 57237280 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 212354 48827 2618 9 0 206839 0
[pid=10848/tid=10849] ppid=10843 vsize=849416 CPUtime=3.92
/proc/10848/task/10849/stat : 10849 (java) R 10843 10843 9666 0 -1 64 5939 0 1 0 388 4 0 0 25 0 10 0 57237281 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4126619370 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10850] ppid=10843 vsize=849416 CPUtime=1.95
/proc/10848/task/10850/stat : 10850 (java) S 10843 10843 9666 0 -1 64 41720 0 0 0 179 16 0 0 17 0 10 0 57237283 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10851] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10851/stat : 10851 (java) S 10843 10843 9666 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57237283 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10852] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10852/stat : 10852 (java) S 10843 10843 9666 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57237283 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10853] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10853/stat : 10853 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57237285 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10854] ppid=10843 vsize=849416 CPUtime=0.32
/proc/10848/task/10854/stat : 10854 (java) S 10843 10843 9666 0 -1 64 1594 0 0 0 31 1 0 0 15 0 10 0 57237288 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10855] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10855/stat : 10855 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57237288 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10856] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10856/stat : 10856 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57237288 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10858] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10858/stat : 10858 (java) S 10843 10843 9666 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57237802 869801984 48827 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 854772

[startup+12.7029 s]
/proc/loadavg: 1.30 1.09 1.10 3/93 10858
/proc/meminfo: memFree=1314584/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=849416 CPUtime=12.55
/proc/10848/stat : 10848 (java) S 10843 10843 9666 0 -1 0 49960 0 1 0 1233 22 0 0 20 0 10 0 57237280 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 212354 48828 2618 9 0 206839 0
[pid=10848/tid=10849] ppid=10843 vsize=849416 CPUtime=10.25
/proc/10848/task/10849/stat : 10849 (java) R 10843 10843 9666 0 -1 64 5939 0 1 0 1021 4 0 0 25 0 10 0 57237281 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4126619348 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10850] ppid=10843 vsize=849416 CPUtime=1.95
/proc/10848/task/10850/stat : 10850 (java) S 10843 10843 9666 0 -1 64 41720 0 0 0 179 16 0 0 16 0 10 0 57237283 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10851] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10851/stat : 10851 (java) S 10843 10843 9666 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57237283 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10852] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10852/stat : 10852 (java) S 10843 10843 9666 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57237283 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10853] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10853/stat : 10853 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57237285 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10854] ppid=10843 vsize=849416 CPUtime=0.32
/proc/10848/task/10854/stat : 10854 (java) S 10843 10843 9666 0 -1 64 1596 0 0 0 31 1 0 0 16 0 10 0 57237288 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10855] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10855/stat : 10855 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57237288 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10856] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10856/stat : 10856 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57237288 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10858] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10858/stat : 10858 (java) S 10843 10843 9666 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57237802 869801984 48828 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 854772

[startup+25.5022 s]
/proc/loadavg: 1.40 1.12 1.11 3/92 10858
/proc/meminfo: memFree=1314584/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=849416 CPUtime=25.22
/proc/10848/stat : 10848 (java) S 10843 10843 9666 0 -1 0 49964 0 1 0 2500 22 0 0 20 0 9 0 57237280 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 212354 48830 2618 9 0 206839 0
[pid=10848/tid=10849] ppid=10843 vsize=849416 CPUtime=22.92
/proc/10848/task/10849/stat : 10849 (java) R 10843 10843 9666 0 -1 64 5940 0 1 0 2288 4 0 0 25 0 9 0 57237281 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4126626380 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10850] ppid=10843 vsize=849416 CPUtime=1.95
/proc/10848/task/10850/stat : 10850 (java) S 10843 10843 9666 0 -1 64 41720 0 0 0 179 16 0 0 16 0 9 0 57237283 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10851] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10851/stat : 10851 (java) S 10843 10843 9666 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57237283 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10852] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10852/stat : 10852 (java) S 10843 10843 9666 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57237283 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10853] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10853/stat : 10853 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237285 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10854] ppid=10843 vsize=849416 CPUtime=0.33
/proc/10848/task/10854/stat : 10854 (java) S 10843 10843 9666 0 -1 64 1598 0 0 0 32 1 0 0 16 0 9 0 57237288 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10855] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10855/stat : 10855 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237288 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10856] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10856/stat : 10856 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57237288 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 854772

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

[startup+26.3012 s]
/proc/loadavg: 1.45 1.13 1.12 3/92 10858
/proc/meminfo: memFree=1314584/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=849416 CPUtime=26.02
/proc/10848/stat : 10848 (java) S 10843 10843 9666 0 -1 0 49964 0 1 0 2580 22 0 0 20 0 9 0 57237280 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 212354 48830 2618 9 0 206839 0
[pid=10848/tid=10849] ppid=10843 vsize=849416 CPUtime=23.72
/proc/10848/task/10849/stat : 10849 (java) R 10843 10843 9666 0 -1 64 5940 0 1 0 2368 4 0 0 25 0 9 0 57237281 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4126626271 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10850] ppid=10843 vsize=849416 CPUtime=1.95
/proc/10848/task/10850/stat : 10850 (java) S 10843 10843 9666 0 -1 64 41720 0 0 0 179 16 0 0 16 0 9 0 57237283 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10851] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10851/stat : 10851 (java) S 10843 10843 9666 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57237283 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10852] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10852/stat : 10852 (java) S 10843 10843 9666 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57237283 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10853] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10853/stat : 10853 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237285 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10854] ppid=10843 vsize=849416 CPUtime=0.33
/proc/10848/task/10854/stat : 10854 (java) S 10843 10843 9666 0 -1 64 1598 0 0 0 32 1 0 0 16 0 9 0 57237288 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10855] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10855/stat : 10855 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237288 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10856] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10856/stat : 10856 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57237288 869801984 48830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.02
Current children cumulated vsize (KiB) 854772

[startup+26.7013 s]
/proc/loadavg: 1.45 1.13 1.12 3/92 10858
/proc/meminfo: memFree=1314584/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=849416 CPUtime=26.41
/proc/10848/stat : 10848 (java) S 10843 10843 9666 0 -1 0 49965 0 1 0 2619 22 0 0 20 0 9 0 57237280 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 212354 48831 2618 9 0 206839 0
[pid=10848/tid=10849] ppid=10843 vsize=849416 CPUtime=24.11
/proc/10848/task/10849/stat : 10849 (java) R 10843 10843 9666 0 -1 64 5940 0 1 0 2407 4 0 0 25 0 9 0 57237281 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4126624936 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10850] ppid=10843 vsize=849416 CPUtime=1.95
/proc/10848/task/10850/stat : 10850 (java) S 10843 10843 9666 0 -1 64 41720 0 0 0 179 16 0 0 16 0 9 0 57237283 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10851] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10851/stat : 10851 (java) S 10843 10843 9666 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57237283 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10852] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10852/stat : 10852 (java) S 10843 10843 9666 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57237283 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10853] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10853/stat : 10853 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237285 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10854] ppid=10843 vsize=849416 CPUtime=0.33
/proc/10848/task/10854/stat : 10854 (java) S 10843 10843 9666 0 -1 64 1599 0 0 0 32 1 0 0 16 0 9 0 57237288 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10855] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10855/stat : 10855 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57237288 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10848/tid=10856] ppid=10843 vsize=849416 CPUtime=0
/proc/10848/task/10856/stat : 10856 (java) S 10843 10843 9666 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57237288 869801984 48831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.41
Current children cumulated vsize (KiB) 854772

[startup+26.8019 s]
/proc/loadavg: 1.45 1.13 1.12 3/92 10858
/proc/meminfo: memFree=1314584/2055920 swapFree=4192812/4192956
[pid=10843] ppid=10841 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (concrete.sh) S 10841 10843 9666 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57237279 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 244 201 169 0 50 0
[pid=10848] ppid=10843 vsize=0 CPUtime=26.5
/proc/10848/stat : 10848 (java) Z 10843 10843 9666 0 -1 12 49975 0 1 0 2627 23 0 0 16 0 2 0 57237280 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10848/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.5
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 26.8265
CPU time (s): 26.535
CPU user time (s): 26.274
CPU system time (s): 0.26096
CPU usage (%): 98.9133
Max. virtual memory (cumulated for all children) (KiB): 855508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.274
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50617
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= 2584
involuntary context switches= 3597

runsolver used 0.034994 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-16 01:49:00
IDJOB=2064236
IDBENCH=54135
IDSOLVER=735
FILE ID=node56/2064236-1247701739
PBS_JOBID= 9521201
Free space on /tmp= 103076 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-5_ext.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064236-1247701739/watcher-2064236-1247701739 -o /tmp/evaluation-result-2064236-1247701739/solver-2064236-1247701739 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2064236-1247701739.xml

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

MD5SUM BENCH= 913b73e52caa1aa69c2e6b17aebbe21b
RANDOM SEED=891977806

node56.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.209
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.209
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:       1501400 kB
Buffers:         77004 kB
Cached:         342352 kB
SwapCached:          0 kB
Active:         220484 kB
Inactive:       253248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          73772 kB
Slab:            65892 kB
Committed_AS:   519524 kB
PageTables:       2004 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= 103072 MiB
End job on node56 at 2009-07-16 01:49:27