Trace number 2094290

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
Abscon 112v4 ESAC? (MO) 5.71 5.8446

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-18.xml
MD5SUM7009ab8b0625ac3b74cd8e0d86a590c4
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.5673
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints17910
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17710
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=esac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-2094290-1247403311.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.47/0.59	     nbVariables=800  nbDomainTypes=44  minDomainSize=1  maxDomainSize=45  nbTotalValues=18700
0.47/0.59	       =>  wckTime=0.343  cpuTime=0.23  mem=10M820
0.47/0.59	   
0.47/0.59	   predicates being loaded...
0.57/0.65	   
0.57/0.65	   constraints being loaded...

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094290-1247403311/watcher-2094290-1247403311 -o /tmp/evaluation-result-2094290-1247403311/solver-2094290-1247403311 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094290-1247403311.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.77 4/80 30231
/proc/meminfo: memFree=1618000/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=10676 CPUtime=0
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27398732 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 2669 474 207 9 0 1184 0
[pid=30231/tid=30232] ppid=30229 vsize=10676 CPUtime=0
/proc/30231/task/30232/stat : 30232 (java) R 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27398734 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 11771864 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.032943 s]
/proc/loadavg: 1.92 1.98 1.77 4/80 30231
/proc/meminfo: memFree=1618000/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=861936 CPUtime=0.03
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 2276 0 1 0 2 1 0 0 18 0 5 0 27398732 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 215484 1879 861 9 0 210399 0
[pid=30231/tid=30232] ppid=30229 vsize=861936 CPUtime=0.01
/proc/30231/task/30232/stat : 30232 (java) D 30229 30231 29944 0 -1 64 1581 0 1 0 1 0 0 0 17 0 5 0 27398734 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.115555 s]
/proc/loadavg: 1.92 1.98 1.77 4/80 30231
/proc/meminfo: memFree=1618000/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=865984 CPUtime=0.09
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 3954 0 1 0 8 1 0 0 18 0 9 0 27398732 886767616 3383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 216496 3383 1768 9 0 210981 0
[pid=30231/tid=30232] ppid=30229 vsize=865984 CPUtime=0.08
/proc/30231/task/30232/stat : 30232 (java) R 30229 30231 29944 0 -1 64 3046 0 1 0 7 1 0 0 18 0 9 0 27398734 886767616 3383 996147200 134512640 134550932 4294955968 18446744073709551615 103655147 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301584 s]
/proc/loadavg: 1.92 1.98 1.77 4/80 30231
/proc/meminfo: memFree=1618000/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=866144 CPUtime=0.28
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 5660 0 1 0 25 3 0 0 18 0 9 0 27398732 886931456 5063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 216536 5063 1927 9 0 211014 0
[pid=30231/tid=30232] ppid=30229 vsize=866144 CPUtime=0.24
/proc/30231/task/30232/stat : 30232 (java) R 30229 30231 29944 0 -1 64 4726 0 1 0 22 2 0 0 19 0 9 0 27398734 886931456 5063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.701648 s]
/proc/loadavg: 1.92 1.98 1.77 4/80 30231
/proc/meminfo: memFree=1618000/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=867200 CPUtime=0.67
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 8302 0 1 0 62 5 0 0 18 0 9 0 27398732 888012800 7656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 216800 7656 2034 9 0 211236 0
[pid=30231/tid=30232] ppid=30229 vsize=867200 CPUtime=0.53
/proc/30231/task/30232/stat : 30232 (java) R 30229 30231 29944 0 -1 64 7106 0 1 0 49 4 0 0 19 0 9 0 27398734 888012800 7656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867200

[startup+1.50278 s]
/proc/loadavg: 1.92 1.98 1.77 3/89 30240
/proc/meminfo: memFree=1580168/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=867700 CPUtime=1.46
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 18548 0 1 0 137 9 0 0 18 0 9 0 27398732 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 216925 17876 2028 9 0 211383 0
[pid=30231/tid=30232] ppid=30229 vsize=867700 CPUtime=1.2
/proc/30231/task/30232/stat : 30232 (java) R 30229 30231 29944 0 -1 64 15799 0 1 0 113 7 0 0 25 0 9 0 27398734 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4126704681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30234] ppid=30229 vsize=867700 CPUtime=0.05
/proc/30231/task/30234/stat : 30234 (java) S 30229 30231 29944 0 -1 64 1371 0 0 0 5 0 0 0 16 0 9 0 27398735 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30235] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30235/stat : 30235 (java) S 30229 30231 29944 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27398736 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30236] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30236/stat : 30236 (java) S 30229 30231 29944 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27398736 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30237] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30237/stat : 30237 (java) S 30229 30231 29944 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27398738 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30238] ppid=30229 vsize=867700 CPUtime=0.17
/proc/30231/task/30238/stat : 30238 (java) S 30229 30231 29944 0 -1 64 677 0 0 0 17 0 0 0 16 0 9 0 27398738 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30239] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30239/stat : 30239 (java) S 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27398738 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30240] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30240/stat : 30240 (java) S 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27398738 888524800 17876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867700

