Trace number 1036251

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 ESAT 2.49962 2.62064

General information on the benchmark

Namecsp/QWH-15/
normalized-qwh-15-106-0_ext.xml
MD5SUM0aa368497c410a9c0dfc56f593e84e17
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 benchmark0.06099
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2324
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2324
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.88	c start processing
0.01/0.88	c start relation processing
0.01/0.88	c start cnf exporting
1.54/1.60	c parsing time : 0.756
1.54/1.60	c preprocessing time : 1.483
1.54/1.61	
1.54/1.61	c Nary constraints - conflicts : 0 supports : 0
1.54/1.61	c Binary constraints - conflicts : 2324 supports :0
1.54/1.61	c max arity constraint : 2
1.54/1.61	c Max Tuples generated 0
1.54/1.61	c relations : 16
1.54/1.61	c relations BDD: 0
1.54/1.61	c sampling 0/0
1.54/1.61	c vars : 1710 - clauses :  22695
1.54/1.61	
1.54/1.67	 
1.54/1.67	c --- SAT Solver Stats ---
1.54/1.67	 
1.54/1.67	c eSAT 0.1 : minisat core with additionnal features
1.54/1.67	c ============================[ Problem Statistics ]=============================
1.54/1.67	c |                                                                             |
1.54/1.67	c |  Number of variables:  1709                                                 |
1.54/1.67	c |  Number of clauses:    22695                                                |
1.54/1.69	c |  Parsing time:         0.01         s                                       |
1.57/1.71	c restarts              : 101
1.57/1.71	c conflicts             : 293            (7326 /sec)
1.57/1.71	c decisions             : 3692           (78.09 % random) (92316 /sec)
1.57/1.71	c euip                  : 17          
1.57/1.71	c propagations          : 27029          (675843 /sec)
1.57/1.71	c conflict literals     : 3460           (12.71 % deleted)
1.57/1.71	c Memory used           : 2.89 MB
1.57/1.71	c CPU time              : 0.039993 s
1.57/1.71	c 
1.57/1.71	s SATISFIABLE
2.45/2.61	v 11 6 1 4 0 8 3 5 9 7 10 13 12 2 14 5 8 13 10 12 2 1 4 14 3 7 0 11 6 9 12 11 5 6 4 0 9 8 2 10 14 3 7 1 13 1 10 3 8 5 9 4 2 11 6 13 12 14 0 7 14 0 2 1 11 10 7 3 12 13 8 5 6 9 4 8 3 12 14 7 13 6 9 4 5 1 2 10 11 0 3 4 0 5 14 1 11 7 13 12 9 6 8 10 2 13 12 9 3 6 7 2 10 0 11 4 14 1 8 5 0 5 4 7 2 14 8 11 3 1 6 9 13 12 10 6 7 11 2 3 12 13 14 8 0 5 10 9 4 1 2 13 7 9 1 4 12 6 10 14 0 8 3 5 11 7 1 10 0 9 3 14 12 6 4 2 11 5 13 8 10 14 6 13 8 11 5 0 1 9 3 4 2 7 12 4 9 8 12 13 6 10 1 5 2 11 7 0 14 3 9 2 14 11 10 5 0 13 7 8 12 1 4 3 6

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-1036251-1214956929/watcher-1036251-1214956929 -o /tmp/evaluation-result-1036251-1214956929/solver-1036251-1214956929 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1036251-1214956929.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.00 2.04 2.00 4/81 11805
/proc/meminfo: memFree=1578864/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=8652 CPUtime=0
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1974665101 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11805/statm: 2163 280 208 79 0 156 0
[pid=11806] ppid=11805 vsize=8688 CPUtime=0
/proc/11806/stat : 11806 (galacE.sh) S 11805 11805 10860 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1974665101 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 255539773522 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11806/statm: 2172 286 209 79 0 165 0
[pid=11807] ppid=11806 vsize=8728 CPUtime=0
/proc/11807/stat : 11807 (galacE.sh) R 11806 11805 10860 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1974665101 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 255539604775 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/11807/statm: 2182 290 209 79 0 175 0

