Trace number 1095983

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 MUNSAT 9.08062 9.28485

General information on the benchmark

Namecsp/subs/
normalized-scen06-sub2.xml
MD5SUM7fb64fe8ce2331d0bbcb3e49378101c9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.076987
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints369
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension369
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
4.34/4.41	c start processing
4.34/4.41	c start relation processing
4.34/4.45	c start cnf exporting
8.86/9.09	c parsing time : 4.276
8.86/9.09	c preprocessing time : 8.965
8.86/9.10	
8.86/9.10	c Nary constraints - conflicts : 0 supports : 0
8.86/9.10	c Binary constraints - conflicts : 228 supports :141
8.86/9.10	c max arity constraint : 2
8.86/9.10	c Max Tuples generated 1936
8.86/9.10	c relations : 104
8.86/9.10	c relations BDD: 0
8.86/9.10	c sampling 0/0
8.86/9.10	c vars : 1377 - clauses :  159970
8.86/9.10	
8.95/9.13	 
8.95/9.13	c --- SAT Solver Stats ---
8.95/9.13	 
8.97/9.22	c restarts              : 1
8.97/9.22	c conflicts             : 57             (731 /sec)
8.97/9.22	c decisions             : 256            (1.17 % random) (3283 /sec)
8.97/9.22	c propagations          : 6385           (81872 /sec)
8.97/9.22	c conflict literals     : 805            (23.70 % deleted)
8.97/9.22	c Memory used           : 6.42 MB
8.97/9.22	c CPU time              : 0.077988 s
8.97/9.22	
8.97/9.22	s UNSATISFIABLE

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-1095983-1215280809/watcher-1095983-1215280809 -o /tmp/evaluation-result-1095983-1215280809/solver-1095983-1215280809 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1095983-1215280809.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.09 2.02 2.01 4/82 3144
/proc/meminfo: memFree=1667344/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=18572 CPUtime=0
/proc/3144/stat : 3144 (runsolver) R 3142 3144 1367 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 261068839 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 269807578407 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3144/statm: 4643 292 257 25 0 2626 0

[startup+0.093735 s]
/proc/loadavg: 2.09 2.02 2.01 4/82 3144
/proc/meminfo: memFree=1667344/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101736 s]
/proc/loadavg: 2.09 2.02 2.01 4/82 3144
/proc/meminfo: memFree=1667344/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301758 s]
/proc/loadavg: 2.09 2.02 2.01 4/82 3144
/proc/meminfo: memFree=1667344/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701804 s]
/proc/loadavg: 2.09 2.02 2.01 4/82 3144
/proc/meminfo: memFree=1667344/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50289 s]
/proc/loadavg: 2.08 2.02 2.00 4/84 3167
/proc/meminfo: memFree=1691072/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
[pid=3158] ppid=3144 vsize=812556 CPUtime=1.44
/proc/3158/stat : 3158 (java) S 3144 3144 1367 0 -1 0 13536 0 1 0 135 9 0 0 25 0 9 0 261068844 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 203139 12721 2583 9 0 197172 0
[pid=3158/tid=3159] ppid=3144 vsize=812556 CPUtime=0.42
/proc/3158/task/3159/stat : 3159 (java) R 3144 3144 1367 0 -1 64 7438 0 1 0 37 5 0 0 23 0 9 0 261068845 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3144 vsize=812556 CPUtime=0.86
/proc/3158/task/3160/stat : 3160 (java) R 3144 3144 1367 0 -1 64 4634 0 0 0 84 2 0 0 17 0 9 0 261068846 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3144 3144 1367 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261068846 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3144 3144 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068846 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3144 3144 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261068848 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3144 vsize=812556 CPUtime=0.13
/proc/3158/task/3164/stat : 3164 (java) S 3144 3144 1367 0 -1 64 764 0 0 0 13 0 0 0 16 0 9 0 261068848 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 261068848 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3166/stat : 3166 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261068848 832057344 12721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860112

