Trace number 1073281

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
choco2_dwdeg 2008-06-26UNSAT 25.0122 25.3207

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-08.xml
MD5SUMcc16c493dbfac3e6a3e2b2c64b0d62cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.23066
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

24.54/24.83	s UNSATISFIABLE
24.54/24.83	d ASSIGNMENTS 0
24.54/24.83	c UNSAT 24737 TIME      0 NDS    3746 PARSTIME      20809 BUILDPB       182 RES       null RESTART       1 HEURISTIC      

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073281-1215176943/watcher-1073281-1215176943 -o /tmp/evaluation-result-1073281-1215176943/solver-1073281-1215176943 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1073281-1215176943.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.31 2.27 3/84 15391
/proc/meminfo: memFree=901696/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=18572 CPUtime=0
/proc/15391/stat : 15391 (runsolver) R 15389 15391 13247 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 258637073 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15391/statm: 4643 292 257 25 0 2626 0

[startup+0.0918351 s]
/proc/loadavg: 2.17 2.31 2.27 3/84 15391
/proc/meminfo: memFree=901696/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=866416 CPUtime=0.07
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 3653 0 1 0 5 2 0 0 18 0 9 0 258637073 887209984 3126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216604 3126 1701 9 0 211076 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866416

[startup+0.101833 s]
/proc/loadavg: 2.17 2.31 2.27 3/84 15391
/proc/meminfo: memFree=901696/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=866556 CPUtime=0.08
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 3760 0 1 0 6 2 0 0 18 0 9 0 258637073 887353344 3233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216639 3233 1742 9 0 211111 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.30187 s]
/proc/loadavg: 2.17 2.31 2.27 3/84 15391
/proc/meminfo: memFree=901696/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=866556 CPUtime=0.28
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 4299 0 1 0 25 3 0 0 18 0 9 0 258637073 887353344 3752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216639 3752 1852 9 0 211111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866556

[startup+0.701954 s]
/proc/loadavg: 2.17 2.31 2.27 3/84 15391
/proc/meminfo: memFree=901696/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867320 CPUtime=0.68
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 8708 0 1 0 62 6 0 0 18 0 9 0 258637073 888135680 8161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216830 8161 1855 9 0 211302 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867320

[startup+1.50211 s]
/proc/loadavg: 2.17 2.31 2.27 3/93 15400
/proc/meminfo: memFree=855800/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867452 CPUtime=1.47
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 27772 0 1 0 129 18 0 0 18 0 9 0 258637073 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216863 27215 1880 9 0 211335 0
[pid=15391/tid=15393] ppid=15389 vsize=867452 CPUtime=1.04
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 14989 0 1 0 94 10 0 0 25 0 9 0 258637075 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4126621880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867452 CPUtime=0.27
/proc/15391/task/15394/stat : 15394 (java) S 15389 15391 13247 0 -1 64 11523 0 0 0 21 6 0 0 18 0 9 0 258637077 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867452 CPUtime=0.12
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 525 0 0 0 12 0 0 0 16 0 9 0 258637079 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888270848 27215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867452

[startup+3.10142 s]
/proc/loadavg: 2.17 2.31 2.27 3/93 15400
/proc/meminfo: memFree=799352/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867452 CPUtime=3.06
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 34207 0 1 0 283 23 0 0 18 0 9 0 258637073 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216863 33640 1917 9 0 211335 0
[pid=15391/tid=15393] ppid=15389 vsize=867452 CPUtime=2.33
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15090 0 1 0 223 10 0 0 25 0 9 0 258637075 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4126720872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867452 CPUtime=0.49
/proc/15391/task/15394/stat : 15394 (java) S 15389 15391 13247 0 -1 64 17814 0 0 0 39 10 0 0 19 0 9 0 258637077 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867452 CPUtime=0.2
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 568 0 0 0 19 1 0 0 15 0 9 0 258637079 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867452 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888270848 33640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867452

