Trace number 1096800

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_impwdeg 2008-06-26UNSAT 26.9429 27.0041

DiagnosticValue
ASSIGNMENTS53891

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-76_ext.xml
MD5SUMb73739947302319b802c796b3d6b0a99
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.45187
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

26.88/26.94	s UNSATISFIABLE
26.88/26.94	d ASSIGNMENTS 53891
26.88/26.94	c UNSAT 26858 TIME      53891 NDS    282 PARSTIME      183 BUILDPB       26393 RES       false 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-1096800-1215281269/watcher-1096800-1215281269 -o /tmp/evaluation-result-1096800-1215281269/solver-1096800-1215281269 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1096800-1215281269.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: 1.99 2.00 2.00 4/87 10568
/proc/meminfo: memFree=1596632/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=308 CPUtime=0
/proc/10568/stat : 10568 (java) R 10566 10568 8148 0 -1 0 237 0 0 0 0 0 0 0 18 0 1 0 2007096722 315392 39 996147200 134512640 134550740 4294956016 18446744073709551615 5686052 0 0 4096 0 0 0 0 17 0 0 0
/proc/10568/statm: 77 39 29 9 0 6 0

[startup+0.077015 s]
/proc/loadavg: 1.99 2.00 2.00 4/87 10568
/proc/meminfo: memFree=1596632/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=866524 CPUtime=0.06
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 3656 0 1 0 5 1 0 0 18 0 9 0 2007096722 887320576 3129 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216631 3129 1706 9 0 211103 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 866524

[startup+0.101018 s]
/proc/loadavg: 1.99 2.00 2.00 4/87 10568
/proc/meminfo: memFree=1596632/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=866524 CPUtime=0.09
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 3877 0 1 0 7 2 0 0 18 0 9 0 2007096722 887320576 3338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216631 3338 1777 9 0 211103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866524

[startup+0.301034 s]
/proc/loadavg: 1.99 2.00 2.00 4/87 10568
/proc/meminfo: memFree=1596632/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867420 CPUtime=0.28
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 4684 0 1 0 26 2 0 0 18 0 9 0 2007096722 888238080 4132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216855 4132 1864 9 0 211327 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867420

[startup+0.701067 s]
/proc/loadavg: 1.99 2.00 2.00 4/87 10568
/proc/meminfo: memFree=1596632/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867420 CPUtime=0.69
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 6503 0 1 0 65 4 0 0 18 0 9 0 2007096722 888238080 5914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216855 5914 1942 9 0 211327 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867420

[startup+1.50213 s]
/proc/loadavg: 1.99 2.00 2.00 4/96 10577
/proc/meminfo: memFree=1579472/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=1.49
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 7296 0 1 0 144 5 0 0 18 0 9 0 2007096722 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 6705 1945 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=1.28
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 6005 0 1 0 124 4 0 0 25 0 9 0 2007096723 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2007096724 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 2007096724 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2007096724 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 560 0 0 0 20 0 0 0 16 0 9 0 2007096726 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 6705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 6706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867552

