Trace number 1034307

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.75758 2.83298

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-3_ext.xml
MD5SUM151db26b5ee736c201ace8bd7a2bd6fd
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.088985
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2520
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2520
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.96/1.02	c start processing
0.96/1.03	c start relation processing
0.96/1.03	c start cnf exporting
1.76/1.83	c parsing time : 0.906
1.76/1.83	c preprocessing time : 1.71
1.76/1.83	
1.76/1.83	c Nary constraints - conflicts : 0 supports : 0
1.76/1.83	c Binary constraints - conflicts : 2520 supports :0
1.76/1.83	c max arity constraint : 2
1.76/1.83	c Max Tuples generated 0
1.76/1.83	c relations : 16
1.76/1.83	c relations BDD: 0
1.76/1.83	c sampling 0/0
1.76/1.83	c vars : 1906 - clauses :  27105
1.76/1.83	
1.76/1.87	 
1.76/1.87	c --- SAT Solver Stats ---
1.76/1.87	 
1.76/1.87	c eSAT 0.1 : minisat core with additionnal features
1.76/1.87	c ============================[ Problem Statistics ]=============================
1.76/1.87	c |                                                                             |
1.76/1.87	c |  Number of variables:  1905                                                 |
1.76/1.87	c |  Number of clauses:    27105                                                |
1.76/1.89	c |  Parsing time:         0.01         s                                       |
1.81/1.92	c restarts              : 104
1.81/1.92	c conflicts             : 457            (8464 /sec)
1.81/1.92	c decisions             : 6530           (74.67 % random) (120946 /sec)
1.81/1.92	c euip                  : 33          
1.81/1.92	c propagations          : 40585          (751699 /sec)
1.81/1.93	c conflict literals     : 8700           (10.23 % deleted)
1.81/1.93	c Memory used           : 3.14 MB
1.81/1.93	c CPU time              : 0.053991 s
1.81/1.93	c 
1.81/1.93	s SATISFIABLE
2.72/2.83	v 2 1 14 5 10 9 13 8 0 4 11 6 7 12 3 7 10 11 14 1 6 0 13 9 12 8 3 5 2 4 12 9 13 1 0 14 7 4 3 2 5 8 11 6 10 13 4 7 3 14 8 12 10 2 1 0 9 6 5 11 14 7 3 6 8 4 2 12 1 10 9 11 0 13 5 11 6 5 4 13 1 8 3 12 9 2 7 14 10 0 10 3 8 0 5 13 4 2 14 7 1 12 9 11 6 5 12 2 7 11 3 1 9 13 6 14 10 4 0 8 4 13 10 2 6 0 9 14 11 5 12 1 8 3 7 0 11 1 12 3 5 14 6 4 13 7 2 10 8 9 8 5 6 11 2 7 3 0 10 14 13 4 12 9 1 3 0 12 10 9 2 5 7 8 11 6 14 1 4 13 6 8 4 9 12 11 10 5 7 0 3 13 2 1 14 9 2 0 8 7 10 11 1 6 3 4 5 13 14 12 1 14 9 13 4 12 6 11 5 8 10 0 3 7 2

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-1034307-1214949514/watcher-1034307-1214949514 -o /tmp/evaluation-result-1034307-1214949514/solver-1034307-1214949514 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1034307-1214949514.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: 0.56 0.14 0.05 4/72 14235
/proc/meminfo: memFree=1717928/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=6392 CPUtime=0
/proc/14235/stat : 14235 (galacE.sh) R 14233 14235 13879 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 1973920933 6545408 194 996147200 4194304 4520092 548682068832 18446744073709551615 213109504044 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14235/statm: 1598 194 146 79 0 122 0