[startup+3.10207 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 3167
/proc/meminfo: memFree=1694080/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
[pid=3158] ppid=3144 vsize=812556 CPUtime=3.02
/proc/3158/stat : 3158 (java) S 3144 3144 1367 0 -1 0 13941 0 1 0 293 9 0 0 25 0 9 0 261068844 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 203139 13082 2583 9 0 197172 0
[pid=3158/tid=3159] ppid=3144 vsize=812556 CPUtime=0.54
/proc/3158/task/3159/stat : 3159 (java) S 3144 3144 1367 0 -1 64 7482 0 1 0 49 5 0 0 16 0 9 0 261068845 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3144 vsize=812556 CPUtime=2.31
/proc/3158/task/3160/stat : 3160 (java) R 3144 3144 1367 0 -1 64 4978 0 0 0 228 3 0 0 23 0 9 0 261068846 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 102479005 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3144 3144 1367 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261068846 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3144 3144 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068846 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3144 3144 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261068848 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3144 vsize=812556 CPUtime=0.15
/proc/3158/task/3164/stat : 3164 (java) S 3144 3144 1367 0 -1 64 781 0 0 0 15 0 0 0 15 0 9 0 261068848 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 261068848 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3144 vsize=812556 CPUtime=0
/proc/3158/task/3166/stat : 3166 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261068848 832057344 13082 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860112

[startup+6.3014 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 3205
/proc/meminfo: memFree=1639424/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
[pid=3158] ppid=3144 vsize=812588 CPUtime=6.18
/proc/3158/stat : 3158 (java) S 3144 3144 1367 0 -1 0 21815 0 1 0 602 16 0 0 25 0 9 0 261068844 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 203147 20868 2591 9 0 197180 0
[pid=3158/tid=3159] ppid=3144 vsize=812588 CPUtime=2.44
/proc/3158/task/3159/stat : 3159 (java) R 3144 3144 1367 0 -1 64 14709 0 1 0 234 10 0 0 25 0 9 0 261068845 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4126604515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3144 vsize=812588 CPUtime=3.44
/proc/3158/task/3160/stat : 3160 (java) S 3144 3144 1367 0 -1 64 5548 0 0 0 340 4 0 0 16 0 9 0 261068846 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3144 3144 1367 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 261068846 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3144 3144 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068846 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3144 3144 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3144 vsize=812588 CPUtime=0.27
/proc/3158/task/3164/stat : 3164 (java) S 3144 3144 1367 0 -1 64 858 0 0 0 27 0 0 0 15 0 9 0 261068848 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3166/stat : 3166 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261068848 832090112 20868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860144

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

[startup+7.90158 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 3253
/proc/meminfo: memFree=1653304/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
[pid=3158] ppid=3144 vsize=812588 CPUtime=7.75
/proc/3158/stat : 3158 (java) S 3144 3144 1367 0 -1 0 21842 0 1 0 759 16 0 0 25 0 9 0 261068844 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 203147 20892 2591 9 0 197180 0
[pid=3158/tid=3159] ppid=3144 vsize=812588 CPUtime=4.01
/proc/3158/task/3159/stat : 3159 (java) R 3144 3144 1367 0 -1 64 14712 0 1 0 390 11 0 0 25 0 9 0 261068845 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4127019341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3144 vsize=812588 CPUtime=3.45
/proc/3158/task/3160/stat : 3160 (java) S 3144 3144 1367 0 -1 64 5572 0 0 0 341 4 0 0 16 0 9 0 261068846 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3144 3144 1367 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 261068846 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3144 3144 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068846 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3144 3144 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3144 vsize=812588 CPUtime=0.27
/proc/3158/task/3164/stat : 3164 (java) S 3144 3144 1367 0 -1 64 858 0 0 0 27 0 0 0 15 0 9 0 261068848 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3166/stat : 3166 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261068848 832090112 20892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 860144

[startup+8.70266 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 3300
/proc/meminfo: memFree=1653000/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
[pid=3158] ppid=3144 vsize=812588 CPUtime=8.55
/proc/3158/stat : 3158 (java) S 3144 3144 1367 0 -1 0 21864 0 1 0 838 17 0 0 25 0 9 0 261068844 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 203147 20912 2591 9 0 197180 0
[pid=3158/tid=3159] ppid=3144 vsize=812588 CPUtime=4.79
/proc/3158/task/3159/stat : 3159 (java) R 3144 3144 1367 0 -1 64 14714 0 1 0 468 11 0 0 22 0 9 0 261068845 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 103207021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3144 vsize=812588 CPUtime=3.46
/proc/3158/task/3160/stat : 3160 (java) S 3144 3144 1367 0 -1 64 5592 0 0 0 342 4 0 0 16 0 9 0 261068846 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3144 3144 1367 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 261068846 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3144 3144 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068846 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3144 3144 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3144 vsize=812588 CPUtime=0.27
/proc/3158/task/3164/stat : 3164 (java) S 3144 3144 1367 0 -1 64 858 0 0 0 27 0 0 0 15 0 9 0 261068848 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3166/stat : 3166 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261068848 832090112 20912 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 860144

[startup+9.1027 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 3300
/proc/meminfo: memFree=1653000/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=0.01
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 765 1698 0 0 0 1 0 0 25 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
[pid=3158] ppid=3144 vsize=812588 CPUtime=8.94
/proc/3158/stat : 3158 (java) S 3144 3144 1367 0 -1 0 21880 0 1 0 877 17 0 0 25 0 9 0 261068844 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 203147 20924 2591 9 0 197180 0
[pid=3158/tid=3159] ppid=3144 vsize=812588 CPUtime=5.18
/proc/3158/task/3159/stat : 3159 (java) S 3144 3144 1367 0 -1 64 14722 0 1 0 507 11 0 0 25 0 9 0 261068845 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3144 vsize=812588 CPUtime=3.46
/proc/3158/task/3160/stat : 3160 (java) S 3144 3144 1367 0 -1 64 5600 0 0 0 342 4 0 0 16 0 9 0 261068846 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3144 3144 1367 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 261068846 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3144 3144 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261068846 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3144 3144 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3144 vsize=812588 CPUtime=0.27
/proc/3158/task/3164/stat : 3164 (java) S 3144 3144 1367 0 -1 64 858 0 0 0 27 0 0 0 15 0 9 0 261068848 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 261068848 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3144 vsize=812588 CPUtime=0
/proc/3158/task/3166/stat : 3166 (java) S 3144 3144 1367 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261068848 832090112 20924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 860144

[startup+9.20272 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 3300
/proc/meminfo: memFree=1653000/2055920 swapFree=4180000/4192956
[pid=3144] ppid=3142 vsize=47556 CPUtime=8.97
/proc/3144/stat : 3144 (galacM.sh) S 3142 3144 1367 0 -1 4194304 799 23583 0 1 0 1 877 19 17 0 1 0 261068839 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3144/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 9.28485
CPU time (s): 9.08062
CPU user time (s): 8.85865
CPU system time (s): 0.221966
CPU usage (%): 97.8004
Max. virtual memory (cumulated for all children) (KiB): 860260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.85865
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26107
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= 1778
involuntary context switches= 1805

runsolver used 0.016997 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 20:00:09
IDJOB=1095983
IDBENCH=58939
IDSOLVER=350
FILE ID=node81/1095983-1215280809
PBS_JOBID= 7882235
Free space on /tmp= 126816 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/subs/normalized-scen06-sub2.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095983-1215280809/watcher-1095983-1215280809 -o /tmp/evaluation-result-1095983-1215280809/solver-1095983-1215280809 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1095983-1215280809.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7fb64fe8ce2331d0bbcb3e49378101c9
RANDOM SEED=453964643

node81.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1667824 kB
Buffers:         48556 kB
Cached:         200896 kB
SwapCached:       6228 kB
Active:         228976 kB
Inactive:       103456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667824 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            8384 kB
Writeback:           0 kB
Mapped:         100124 kB
Slab:            40820 kB
Committed_AS:  1362584 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126812 MiB
End job on node81 at 2008-07-05 20:00:18