Trace number 1100188

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-26SAT 14.8317 15.0018

DiagnosticValue
ASSIGNMENTS7082

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-63_ext.xml
MD5SUM969695fd01b3f44c71fcb9910afe5f6b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2805
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

14.76/14.94	s SATISFIABLE
14.76/14.94	v 3 2 31 25 34 21 35 31 29 9 29 9 22 31 16 20 28 21 20 39 26 8 6 8 30 37 22 14 30 31 0 0 12 21 31 38 22 10 25 37 
14.76/14.94	d ASSIGNMENTS 7082
14.76/14.94	c SAT 14848 TIME      7082 NDS    258 PARSTIME      172 BUILDPB       14418 RES       false RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

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-1100188-1215286680/watcher-1100188-1215286680 -o /tmp/evaluation-result-1100188-1215286680/solver-1100188-1215286680 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1100188-1215286680.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.10 2.08 2.03 4/73 13889
/proc/meminfo: memFree=1708552/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=152 CPUtime=0
/proc/13889/stat : 13889 (java) R 13887 13889 7873 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 684397563 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 7934756 0 0 4096 0 0 0 0 17 1 0 0
/proc/13889/statm: 38 26 19 9 0 4 0

[startup+0.0608549 s]
/proc/loadavg: 2.10 2.08 2.03 4/73 13889
/proc/meminfo: memFree=1708552/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=864612 CPUtime=0.04
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 2903 0 1 0 3 1 0 0 18 0 9 0 684397563 885362688 2425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216153 2425 1207 9 0 211020 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864612

[startup+0.102863 s]
/proc/loadavg: 2.10 2.08 2.03 4/73 13889
/proc/meminfo: memFree=1708552/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866524 CPUtime=0.08
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 3826 0 1 0 7 1 0 0 18 0 9 0 684397563 887320576 3297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216631 3297 1762 9 0 211103 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866524

[startup+0.301904 s]
/proc/loadavg: 2.10 2.08 2.03 4/73 13889
/proc/meminfo: memFree=1708552/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866836 CPUtime=0.29
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 5507 0 1 0 26 3 0 0 18 0 9 0 684397563 887640064 4955 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216709 4955 1864 9 0 211181 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866836

[startup+0.702973 s]
/proc/loadavg: 2.10 2.08 2.03 4/73 13889
/proc/meminfo: memFree=1708552/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=0.67
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 7885 0 1 0 63 4 0 0 18 0 9 0 684397563 887717888 7295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 7295 1941 9 0 211200 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866912

[startup+1.50112 s]
/proc/loadavg: 2.09 2.08 2.03 3/82 13898
/proc/meminfo: memFree=1686720/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=1.47
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 8008 0 1 0 142 5 0 0 18 0 9 0 684397563 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 7417 1943 9 0 211200 0
[pid=13889/tid=13891] ppid=13887 vsize=866912 CPUtime=1.33
/proc/13889/task/13891/stat : 13891 (java) R 13887 13889 7873 0 -1 64 6902 0 1 0 130 3 0 0 25 0 9 0 684397564 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4126630953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13892] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 684397566 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13893] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13887 13889 7873 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 684397566 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13894] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 684397566 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13895] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13895/stat : 13895 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 684397568 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13896] ppid=13887 vsize=866912 CPUtime=0.11
/proc/13889/task/13896/stat : 13896 (java) S 13887 13889 7873 0 -1 64 375 0 0 0 11 0 0 0 16 0 9 0 684397568 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13897] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13887 13889 7873 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 684397568 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13898] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13898/stat : 13898 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684397568 887717888 7417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866912