[startup+0.014967 s]
/proc/loadavg: 0.56 0.14 0.05 4/72 14235
/proc/meminfo: memFree=1717928/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=8652 CPUtime=0
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1973920933 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14235/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.1069 s]
/proc/loadavg: 0.56 0.14 0.05 4/72 14235
/proc/meminfo: memFree=1717928/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=47564 CPUtime=0.01
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1973920933 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14235/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301931 s]
/proc/loadavg: 0.56 0.14 0.05 4/72 14235
/proc/meminfo: memFree=1717928/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=47564 CPUtime=0.01
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1973920933 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14235/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701999 s]
/proc/loadavg: 0.56 0.14 0.05 4/72 14235
/proc/meminfo: memFree=1717928/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=47564 CPUtime=0.01
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1973920933 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14235/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50113 s]
/proc/loadavg: 0.75 0.19 0.06 3/82 14257
/proc/meminfo: memFree=1688528/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=47564 CPUtime=0.01
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1973920933 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14235/statm: 11891 364 245 79 0 219 0
[pid=14249] ppid=14235 vsize=812648 CPUtime=1.44
/proc/14249/stat : 14249 (java) S 14235 14235 13879 0 -1 0 15972 0 1 0 134 10 0 0 19 0 9 0 1973920937 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14249/statm: 203162 15395 1897 9 0 197195 0
[pid=14249/tid=14250] ppid=14235 vsize=812648 CPUtime=1.11
/proc/14249/task/14250/stat : 14250 (java) R 14235 14235 13879 0 -1 64 14365 0 1 0 103 8 0 0 25 0 9 0 1973920938 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4127219672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14249/tid=14251] ppid=14235 vsize=812648 CPUtime=0
/proc/14249/task/14251/stat : 14251 (java) S 14235 14235 13879 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920939 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14249/tid=14252] ppid=14235 vsize=812648 CPUtime=0
/proc/14249/task/14252/stat : 14252 (java) S 14235 14235 13879 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1973920939 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14249/tid=14253] ppid=14235 vsize=812648 CPUtime=0
/proc/14249/task/14253/stat : 14253 (java) S 14235 14235 13879 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1973920939 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14249/tid=14254] ppid=14235 vsize=812648 CPUtime=0
/proc/14249/task/14254/stat : 14254 (java) S 14235 14235 13879 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1973920942 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14249/tid=14255] ppid=14235 vsize=812648 CPUtime=0.31
/proc/14249/task/14255/stat : 14255 (java) S 14235 14235 13879 0 -1 64 902 0 0 0 30 1 0 0 16 0 9 0 1973920942 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14249/tid=14256] ppid=14235 vsize=812648 CPUtime=0
/proc/14249/task/14256/stat : 14256 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973920942 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14249/tid=14257] ppid=14235 vsize=812648 CPUtime=0
/proc/14249/task/14257/stat : 14257 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973920942 832151552 15395 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860212

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

[startup+2.30227 s]
/proc/loadavg: 0.75 0.19 0.06 3/82 14267
/proc/meminfo: memFree=1707600/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=47564 CPUtime=1.87
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 835 21812 0 1 0 0 172 15 16 0 1 0 1973920933 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14235/statm: 11891 365 245 79 0 219 0
[pid=14259] ppid=14235 vsize=812468 CPUtime=0.35
/proc/14259/stat : 14259 (java) S 14235 14235 13879 0 -1 0 5166 0 1 0 32 3 0 0 18 0 9 0 1973921126 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14259/statm: 203117 4589 1855 9 0 197150 0
[pid=14259/tid=14260] ppid=14235 vsize=812468 CPUtime=0.24
/proc/14259/task/14260/stat : 14260 (java) R 14235 14235 13879 0 -1 64 3704 0 1 0 22 2 0 0 21 0 9 0 1973921127 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14261] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14261/stat : 14261 (java) S 14235 14235 13879 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1973921129 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14262] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14262/stat : 14262 (java) S 14235 14235 13879 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1973921129 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14263] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14263/stat : 14263 (java) S 14235 14235 13879 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1973921129 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14264] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14264/stat : 14264 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973921131 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14265] ppid=14235 vsize=812468 CPUtime=0.09
/proc/14259/task/14265/stat : 14265 (java) R 14235 14235 13879 0 -1 64 748 0 0 0 9 0 0 0 16 0 9 0 1973921131 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 101697107 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14266] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14266/stat : 14266 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973921131 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14267] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14267/stat : 14267 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973921131 831967232 4589 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 860032