[startup+0.059799 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 11805
/proc/meminfo: memFree=1578864/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47580 CPUtime=0.01
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1974665101 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11805/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.102099 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 11805
/proc/meminfo: memFree=1578864/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47580 CPUtime=0.01
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1974665101 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11805/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.302117 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 11805
/proc/meminfo: memFree=1578864/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47580 CPUtime=0.01
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1974665101 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11805/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.702153 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 11805
/proc/meminfo: memFree=1578864/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47580 CPUtime=0.01
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1974665101 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11805/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50123 s]
/proc/loadavg: 2.00 2.04 2.00 4/91 11827
/proc/meminfo: memFree=1548128/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47580 CPUtime=0.01
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1974665101 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11805/statm: 11895 363 244 79 0 219 0
[pid=11819] ppid=11805 vsize=812760 CPUtime=1.43
/proc/11819/stat : 11819 (java) S 11805 11805 10860 0 -1 0 19520 0 1 0 132 11 0 0 18 0 9 0 1974665104 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11819/statm: 203190 18942 1906 9 0 197171 0
[pid=11819/tid=11820] ppid=11805 vsize=812760 CPUtime=1.07
/proc/11819/task/11820/stat : 11820 (java) R 11805 11805 10860 0 -1 64 14503 0 1 0 99 8 0 0 25 0 9 0 1974665105 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4126634532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11819/tid=11821] ppid=11805 vsize=812760 CPUtime=0.02
/proc/11819/task/11821/stat : 11821 (java) S 11805 11805 10860 0 -1 64 3393 0 0 0 1 1 0 0 16 0 9 0 1974665107 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11819/tid=11822] ppid=11805 vsize=812760 CPUtime=0
/proc/11819/task/11822/stat : 11822 (java) S 11805 11805 10860 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1974665107 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11819/tid=11823] ppid=11805 vsize=812760 CPUtime=0
/proc/11819/task/11823/stat : 11823 (java) S 11805 11805 10860 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1974665107 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11819/tid=11824] ppid=11805 vsize=812760 CPUtime=0
/proc/11819/task/11824/stat : 11824 (java) S 11805 11805 10860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974665109 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11819/tid=11825] ppid=11805 vsize=812760 CPUtime=0.32
/proc/11819/task/11825/stat : 11825 (java) S 11805 11805 10860 0 -1 64 923 0 0 0 31 1 0 0 15 0 9 0 1974665109 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11819/tid=11826] ppid=11805 vsize=812760 CPUtime=0
/proc/11819/task/11826/stat : 11826 (java) S 11805 11805 10860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974665109 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11819/tid=11827] ppid=11805 vsize=812760 CPUtime=0
/proc/11819/task/11827/stat : 11827 (java) S 11805 11805 10860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974665109 832266240 18942 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860340

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

[startup+2.3013 s]
/proc/loadavg: 2.00 2.04 2.00 4/91 11837
/proc/meminfo: memFree=1566496/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47580 CPUtime=1.61
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 834 21716 0 1 0 0 147 14 16 0 1 0 1974665101 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 255539773522 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11805/statm: 11895 364 244 79 0 219 0
[pid=11829] ppid=11805 vsize=812676 CPUtime=0.56
/proc/11829/stat : 11829 (java) S 11805 11805 10860 0 -1 0 5576 0 1 0 52 4 0 0 18 0 9 0 1974665273 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11829/statm: 203169 4999 1854 9 0 197150 0
[pid=11829/tid=11830] ppid=11805 vsize=812676 CPUtime=0.38
/proc/11829/task/11830/stat : 11830 (java) R 11805 11805 10860 0 -1 64 4046 0 1 0 35 3 0 0 22 0 9 0 1974665273 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4125957885 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11831] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11831/stat : 11831 (java) S 11805 11805 10860 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1974665275 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11832] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11832/stat : 11832 (java) S 11805 11805 10860 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974665275 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11833] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11833/stat : 11833 (java) S 11805 11805 10860 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974665275 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11834] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11834/stat : 11834 (java) S 11805 11805 10860 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974665277 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11835] ppid=11805 vsize=812676 CPUtime=0.16
/proc/11829/task/11835/stat : 11835 (java) S 11805 11805 10860 0 -1 64 816 0 0 0 16 0 0 0 16 0 9 0 1974665277 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11836] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11836/stat : 11836 (java) S 11805 11805 10860 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1974665277 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11837] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11837/stat : 11837 (java) R 11805 11805 10860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974665277 832180224 4999 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 860256