[startup+6.30204 s]
/proc/loadavg: 2.24 2.32 2.27 3/93 15400
/proc/meminfo: memFree=744568/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867632 CPUtime=6.23
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 41657 0 1 0 594 29 0 0 18 0 9 0 258637073 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216908 41043 1988 9 0 211380 0
[pid=15391/tid=15393] ppid=15389 vsize=867632 CPUtime=4.99
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15487 0 1 0 488 11 0 0 25 0 9 0 258637075 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4126894945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867632 CPUtime=0.89
/proc/15391/task/15394/stat : 15394 (java) S 15389 15391 13247 0 -1 64 24786 0 0 0 75 14 0 0 16 0 9 0 258637077 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867632 CPUtime=0.31
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 649 0 0 0 30 1 0 0 15 0 9 0 258637079 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888455168 41043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867632

[startup+12.7013 s]
/proc/loadavg: 2.22 2.32 2.27 4/93 15400
/proc/meminfo: memFree=743416/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867632 CPUtime=12.56
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 42018 0 1 0 1227 29 0 0 18 0 9 0 258637073 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216908 41377 1988 9 0 211380 0
[pid=15391/tid=15393] ppid=15389 vsize=867632 CPUtime=11.17
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15514 0 1 0 1106 11 0 0 25 0 9 0 258637075 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 102605761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867632 CPUtime=1.04
/proc/15391/task/15394/stat : 15394 (java) S 15389 15391 13247 0 -1 64 25119 0 0 0 89 15 0 0 16 0 9 0 258637077 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867632 CPUtime=0.31
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 650 0 0 0 30 1 0 0 15 0 9 0 258637079 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888455168 41377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867632

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

[startup+19.1015 s]
/proc/loadavg: 2.20 2.31 2.27 3/93 15400
/proc/meminfo: memFree=740984/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867632 CPUtime=18.9
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 42649 0 1 0 1860 30 0 0 18 0 9 0 258637073 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216908 41982 1988 9 0 211380 0
[pid=15391/tid=15393] ppid=15389 vsize=867632 CPUtime=17.35
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15540 0 1 0 1724 11 0 0 25 0 9 0 258637075 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 104454660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867632 CPUtime=1.2
/proc/15391/task/15394/stat : 15394 (java) S 15389 15391 13247 0 -1 64 25724 0 0 0 105 15 0 0 16 0 9 0 258637077 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867632 CPUtime=0.31
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 650 0 0 0 30 1 0 0 16 0 9 0 258637079 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888455168 41982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867632

[startup+22.3021 s]
/proc/loadavg: 2.18 2.31 2.27 3/93 15400
/proc/meminfo: memFree=724216/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867632 CPUtime=22.06
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 48269 0 1 0 2173 33 0 0 18 0 9 0 258637073 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216908 47593 1991 9 0 211380 0
[pid=15391/tid=15393] ppid=15389 vsize=867632 CPUtime=20.11
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15562 0 1 0 2000 11 0 0 25 0 9 0 258637075 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4126861832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867632 CPUtime=1.57
/proc/15391/task/15394/stat : 15394 (java) S 15389 15391 13247 0 -1 64 31290 0 0 0 138 19 0 0 16 0 9 0 258637077 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867632 CPUtime=0.35
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 682 0 0 0 34 1 0 0 15 0 9 0 258637079 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888455168 47593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (KiB) 867632

[startup+23.9014 s]
/proc/loadavg: 2.18 2.31 2.27 3/93 15400
/proc/meminfo: memFree=703224/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867632 CPUtime=23.66
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 53890 0 1 0 2329 37 0 0 18 0 9 0 258637073 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216908 53206 1994 9 0 211380 0
[pid=15391/tid=15393] ppid=15389 vsize=867632 CPUtime=21.32
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15608 0 1 0 2120 12 0 0 25 0 9 0 258637075 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867632 CPUtime=1.92
/proc/15391/task/15394/stat : 15394 (java) R 15389 15391 13247 0 -1 64 36846 0 0 0 170 22 0 0 16 0 9 0 258637077 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867632 CPUtime=0.38
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 701 0 0 0 37 1 0 0 15 0 9 0 258637079 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888455168 53206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 867632

