Trace number 1049732

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
galac MWrong Cert. 3.99739 4.0868

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-3.xml
MD5SUM453dfb6e349288d04561e6938325e862
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.176972
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints648
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension648
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.56/2.64	c start processing
2.56/2.64	c start relation processing
2.66/2.73	c start cnf exporting
2.96/3.09	c parsing time : 2.522
2.96/3.09	c preprocessing time : 2.975
2.96/3.10	
2.96/3.10	c Nary constraints - conflicts : 398 supports : 12
2.96/3.10	c Binary constraints - conflicts : 238 supports :0
2.96/3.10	c max arity constraint : 20
2.96/3.10	c Max Tuples generated 1048576
2.96/3.10	c relations : 9
2.96/3.10	c relations BDD: 3
2.96/3.10	c sampling 1/1
2.96/3.10	c vars : 1977 - clauses :  6412
2.96/3.10	
3.06/3.11	 
3.06/3.11	c --- SAT Solver Stats ---
3.06/3.11	 
3.06/3.14	c restarts              : 3
3.06/3.14	c conflicts             : 412            (13292 /sec)
3.06/3.14	c decisions             : 895            (1.90 % random) (28876 /sec)
3.06/3.14	c propagations          : 91914          (2965446 /sec)
3.06/3.14	c conflict literals     : 4669           (38.71 % deleted)
3.06/3.14	c Memory used           : 2.21 MB
3.06/3.14	c CPU time              : 0.030995 s
3.06/3.14	
3.06/3.14	s SATISFIABLE
3.90/4.08	v 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Verifier Data (download as text)

ERROR: constraint C272 is unsatisfied
Predicate is (((parm[0]*parm[1])+(parm[2]+parm[3]))>=parm[4])
with
  parm[0]=-1   -1
  parm[1]=1   V24/$24
  parm[2]=0   V31/$31
  parm[3]=0   V25/$25
  parm[4]=0   0

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-1049732-1215046528/watcher-1049732-1215046528 -o /tmp/evaluation-result-1049732-1215046528/solver-1049732-1215046528 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1049732-1215046528.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.93 1.98 1.94 4/81 6224
/proc/meminfo: memFree=1755616/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=8652 CPUtime=0
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983625644 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6224/statm: 2163 280 208 79 0 156 0
[pid=6225] ppid=6224 vsize=8688 CPUtime=0
/proc/6225/stat : 6225 (galacM.sh) S 6224 6224 4951 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1983625645 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6225/statm: 2172 286 209 79 0 165 0
[pid=6226] ppid=6225 vsize=128 CPUtime=0
/proc/6226/stat : 6226 (id) R 6225 6224 4951 0 -1 4194304 47 0 0 0 0 0 0 0 18 0 1 0 1983625645 131072 22 996147200 4194304 4211724 548682068832 18446744073709551615 264837854485 0 0 3674112 0 0 0 0 17 0 0 0
/proc/6226/statm: 32 22 16 4 0 3 0