[startup+3.10226 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1574864/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=3.09
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 8931 0 1 0 302 7 0 0 18 0 9 0 2007096722 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 8338 1946 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=2.87
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 7634 0 1 0 281 6 0 0 25 0 9 0 2007096723 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2007096724 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 2007096724 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2007096724 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 566 0 0 0 20 0 0 0 15 0 9 0 2007096726 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 8338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867552

[startup+6.30153 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1560976/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=6.29
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 12218 0 1 0 618 11 0 0 18 0 9 0 2007096722 888373248 11624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 11625 1946 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=6.07
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 10922 0 1 0 597 10 0 0 25 0 9 0 2007096723 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4126751354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 2007096724 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2007096724 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 566 0 0 0 20 0 0 0 15 0 9 0 2007096726 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 11625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867552

[startup+12.7011 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1537488/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=12.69
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 17178 0 1 0 1252 17 0 0 18 0 9 0 2007096722 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 16582 1961 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=12.45
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 15482 0 1 0 1229 16 0 0 25 0 9 0 2007096723 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0.01
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 398 0 0 0 1 0 0 0 16 0 9 0 2007096724 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 566 0 0 0 20 0 0 0 15 0 9 0 2007096726 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 16582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867552

[startup+25.5021 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1536016/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=25.48
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 17560 0 1 0 2518 30 0 0 18 0 9 0 2007096722 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 16963 1961 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=25.24
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 15483 0 1 0 2495 29 0 0 25 0 9 0 2007096723 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0.01
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 779 0 0 0 1 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 566 0 0 0 20 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 867552

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

[startup+26.3022 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1536016/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=26.29
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 17560 0 1 0 2598 31 0 0 18 0 9 0 2007096722 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 16963 1961 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=26.04
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 15483 0 1 0 2574 30 0 0 25 0 9 0 2007096723 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0.01
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 779 0 0 0 1 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 566 0 0 0 20 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.29
Current children cumulated vsize (KiB) 867552

[startup+26.7022 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1536016/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=26.68
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 17560 0 1 0 2637 31 0 0 18 0 9 0 2007096722 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 16963 1961 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=26.43
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 15483 0 1 0 2613 30 0 0 25 0 9 0 2007096723 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0.01
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 779 0 0 0 1 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 566 0 0 0 20 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.68
Current children cumulated vsize (KiB) 867552

[startup+26.9022 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1536016/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=867552 CPUtime=26.88
/proc/10568/stat : 10568 (java) S 10566 10568 8148 0 -1 0 17560 0 1 0 2657 31 0 0 18 0 9 0 2007096722 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 216888 16963 1961 9 0 211360 0
[pid=10568/tid=10570] ppid=10566 vsize=867552 CPUtime=26.63
/proc/10568/task/10570/stat : 10570 (java) R 10566 10568 8148 0 -1 64 15483 0 1 0 2633 30 0 0 25 0 9 0 2007096723 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10571] ppid=10566 vsize=867552 CPUtime=0.01
/proc/10568/task/10571/stat : 10571 (java) S 10566 10568 8148 0 -1 64 779 0 0 0 1 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10572] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10572/stat : 10572 (java) S 10566 10568 8148 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10573] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10573/stat : 10573 (java) S 10566 10568 8148 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007096724 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10574] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10574/stat : 10574 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10575] ppid=10566 vsize=867552 CPUtime=0.2
/proc/10568/task/10575/stat : 10575 (java) S 10566 10568 8148 0 -1 64 566 0 0 0 20 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10576] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10576/stat : 10576 (java) S 10566 10568 8148 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10568/tid=10577] ppid=10566 vsize=867552 CPUtime=0
/proc/10568/task/10577/stat : 10577 (java) S 10566 10568 8148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007096726 888373248 16963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.88
Current children cumulated vsize (KiB) 867552

[startup+27.0022 s]
/proc/loadavg: 1.99 2.00 2.00 3/96 10577
/proc/meminfo: memFree=1536016/2055920 swapFree=4180840/4192956
[pid=10568] ppid=10566 vsize=0 CPUtime=26.93
/proc/10568/stat : 10568 (java) Z 10566 10568 8148 0 -1 12 17572 0 1 0 2661 32 0 0 16 0 2 0 2007096722 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.93
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 27.0041
CPU time (s): 26.9429
CPU user time (s): 26.615
CPU system time (s): 0.32795
CPU usage (%): 99.7733
Max. virtual memory (cumulated for all children) (KiB): 867552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.615
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17572
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= 1699
involuntary context switches= 1753

runsolver used 0.038994 second user time and 0.093985 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 20:07:49
IDJOB=1096800
IDBENCH=59246
IDSOLVER=348
FILE ID=node65/1096800-1215281269
PBS_JOBID= 7882207
Free space on /tmp= 66496 MiB

SOLVER NAME= choco2_impwdeg 2008-06-26
BENCH NAME= CPAI08/csp/tightness0.2/normalized-rand-2-40-11-414-200-76_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1096800-1215281269/watcher-1096800-1215281269 -o /tmp/evaluation-result-1096800-1215281269/solver-1096800-1215281269 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1096800-1215281269.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b73739947302319b802c796b3d6b0a99
RANDOM SEED=1912990678

node65.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.231
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.231
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:       1597112 kB
Buffers:         27380 kB
Cached:         172076 kB
SwapCached:       6584 kB
Active:         348708 kB
Inactive:        56940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597112 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            6152 kB
Writeback:           0 kB
Mapped:         223312 kB
Slab:            37116 kB
Committed_AS:  4350776 kB
PageTables:       2804 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= 66488 MiB
End job on node65 at 2008-07-05 20:08:16