[startup+2.70234 s]
/proc/loadavg: 0.75 0.19 0.06 3/82 14267
/proc/meminfo: memFree=1707600/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=47564 CPUtime=1.87
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 835 21812 0 1 0 0 172 15 16 0 1 0 1973920933 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14235/statm: 11891 365 245 79 0 219 0
[pid=14259] ppid=14235 vsize=812468 CPUtime=0.75
/proc/14259/stat : 14259 (java) S 14235 14235 13879 0 -1 0 6208 0 1 0 71 4 0 0 18 0 9 0 1973921126 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14259/statm: 203117 5631 1858 9 0 197150 0
[pid=14259/tid=14260] ppid=14235 vsize=812468 CPUtime=0.5
/proc/14259/task/14260/stat : 14260 (java) R 14235 14235 13879 0 -1 64 4607 0 1 0 47 3 0 0 23 0 9 0 1973921127 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4126628757 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14261] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14261/stat : 14261 (java) S 14235 14235 13879 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1973921129 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14262] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14262/stat : 14262 (java) S 14235 14235 13879 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1973921129 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14263] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14263/stat : 14263 (java) S 14235 14235 13879 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1973921129 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14264] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14264/stat : 14264 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973921131 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14265] ppid=14235 vsize=812468 CPUtime=0.23
/proc/14259/task/14265/stat : 14265 (java) S 14235 14235 13879 0 -1 64 887 0 0 0 23 0 0 0 16 0 9 0 1973921131 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14266] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14266/stat : 14266 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973921131 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14267] ppid=14235 vsize=812468 CPUtime=0
/proc/14259/task/14267/stat : 14267 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973921131 831967232 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 860032

[startup+2.80235 s]
/proc/loadavg: 0.75 0.19 0.06 3/82 14267
/proc/meminfo: memFree=1707600/2055920 swapFree=4180444/4192956
[pid=14235] ppid=14233 vsize=47572 CPUtime=1.87
/proc/14235/stat : 14235 (galacE.sh) S 14233 14235 13879 0 -1 4194304 845 21812 0 1 0 0 172 15 16 0 1 0 1973920933 48713728 368 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14235/statm: 11893 368 245 79 0 221 0
[pid=14259] ppid=14235 vsize=812736 CPUtime=0.85
/proc/14259/stat : 14259 (java) S 14235 14235 13879 0 -1 0 6922 0 1 0 80 5 0 0 18 0 9 0 1973921126 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14259/statm: 203184 6304 1913 9 0 197189 0
[pid=14259/tid=14260] ppid=14235 vsize=812736 CPUtime=0.57
/proc/14259/task/14260/stat : 14260 (java) S 14235 14235 13879 0 -1 64 5304 0 1 0 54 3 0 0 24 0 9 0 1973921127 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14261] ppid=14235 vsize=812736 CPUtime=0
/proc/14259/task/14261/stat : 14261 (java) S 14235 14235 13879 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1973921129 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14262] ppid=14235 vsize=812736 CPUtime=0
/proc/14259/task/14262/stat : 14262 (java) S 14235 14235 13879 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1973921129 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14263] ppid=14235 vsize=812736 CPUtime=0
/proc/14259/task/14263/stat : 14263 (java) S 14235 14235 13879 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1973921129 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14264] ppid=14235 vsize=812736 CPUtime=0
/proc/14259/task/14264/stat : 14264 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973921131 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14265] ppid=14235 vsize=812736 CPUtime=0.25
/proc/14259/task/14265/stat : 14265 (java) S 14235 14235 13879 0 -1 64 904 0 0 0 25 0 0 0 16 0 9 0 1973921131 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14266] ppid=14235 vsize=812736 CPUtime=0
/proc/14259/task/14266/stat : 14266 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973921131 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=14259/tid=14267] ppid=14235 vsize=812736 CPUtime=0
/proc/14259/task/14267/stat : 14267 (java) S 14235 14235 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973921131 832241664 6304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 860308

Child status: 0
Real time (s): 2.83298
CPU time (s): 2.75758
CPU user time (s): 2.53761
CPU system time (s): 0.219966
CPU usage (%): 97.3387
Max. virtual memory (cumulated for all children) (KiB): 860308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.53761
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29783
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= 2483
involuntary context switches= 2450

runsolver used 0.004999 second user time and 0.016997 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-01 23:58:34
IDJOB=1034307
IDBENCH=53334
IDSOLVER=351
FILE ID=node68/1034307-1214949514
PBS_JOBID= 7870197
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-3_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034307-1214949514/watcher-1034307-1214949514 -o /tmp/evaluation-result-1034307-1214949514/solver-1034307-1214949514 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1034307-1214949514.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 151db26b5ee736c201ace8bd7a2bd6fd
RANDOM SEED=336840707

node68.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.261
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.261
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:       1718416 kB
Buffers:         11916 kB
Cached:         110152 kB
SwapCached:       6520 kB
Active:         199204 kB
Inactive:        75876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718416 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            4716 kB
Writeback:           0 kB
Mapped:         160224 kB
Slab:            47676 kB
Committed_AS:  4185896 kB
PageTables:       1956 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= 66540 MiB
End job on node68 at 2008-07-01 23:58:37