[startup+24.703 s]
/proc/loadavg: 2.25 2.32 2.27 4/93 15400
/proc/meminfo: memFree=680120/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867632 CPUtime=24.45
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 58647 0 1 0 2406 39 0 0 18 0 9 0 258637073 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216908 57962 1996 9 0 211380 0
[pid=15391/tid=15393] ppid=15389 vsize=867632 CPUtime=21.82
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15635 0 1 0 2170 12 0 0 25 0 9 0 258637075 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867632 CPUtime=2.16
/proc/15391/task/15394/stat : 15394 (java) S 15389 15391 13247 0 -1 64 41538 0 0 0 192 24 0 0 16 0 9 0 258637077 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867632 CPUtime=0.43
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 739 0 0 0 42 1 0 0 15 0 9 0 258637079 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888455168 57962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 867632

[startup+25.1027 s]
/proc/loadavg: 2.25 2.32 2.27 4/93 15400
/proc/meminfo: memFree=680120/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=867632 CPUtime=24.84
/proc/15391/stat : 15391 (java) S 15389 15391 13247 0 -1 0 62484 0 1 0 2443 41 0 0 18 0 9 0 258637073 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 216908 61798 1996 9 0 211380 0
[pid=15391/tid=15393] ppid=15389 vsize=867632 CPUtime=21.92
/proc/15391/task/15393/stat : 15393 (java) R 15389 15391 13247 0 -1 64 15639 0 1 0 2180 12 0 0 25 0 9 0 258637075 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15389 vsize=867632 CPUtime=2.43
/proc/15391/task/15394/stat : 15394 (java) R 15389 15391 13247 0 -1 64 45359 0 0 0 217 26 0 0 16 0 9 0 258637077 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15389 15391 13247 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15389 15391 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258637077 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15397/stat : 15397 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258637079 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15389 vsize=867632 CPUtime=0.46
/proc/15391/task/15398/stat : 15398 (java) S 15389 15391 13247 0 -1 64 751 0 0 0 45 1 0 0 16 0 9 0 258637079 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15389 15391 13247 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 258637079 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15400] ppid=15389 vsize=867632 CPUtime=0
/proc/15391/task/15400/stat : 15400 (java) S 15389 15391 13247 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 258637079 888455168 61798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 867632

[startup+25.3069 s]
/proc/loadavg: 2.25 2.32 2.27 4/93 15400
/proc/meminfo: memFree=656952/2055920 swapFree=4180776/4192956
[pid=15391] ppid=15389 vsize=0 CPUtime=24.99
/proc/15391/stat : 15391 (java) Z 15389 15391 13247 0 -1 12 63785 0 1 0 2455 44 0 0 16 0 2 0 258637073 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.3207
CPU time (s): 25.0122
CPU user time (s): 24.5533
CPU system time (s): 0.45893
CPU usage (%): 98.7817
Max. virtual memory (cumulated for all children) (KiB): 867632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5533
system time used= 0.45893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63785
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= 2920
involuntary context switches= 3369

runsolver used 0.039993 second user time and 0.087986 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 15:09:03
IDJOB=1073281
IDBENCH=56333
IDSOLVER=349
FILE ID=node85/1073281-1215176943
PBS_JOBID= 7881463
Free space on /tmp= 126852 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-08.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073281-1215176943/watcher-1073281-1215176943 -o /tmp/evaluation-result-1073281-1215176943/solver-1073281-1215176943 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1073281-1215176943.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc16c493dbfac3e6a3e2b2c64b0d62cb
RANDOM SEED=1106148648

node85.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.272
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.272
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:        902112 kB
Buffers:         67296 kB
Cached:         316276 kB
SwapCached:       7020 kB
Active:         860604 kB
Inactive:       243592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        902112 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:           12716 kB
Writeback:           0 kB
Mapped:         731756 kB
Slab:            33764 kB
Committed_AS:  1323376 kB
PageTables:       2944 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= 126848 MiB
End job on node85 at 2008-07-04 15:09:29