[startup+3.10141 s]
/proc/loadavg: 2.09 2.08 2.03 3/82 13898
/proc/meminfo: memFree=1684864/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=3.06
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 8965 0 1 0 300 6 0 0 18 0 9 0 684397563 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 8372 1944 9 0 211200 0
[pid=13889/tid=13891] ppid=13887 vsize=866912 CPUtime=2.9
/proc/13889/task/13891/stat : 13891 (java) R 13887 13889 7873 0 -1 64 7844 0 1 0 286 4 0 0 25 0 9 0 684397564 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4126645824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13892] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 684397566 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13893] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13887 13889 7873 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 684397566 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13894] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 684397566 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13895] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13895/stat : 13895 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 684397568 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13896] ppid=13887 vsize=866912 CPUtime=0.13
/proc/13889/task/13896/stat : 13896 (java) S 13887 13889 7873 0 -1 64 390 0 0 0 13 0 0 0 16 0 9 0 684397568 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13897] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13887 13889 7873 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 684397568 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13898] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13898/stat : 13898 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684397568 887717888 8372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866912

[startup+6.30301 s]
/proc/loadavg: 2.09 2.08 2.03 3/82 13898
/proc/meminfo: memFree=1676488/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=6.23
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 10939 0 1 0 615 8 0 0 18 0 9 0 684397563 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 10344 1945 9 0 211200 0
[pid=13889/tid=13891] ppid=13887 vsize=866912 CPUtime=6.07
/proc/13889/task/13891/stat : 13891 (java) R 13887 13889 7873 0 -1 64 9813 0 1 0 601 6 0 0 25 0 9 0 684397564 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4126713700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13892] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 684397566 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13893] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13887 13889 7873 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 684397566 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13894] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 684397566 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13895] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13895/stat : 13895 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 684397568 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13896] ppid=13887 vsize=866912 CPUtime=0.14
/proc/13889/task/13896/stat : 13896 (java) S 13887 13889 7873 0 -1 64 395 0 0 0 14 0 0 0 16 0 9 0 684397568 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13897] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13887 13889 7873 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 684397568 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13898] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13898/stat : 13898 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684397568 887717888 10344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 866912

[startup+12.7012 s]
/proc/loadavg: 2.15 2.09 2.03 3/82 13898
/proc/meminfo: memFree=1660552/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=12.58
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 14765 0 1 0 1246 12 0 0 18 0 9 0 684397563 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 14170 1945 9 0 211200 0
[pid=13889/tid=13891] ppid=13887 vsize=866912 CPUtime=12.42
/proc/13889/task/13891/stat : 13891 (java) R 13887 13889 7873 0 -1 64 13639 0 1 0 1232 10 0 0 25 0 9 0 684397564 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 102606074 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13892] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 684397566 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13893] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13887 13889 7873 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 684397566 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13894] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 684397566 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13895] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13895/stat : 13895 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 684397568 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13896] ppid=13887 vsize=866912 CPUtime=0.14
/proc/13889/task/13896/stat : 13896 (java) S 13887 13889 7873 0 -1 64 395 0 0 0 14 0 0 0 16 0 9 0 684397568 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13897] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13887 13889 7873 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 684397568 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13898] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13898/stat : 13898 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684397568 887717888 14170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 866912

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

[startup+14.3065 s]
/proc/loadavg: 2.15 2.09 2.03 3/82 13898
/proc/meminfo: memFree=1655048/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=14.17
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 15762 0 1 0 1404 13 0 0 18 0 9 0 684397563 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 15167 1945 9 0 211200 0
[pid=13889/tid=13891] ppid=13887 vsize=866912 CPUtime=14.01
/proc/13889/task/13891/stat : 13891 (java) R 13887 13889 7873 0 -1 64 14636 0 1 0 1390 11 0 0 25 0 9 0 684397564 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4126697619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13892] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 684397566 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13893] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13887 13889 7873 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 684397566 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13894] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 684397566 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13895] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13895/stat : 13895 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 684397568 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13896] ppid=13887 vsize=866912 CPUtime=0.14
/proc/13889/task/13896/stat : 13896 (java) S 13887 13889 7873 0 -1 64 395 0 0 0 14 0 0 0 16 0 9 0 684397568 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13897] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13887 13889 7873 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 684397568 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13898] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13898/stat : 13898 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684397568 887717888 15167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 866912