[startup+3.10104 s]
/proc/loadavg: 1.92 1.98 1.77 3/89 30240
/proc/meminfo: memFree=1553736/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=867700 CPUtime=3.05
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 22002 0 1 0 275 30 0 0 18 0 9 0 27398732 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 216925 21329 2029 9 0 211383 0
[pid=30231/tid=30232] ppid=30229 vsize=867700 CPUtime=2.6
/proc/30231/task/30232/stat : 30232 (java) R 30229 30231 29944 0 -1 64 15824 0 1 0 233 27 0 0 25 0 9 0 27398734 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4126879230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30234] ppid=30229 vsize=867700 CPUtime=0.16
/proc/30231/task/30234/stat : 30234 (java) S 30229 30231 29944 0 -1 64 4736 0 0 0 14 2 0 0 16 0 9 0 27398735 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30235] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30235/stat : 30235 (java) S 30229 30231 29944 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27398736 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30236] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30236/stat : 30236 (java) S 30229 30231 29944 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27398736 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30237] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30237/stat : 30237 (java) S 30229 30231 29944 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27398738 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30238] ppid=30229 vsize=867700 CPUtime=0.26
/proc/30231/task/30238/stat : 30238 (java) S 30229 30231 29944 0 -1 64 741 0 0 0 26 0 0 0 15 0 9 0 27398738 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30239] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30239/stat : 30239 (java) S 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27398738 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30240] ppid=30229 vsize=867700 CPUtime=0
/proc/30231/task/30240/stat : 30240 (java) S 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27398738 888524800 21329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867700



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+5.40241 s]
/proc/loadavg: 1.93 1.98 1.77 4/91 30242
/proc/meminfo: memFree=1472632/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=868024 CPUtime=5.33
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 38117 0 1 0 444 89 0 0 18 0 10 0 27398732 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 217006 37431 2035 9 0 211464 0
[pid=30242] ppid=30231 vsize=868024 CPUtime=0
/proc/30242/stat : 30242 (java) R 30231 30231 29944 0 -1 64 13 0 0 0 0 0 0 0 25 0 1 0 27399272 888856576 37432 996147200 134512640 134550932 4294955968 18446744073709551615 4160633543 0 4 0 16800975 0 0 0 17 1 0 0
/proc/30242/statm: 217006 37432 2036 9 0 211464 0
[pid=30231/tid=30232] ppid=30229 vsize=868024 CPUtime=4.53
/proc/30231/task/30232/stat : 30232 (java) S 30229 30231 29944 0 -1 64 15863 0 1 0 373 80 0 0 25 0 10 0 27398734 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30234] ppid=30229 vsize=868024 CPUtime=0.48
/proc/30231/task/30234/stat : 30234 (java) S 30229 30231 29944 0 -1 64 20797 0 0 0 41 7 0 0 16 0 10 0 27398735 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30235] ppid=30229 vsize=868024 CPUtime=0
/proc/30231/task/30235/stat : 30235 (java) S 30229 30231 29944 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27398736 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30236] ppid=30229 vsize=868024 CPUtime=0
/proc/30231/task/30236/stat : 30236 (java) S 30229 30231 29944 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27398736 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30237] ppid=30229 vsize=868024 CPUtime=0
/proc/30231/task/30237/stat : 30237 (java) S 30229 30231 29944 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27398738 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30238] ppid=30229 vsize=868024 CPUtime=0.28
/proc/30231/task/30238/stat : 30238 (java) S 30229 30231 29944 0 -1 64 753 0 0 0 28 0 0 0 15 0 10 0 27398738 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30239] ppid=30229 vsize=868024 CPUtime=0
/proc/30231/task/30239/stat : 30239 (java) S 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 27398738 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30240] ppid=30229 vsize=868024 CPUtime=0
/proc/30231/task/30240/stat : 30240 (java) S 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 27398738 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30241] ppid=30229 vsize=868024 CPUtime=0
/proc/30231/task/30241/stat : 30241 (java) R 30229 30231 29944 0 -1 64 3 0 0 0 0 0 0 0 25 0 10 0 27399272 888856576 37431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 1736048

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5.80248 s]
/proc/loadavg: 1.93 1.98 1.77 4/91 30242
/proc/meminfo: memFree=1472632/2055920 swapFree=4192812/4192956
[pid=30231] ppid=30229 vsize=868348 CPUtime=5.34
/proc/30231/stat : 30231 (java) S 30229 30231 29944 0 -1 0 38364 0 1 0 444 90 0 0 16 0 9 0 27398732 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30231/statm: 217087 37442 2036 9 0 211545 0
[pid=30242] ppid=30231 vsize=10720 CPUtime=0.37
/proc/30242/stat : 30242 (saucy) R 30231 30231 29944 0 -1 4194304 1296 0 0 0 36 1 0 0 25 0 1 0 27399272 10977280 1265 996147200 134512640 134531332 4294956000 18446744073709551615 134522324 0 4 0 0 0 0 0 17 1 0 0
/proc/30242/statm: 2680 1265 95 4 0 2356 0
[pid=30231/tid=30232] ppid=30229 vsize=868348 CPUtime=4.53
/proc/30231/task/30232/stat : 30232 (java) S 30229 30231 29944 0 -1 64 15911 0 1 0 373 80 0 0 24 0 9 0 27398734 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30231/tid=30234] ppid=30229 vsize=868348 CPUtime=0.48
/proc/30231/task/30234/stat : 30234 (java) S 30229 30231 29944 0 -1 64 20837 0 0 0 41 7 0 0 15 0 9 0 27398735 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30235] ppid=30229 vsize=868348 CPUtime=0
/proc/30231/task/30235/stat : 30235 (java) S 30229 30231 29944 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27398736 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30236] ppid=30229 vsize=868348 CPUtime=0
/proc/30231/task/30236/stat : 30236 (java) S 30229 30231 29944 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27398736 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30238] ppid=30229 vsize=868348 CPUtime=0.28
/proc/30231/task/30238/stat : 30238 (java) S 30229 30231 29944 0 -1 64 753 0 0 0 28 0 0 0 15 0 9 0 27398738 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30239] ppid=30229 vsize=868348 CPUtime=0
/proc/30231/task/30239/stat : 30239 (java) S 30229 30231 29944 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27398738 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30231/tid=30241] ppid=30229 vsize=868348 CPUtime=0
/proc/30231/task/30241/stat : 30241 (java) S 30229 30231 29944 0 -1 64 39 0 0 0 0 0 0 0 24 0 9 0 27399272 889188352 37442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 879068

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30231 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=441324
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=922859
# CPU time returned by wait4() is 5.36418
# while last known CPU time is 5.71
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5.8446
CPU time (s): 5.71
CPU user time (s): 4.8
CPU system time (s): 0.91
CPU usage (%): 97.6969
Max. virtual memory (cumulated for all children) (KiB): 1736048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.44132
system time used= 0.922859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38387
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= 1141
involuntary context switches= 1262

runsolver used 0.015997 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 14:55:12
IDJOB=2094290
IDBENCH=54115
IDSOLVER=774
FILE ID=node3/2094290-1247403311
PBS_JOBID= 9510637
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-18.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094290-1247403311/watcher-2094290-1247403311 -o /tmp/evaluation-result-2094290-1247403311/solver-2094290-1247403311 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094290-1247403311.xml

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

MD5SUM BENCH= 7009ab8b0625ac3b74cd8e0d86a590c4
RANDOM SEED=733081770

node3.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.259
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.259
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:       1618480 kB
Buffers:         34512 kB
Cached:         127600 kB
SwapCached:          0 kB
Active:         126020 kB
Inactive:       250404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4560 kB
Writeback:           0 kB
Mapped:          74964 kB
Slab:            46168 kB
Committed_AS:   999656 kB
PageTables:       1844 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= 66400 MiB
End job on node3 at 2009-07-12 14:55:19