[startup+0.0764271 s]
/proc/loadavg: 1.93 1.98 1.94 4/81 6224
/proc/meminfo: memFree=1755616/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=0.01
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 1983625644 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6224/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101426 s]
/proc/loadavg: 1.93 1.98 1.94 4/81 6224
/proc/meminfo: memFree=1755616/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=0.01
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 1983625644 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6224/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301448 s]
/proc/loadavg: 1.93 1.98 1.94 4/81 6224
/proc/meminfo: memFree=1755616/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=0.01
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 1983625644 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6224/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701487 s]
/proc/loadavg: 1.93 1.98 1.94 4/81 6224
/proc/meminfo: memFree=1755616/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=0.01
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 1983625644 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6224/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50157 s]
/proc/loadavg: 1.93 1.98 1.94 3/91 6246
/proc/meminfo: memFree=1714504/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=0.01
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 1983625644 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6224/statm: 11892 363 244 79 0 219 0
[pid=6238] ppid=6224 vsize=812760 CPUtime=1.45
/proc/6238/stat : 6238 (java) S 6224 6224 4951 0 -1 0 13467 0 1 0 138 7 0 0 19 0 9 0 1983625648 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6238/statm: 203190 12684 2586 9 0 197171 0
[pid=6238/tid=6239] ppid=6224 vsize=812760 CPUtime=0.93
/proc/6238/task/6239/stat : 6239 (java) R 6224 6224 4951 0 -1 64 7455 0 1 0 90 3 0 0 25 0 9 0 1983625649 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4127150493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6240] ppid=6224 vsize=812760 CPUtime=0.24
/proc/6238/task/6240/stat : 6240 (java) S 6224 6224 4951 0 -1 64 4448 0 0 0 23 1 0 0 16 0 9 0 1983625650 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6241] ppid=6224 vsize=812760 CPUtime=0
/proc/6238/task/6241/stat : 6241 (java) S 6224 6224 4951 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983625650 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6242] ppid=6224 vsize=812760 CPUtime=0
/proc/6238/task/6242/stat : 6242 (java) S 6224 6224 4951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983625650 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6243] ppid=6224 vsize=812760 CPUtime=0
/proc/6238/task/6243/stat : 6243 (java) S 6224 6224 4951 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983625652 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6244] ppid=6224 vsize=812760 CPUtime=0.25
/proc/6238/task/6244/stat : 6244 (java) S 6224 6224 4951 0 -1 64 865 0 0 0 24 1 0 0 15 0 9 0 1983625652 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6245] ppid=6224 vsize=812760 CPUtime=0
/proc/6238/task/6245/stat : 6245 (java) S 6224 6224 4951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1983625652 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6246] ppid=6224 vsize=812760 CPUtime=0
/proc/6238/task/6246/stat : 6246 (java) S 6224 6224 4951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983625652 832266240 12684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860328

[startup+3.10274 s]
/proc/loadavg: 1.93 1.98 1.94 3/91 6246
/proc/meminfo: memFree=1714184/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=0.01
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 1983625644 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6224/statm: 11892 363 244 79 0 219 0
[pid=6238] ppid=6224 vsize=812872 CPUtime=3.05
/proc/6238/stat : 6238 (java) S 6224 6224 4951 0 -1 0 14448 0 1 0 297 8 0 0 19 0 9 0 1983625648 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6238/statm: 203218 13661 2587 9 0 197199 0
[pid=6238/tid=6239] ppid=6224 vsize=812872 CPUtime=2.46
/proc/6238/task/6239/stat : 6239 (java) S 6224 6224 4951 0 -1 64 8386 0 1 0 242 4 0 0 25 0 9 0 1983625649 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6240] ppid=6224 vsize=812872 CPUtime=0.24
/proc/6238/task/6240/stat : 6240 (java) S 6224 6224 4951 0 -1 64 4448 0 0 0 23 1 0 0 17 0 9 0 1983625650 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6241] ppid=6224 vsize=812872 CPUtime=0
/proc/6238/task/6241/stat : 6241 (java) S 6224 6224 4951 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983625650 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6242] ppid=6224 vsize=812872 CPUtime=0
/proc/6238/task/6242/stat : 6242 (java) S 6224 6224 4951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983625650 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6243] ppid=6224 vsize=812872 CPUtime=0
/proc/6238/task/6243/stat : 6243 (java) S 6224 6224 4951 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983625652 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6244] ppid=6224 vsize=812872 CPUtime=0.32
/proc/6238/task/6244/stat : 6244 (java) S 6224 6224 4951 0 -1 64 915 0 0 0 31 1 0 0 15 0 9 0 1983625652 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6245] ppid=6224 vsize=812872 CPUtime=0
/proc/6238/task/6245/stat : 6245 (java) S 6224 6224 4951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1983625652 832380928 13661 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6238/tid=6246] ppid=6224 vsize=812872 CPUtime=0
/proc/6238/task/6246/stat : 6246 (java) S 6224 6224 4951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983625652 832380928 13661 996147200 134512640 134550740 4294955616 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) 860440

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