[startup+14.7026 s]
/proc/loadavg: 2.15 2.09 2.03 3/82 13898
/proc/meminfo: memFree=1655048/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=14.56
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 16010 0 1 0 1443 13 0 0 18 0 9 0 684397563 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 15415 1945 9 0 211200 0
[pid=13889/tid=13891] ppid=13887 vsize=866912 CPUtime=14.41
/proc/13889/task/13891/stat : 13891 (java) R 13887 13889 7873 0 -1 64 14884 0 1 0 1429 12 0 0 25 0 9 0 684397564 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4126687377 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13892] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 684397566 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13893] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13887 13889 7873 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 684397566 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13894] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 684397566 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13895] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13895/stat : 13895 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 684397568 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13896] ppid=13887 vsize=866912 CPUtime=0.14
/proc/13889/task/13896/stat : 13896 (java) S 13887 13889 7873 0 -1 64 395 0 0 0 14 0 0 0 16 0 9 0 684397568 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13897] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13887 13889 7873 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 684397568 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13898] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13898/stat : 13898 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684397568 887717888 15415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.56
Current children cumulated vsize (KiB) 866912

[startup+14.9026 s]
/proc/loadavg: 2.15 2.09 2.03 3/82 13898
/proc/meminfo: memFree=1655048/2055924 swapFree=4177320/4192956
[pid=13889] ppid=13887 vsize=866912 CPUtime=14.76
/proc/13889/stat : 13889 (java) S 13887 13889 7873 0 -1 0 16135 0 1 0 1463 13 0 0 18 0 9 0 684397563 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13889/statm: 216728 15540 1945 9 0 211200 0
[pid=13889/tid=13891] ppid=13887 vsize=866912 CPUtime=14.61
/proc/13889/task/13891/stat : 13891 (java) R 13887 13889 7873 0 -1 64 15009 0 1 0 1449 12 0 0 25 0 9 0 684397564 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4126640992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13892] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 684397566 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13893] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13887 13889 7873 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 684397566 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13894] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13887 13889 7873 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 684397566 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13895] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13895/stat : 13895 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 684397568 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13896] ppid=13887 vsize=866912 CPUtime=0.14
/proc/13889/task/13896/stat : 13896 (java) S 13887 13889 7873 0 -1 64 395 0 0 0 14 0 0 0 16 0 9 0 684397568 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13897] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13887 13889 7873 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 684397568 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13889/tid=13898] ppid=13887 vsize=866912 CPUtime=0
/proc/13889/task/13898/stat : 13898 (java) S 13887 13889 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684397568 887717888 15540 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 866912

Child status: 0
Real time (s): 15.0018
CPU time (s): 14.8317
CPU user time (s): 14.6818
CPU system time (s): 0.149977
CPU usage (%): 98.8665
Max. virtual memory (cumulated for all children) (KiB): 866912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6818
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16271
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= 1308
involuntary context switches= 1585

runsolver used 0.016997 second user time and 0.049992 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 21:38:00
IDJOB=1100188
IDBENCH=59874
IDSOLVER=348
FILE ID=node83/1100188-1215286680
PBS_JOBID= 7882166
Free space on /tmp= 66496 MiB

SOLVER NAME= choco2_impwdeg 2008-06-26
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-63_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-1100188-1215286680/watcher-1100188-1215286680 -o /tmp/evaluation-result-1100188-1215286680/solver-1100188-1215286680 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1100188-1215286680.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 969695fd01b3f44c71fcb9910afe5f6b
RANDOM SEED=513586373

node83.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.263
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.263
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:      2055924 kB
MemFree:       1708968 kB
Buffers:         55976 kB
Cached:         221276 kB
SwapCached:       9708 kB
Active:         189816 kB
Inactive:       108984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1708968 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            6360 kB
Writeback:           0 kB
Mapped:          28472 kB
Slab:            33492 kB
Committed_AS:  1279112 kB
PageTables:       1776 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 node83 at 2008-07-05 21:38:15