[startup+2.50133 s]
/proc/loadavg: 2.00 2.04 2.00 4/91 11837
/proc/meminfo: memFree=1566496/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47580 CPUtime=1.61
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 834 21716 0 1 0 0 147 14 16 0 1 0 1974665101 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 255539773522 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11805/statm: 11895 364 244 79 0 219 0
[pid=11829] ppid=11805 vsize=812676 CPUtime=0.77
/proc/11829/stat : 11829 (java) S 11805 11805 10860 0 -1 0 6252 0 1 0 72 5 0 0 18 0 9 0 1974665273 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11829/statm: 203169 5665 1862 9 0 197150 0
[pid=11829/tid=11830] ppid=11805 vsize=812676 CPUtime=0.5
/proc/11829/task/11830/stat : 11830 (java) R 11805 11805 10860 0 -1 64 4651 0 1 0 47 3 0 0 23 0 9 0 1974665273 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11831] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11831/stat : 11831 (java) S 11805 11805 10860 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1974665275 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11832] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11832/stat : 11832 (java) S 11805 11805 10860 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974665275 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11833] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11833/stat : 11833 (java) S 11805 11805 10860 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974665275 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11834] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11834/stat : 11834 (java) S 11805 11805 10860 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974665277 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11835] ppid=11805 vsize=812676 CPUtime=0.24
/proc/11829/task/11835/stat : 11835 (java) S 11805 11805 10860 0 -1 64 887 0 0 0 24 0 0 0 16 0 9 0 1974665277 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11836] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11836/stat : 11836 (java) S 11805 11805 10860 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1974665277 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11837] ppid=11805 vsize=812676 CPUtime=0
/proc/11829/task/11837/stat : 11837 (java) S 11805 11805 10860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974665277 832180224 5665 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 860256

[startup+2.60133 s]
/proc/loadavg: 2.00 2.04 2.00 4/91 11837
/proc/meminfo: memFree=1566496/2055920 swapFree=4180432/4192956
[pid=11805] ppid=11803 vsize=47588 CPUtime=1.61
/proc/11805/stat : 11805 (galacE.sh) S 11803 11805 10860 0 -1 4194304 844 21716 0 1 0 0 147 14 15 0 1 0 1974665101 48730112 367 996147200 4194304 4520092 548682068832 18446744073709551615 255539773522 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11805/statm: 11897 367 244 79 0 221 0
[pid=11829] ppid=11805 vsize=812944 CPUtime=0.84
/proc/11829/stat : 11829 (java) S 11805 11805 10860 0 -1 0 6800 0 1 0 79 5 0 0 18 0 9 0 1974665273 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11829/statm: 203236 6182 1912 9 0 197189 0
[pid=11829/tid=11830] ppid=11805 vsize=812944 CPUtime=0.55
/proc/11829/task/11830/stat : 11830 (java) S 11805 11805 10860 0 -1 64 5182 0 1 0 52 3 0 0 18 0 9 0 1974665273 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11831] ppid=11805 vsize=812944 CPUtime=0
/proc/11829/task/11831/stat : 11831 (java) S 11805 11805 10860 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1974665275 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11832] ppid=11805 vsize=812944 CPUtime=0
/proc/11829/task/11832/stat : 11832 (java) S 11805 11805 10860 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974665275 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11833] ppid=11805 vsize=812944 CPUtime=0
/proc/11829/task/11833/stat : 11833 (java) S 11805 11805 10860 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974665275 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11834] ppid=11805 vsize=812944 CPUtime=0
/proc/11829/task/11834/stat : 11834 (java) S 11805 11805 10860 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974665277 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11835] ppid=11805 vsize=812944 CPUtime=0.27
/proc/11829/task/11835/stat : 11835 (java) S 11805 11805 10860 0 -1 64 904 0 0 0 26 1 0 0 16 0 9 0 1974665277 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11836] ppid=11805 vsize=812944 CPUtime=0
/proc/11829/task/11836/stat : 11836 (java) S 11805 11805 10860 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1974665277 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11829/tid=11837] ppid=11805 vsize=812944 CPUtime=0
/proc/11829/task/11837/stat : 11837 (java) S 11805 11805 10860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974665277 832454656 6182 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 860532

Child status: 0
Real time (s): 2.62064
CPU time (s): 2.49962
CPU user time (s): 2.27665
CPU system time (s): 0.222966
CPU usage (%): 95.3819
Max. virtual memory (cumulated for all children) (KiB): 860532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.27665
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29563
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= 2577
involuntary context switches= 2609

runsolver used 0.009998 second user time and 0.012998 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-02 02:02:09
IDJOB=1036251
IDBENCH=53442
IDSOLVER=351
FILE ID=node48/1036251-1214956929
PBS_JOBID= 7870237
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/QWH-15/normalized-qwh-15-106-0_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036251-1214956929/watcher-1036251-1214956929 -o /tmp/evaluation-result-1036251-1214956929/solver-1036251-1214956929 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1036251-1214956929.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0aa368497c410a9c0dfc56f593e84e17
RANDOM SEED=277966154

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1579344 kB
Buffers:         41320 kB
Cached:         338752 kB
SwapCached:       6440 kB
Active:          85160 kB
Inactive:       320028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579344 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3836 kB
Writeback:           0 kB
Mapped:          41208 kB
Slab:            56576 kB
Committed_AS:  4025024 kB
PageTables:       1820 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= 66544 MiB
End job on node48 at 2008-07-02 02:02:12