[startup+3.50179 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 6249
/proc/meminfo: memFree=1752576/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=3.11
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 835 16398 0 1 0 0 300 11 16 0 1 0 1983625644 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6224/statm: 11892 364 244 79 0 219 0
[pid=6248] ppid=6224 vsize=811500 CPUtime=0.3
/proc/6248/stat : 6248 (java) S 6224 6224 4951 0 -1 0 4793 0 1 0 27 3 0 0 18 0 9 0 1983625959 830976000 4215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6248/statm: 202875 4215 1847 9 0 196856 0
[pid=6248/tid=6249] ppid=6224 vsize=811500 CPUtime=0.27
/proc/6248/task/6249/stat : 6249 (java) R 6224 6224 4951 0 -1 64 3688 0 1 0 25 2 0 0 19 0 9 0 1983625960 830976000 4215 996147200 134512640 134550740 4294955616 18446744073709551615 4125979329 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 859068

[startup+3.90183 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 6249
/proc/meminfo: memFree=1752576/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=3.11
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 835 16398 0 1 0 0 300 11 16 0 1 0 1983625644 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6224/statm: 11892 364 244 79 0 219 0
[pid=6248] ppid=6224 vsize=812772 CPUtime=0.7
/proc/6248/stat : 6248 (java) S 6224 6224 4951 0 -1 0 5834 0 1 0 66 4 0 0 18 0 9 0 1983625959 832278528 5256 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6248/statm: 203193 5256 1853 9 0 197174 0
[pid=6248/tid=6249] ppid=6224 vsize=812772 CPUtime=0.5
/proc/6248/task/6249/stat : 6249 (java) R 6224 6224 4951 0 -1 64 4304 0 1 0 48 2 0 0 21 0 9 0 1983625960 832278528 5256 996147200 134512640 134550740 4294955616 18446744073709551615 4125979567 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 860340

[startup+4.00284 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 6249
/proc/meminfo: memFree=1752576/2055920 swapFree=4180396/4192956
[pid=6224] ppid=6222 vsize=47568 CPUtime=3.11
/proc/6224/stat : 6224 (galacM.sh) S 6222 6224 4951 0 -1 4194304 835 16398 0 1 0 0 300 11 16 0 1 0 1983625644 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6224/statm: 11892 364 244 79 0 219 0
[pid=6248] ppid=6224 vsize=812884 CPUtime=0.79
/proc/6248/stat : 6248 (java) S 6224 6224 4951 0 -1 0 6245 0 1 0 75 4 0 0 18 0 9 0 1983625959 832393216 5627 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6248/statm: 203221 5627 1909 9 0 197174 0
[pid=6248/tid=6249] ppid=6224 vsize=812884 CPUtime=0.56
/proc/6248/task/6249/stat : 6249 (java) R 6224 6224 4951 0 -1 64 4669 0 1 0 53 3 0 0 22 0 9 0 1983625960 832393216 5627 996147200 134512640 134550740 4294955616 18446744073709551615 4125959076 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 860452

Child status: 0
Real time (s): 4.0868
CPU time (s): 3.99739
CPU user time (s): 3.82442
CPU system time (s): 0.172973
CPU usage (%): 97.8122
Max. virtual memory (cumulated for all children) (KiB): 860452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.82442
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24128
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2253
involuntary context switches= 2205

runsolver used 0.007998 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-03 02:55:28
IDJOB=1049732
IDBENCH=54844
IDSOLVER=350
FILE ID=node44/1049732-1215046528
PBS_JOBID= 7875088
Free space on /tmp= 66528 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-3.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049732-1215046528/watcher-1049732-1215046528 -o /tmp/evaluation-result-1049732-1215046528/solver-1049732-1215046528 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1049732-1215046528.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 453dfb6e349288d04561e6938325e862
RANDOM SEED=614786072

node44.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.213
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.213
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:       1756160 kB
Buffers:         36916 kB
Cached:         155120 kB
SwapCached:       6524 kB
Active:         153888 kB
Inactive:        73768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756160 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:          51816 kB
Slab:            57160 kB
Committed_AS:  3466052 kB
PageTables:       1904 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= 66524 MiB
End job on node44 at 2008-07-03 02:55:32