Trace number 1048233

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 EUNSAT 139.348 141.091

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-6_ext.xml
MD5SUMa8736b8eca2da578fba03ddaf96c50c0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.675896
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.40	c --- Preproc Stats ---
1.37/1.86	c start processing
1.37/1.86	c start relation processing
2.75/3.25	c start cnf exporting
20.57/21.26	c parsing time : 1.366
20.57/21.26	c preprocessing time : 20.77
20.57/21.26	
20.57/21.26	c Nary constraints - conflicts : 0 supports : 5
20.57/21.26	c Binary constraints - conflicts : 0 supports :0
20.57/21.26	c max arity constraint : 10
20.57/21.26	c Max Tuples generated 0
20.57/21.26	c relations : 5
20.57/21.26	c relations BDD: 5
20.57/21.26	c sampling 0/0
20.57/21.26	c vars : 169697 - clauses :  559357
20.57/21.26	
20.64/21.32	 
20.64/21.32	c --- SAT Solver Stats ---
20.64/21.32	 
20.64/21.32	c eSAT 0.1 : minisat core with additionnal features
20.64/21.32	c ============================[ Problem Statistics ]=============================
20.64/21.32	c |                                                                             |
20.64/21.32	c |  Number of variables:  169696                                               |
20.64/21.32	c |  Number of clauses:    559357                                               |
21.35/22.05	c |  Parsing time:         0.64         s                                       |
139.23/141.06	c restarts              : 224
139.23/141.06	c conflicts             : 8847           (75 /sec)
139.23/141.06	c decisions             : 94708          (70.64 % random) (799 /sec)
139.23/141.06	c euip                  : 627         
139.23/141.06	c propagations          : 101548941      (857069 /sec)
139.23/141.06	c conflict literals     : 168294         (31.41 % deleted)
139.23/141.06	c Memory used           : 84.37 MB
139.23/141.06	c CPU time              : 118.484 s
139.23/141.06	c 
139.23/141.06	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-1048233-1215042530/watcher-1048233-1215042530 -o /tmp/evaluation-result-1048233-1215042530/solver-1048233-1215042530 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048233-1215042530.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.99 1.98 1.89 4/72 2342
/proc/meminfo: memFree=1111056/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=18572 CPUtime=0
/proc/2342/stat : 2342 (runsolver) R 2340 2342 1842 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1983228675 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2342/statm: 4643 292 257 25 0 2626 0

[startup+0.0132611 s]
/proc/loadavg: 1.99 1.98 1.89 4/72 2342
/proc/meminfo: memFree=1111056/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=18572 CPUtime=0
/proc/2342/stat : 2342 (runsolver) D 2340 2342 1842 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1983228675 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 259353275687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2342/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.10128 s]
/proc/loadavg: 1.99 1.98 1.89 4/72 2342
/proc/meminfo: memFree=1111056/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=8560 CPUtime=0
/proc/2342/stat : 2342 (galacE.sh) D 2340 2342 1842 0 -1 4194304 308 0 0 0 0 0 0 0 17 0 1 200 1983228675 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 259353442917 0 2 4096 8192 18446744071563608240 0 0 17 1 0 0
/proc/2342/statm: 2140 254 197 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.30132 s]
/proc/loadavg: 1.99 1.98 1.89 4/72 2342
/proc/meminfo: memFree=1111056/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=8784 CPUtime=0
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 639 1480 0 1 0 0 0 0 19 0 1 0 1983228675 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 259353444434 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2342/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.701403 s]
/proc/loadavg: 1.99 1.98 1.89 4/72 2342
/proc/meminfo: memFree=1111056/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=0
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 765 1696 0 1 0 0 0 0 18 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47576

[startup+1.50256 s]
/proc/loadavg: 1.99 1.98 1.89 4/82 2364
/proc/meminfo: memFree=1082176/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=0
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 765 1696 0 1 0 0 0 0 18 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2356] ppid=2342 vsize=812524 CPUtime=1.07
/proc/2356/stat : 2356 (java) S 2342 2342 1842 0 -1 0 20147 0 1 0 97 10 0 0 18 0 9 0 1983228716 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2356/statm: 203131 19573 1882 9 0 197164 0
[pid=2356/tid=2357] ppid=2342 vsize=812524 CPUtime=0.91
/proc/2356/task/2357/stat : 2357 (java) R 2342 2342 1842 0 -1 64 14456 0 1 0 84 7 0 0 23 0 9 0 1983228717 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4126739599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2358] ppid=2342 vsize=812524 CPUtime=0.03
/proc/2356/task/2358/stat : 2358 (java) S 2342 2342 1842 0 -1 64 4237 0 0 0 1 2 0 0 17 0 9 0 1983228718 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2359] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2359/stat : 2359 (java) S 2342 2342 1842 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983228718 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2360] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2360/stat : 2360 (java) S 2342 2342 1842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983228718 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2361] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2361/stat : 2361 (java) S 2342 2342 1842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983228721 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2362] ppid=2342 vsize=812524 CPUtime=0.11
/proc/2356/task/2362/stat : 2362 (java) S 2342 2342 1842 0 -1 64 756 0 0 0 11 0 0 0 16 0 9 0 1983228721 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2363] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2363/stat : 2363 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983228721 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2364] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2364/stat : 2364 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983228721 832024576 19573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 860100

[startup+3.10188 s]
/proc/loadavg: 1.99 1.98 1.89 4/82 2364
/proc/meminfo: memFree=1028672/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=0
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 765 1696 0 1 0 0 0 0 18 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2356] ppid=2342 vsize=812524 CPUtime=2.65
/proc/2356/stat : 2356 (java) S 2342 2342 1842 0 -1 0 32241 0 1 0 250 15 0 0 18 0 9 0 1983228716 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2356/statm: 203131 31664 1888 9 0 197164 0
[pid=2356/tid=2357] ppid=2342 vsize=812524 CPUtime=2.01
/proc/2356/task/2357/stat : 2357 (java) R 2342 2342 1842 0 -1 64 14477 0 1 0 194 7 0 0 24 0 9 0 1983228717 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4126761528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2358] ppid=2342 vsize=812524 CPUtime=0.47
/proc/2356/task/2358/stat : 2358 (java) S 2342 2342 1842 0 -1 64 16292 0 0 0 40 7 0 0 19 0 9 0 1983228718 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2359] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2359/stat : 2359 (java) S 2342 2342 1842 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983228718 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2360] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2360/stat : 2360 (java) S 2342 2342 1842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983228718 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2361] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2361/stat : 2361 (java) S 2342 2342 1842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983228721 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2362] ppid=2342 vsize=812524 CPUtime=0.14
/proc/2356/task/2362/stat : 2362 (java) S 2342 2342 1842 0 -1 64 774 0 0 0 14 0 0 0 16 0 9 0 1983228721 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2363] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2363/stat : 2363 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983228721 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2364] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2364/stat : 2364 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983228721 832024576 31664 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 860100

[startup+6.3025 s]
/proc/loadavg: 2.07 2.00 1.90 3/82 2364
/proc/meminfo: memFree=956160/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=0
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 765 1696 0 1 0 0 0 0 18 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2356] ppid=2342 vsize=812524 CPUtime=5.82
/proc/2356/stat : 2356 (java) S 2342 2342 1842 0 -1 0 40447 0 1 0 561 21 0 0 18 0 9 0 1983228716 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2356/statm: 203131 39861 1908 9 0 197164 0
[pid=2356/tid=2357] ppid=2342 vsize=812524 CPUtime=4.77
/proc/2356/task/2357/stat : 2357 (java) R 2342 2342 1842 0 -1 64 14527 0 1 0 469 8 0 0 25 0 9 0 1983228717 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4126834077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2358] ppid=2342 vsize=812524 CPUtime=0.81
/proc/2356/task/2358/stat : 2358 (java) S 2342 2342 1842 0 -1 64 24406 0 0 0 71 10 0 0 16 0 9 0 1983228718 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2359] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2359/stat : 2359 (java) S 2342 2342 1842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983228718 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2360] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2360/stat : 2360 (java) S 2342 2342 1842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983228718 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2361] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2361/stat : 2361 (java) S 2342 2342 1842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983228721 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2362] ppid=2342 vsize=812524 CPUtime=0.2
/proc/2356/task/2362/stat : 2362 (java) S 2342 2342 1842 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1983228721 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2363] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2363/stat : 2363 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983228721 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2364] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2364/stat : 2364 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983228721 832024576 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 860100

[startup+12.7018 s]
/proc/loadavg: 2.07 2.00 1.90 3/82 2364
/proc/meminfo: memFree=952320/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=0
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 765 1696 0 1 0 0 0 0 18 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2356] ppid=2342 vsize=812524 CPUtime=12.16
/proc/2356/stat : 2356 (java) S 2342 2342 1842 0 -1 0 40462 0 1 0 1193 23 0 0 18 0 9 0 1983228716 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2356/statm: 203131 39864 1908 9 0 197164 0
[pid=2356/tid=2357] ppid=2342 vsize=812524 CPUtime=11.09
/proc/2356/task/2357/stat : 2357 (java) R 2342 2342 1842 0 -1 64 14539 0 1 0 1099 10 0 0 25 0 9 0 1983228717 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4126640269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2358] ppid=2342 vsize=812524 CPUtime=0.82
/proc/2356/task/2358/stat : 2358 (java) S 2342 2342 1842 0 -1 64 24406 0 0 0 72 10 0 0 16 0 9 0 1983228718 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2359] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2359/stat : 2359 (java) S 2342 2342 1842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983228718 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2360] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2360/stat : 2360 (java) S 2342 2342 1842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983228718 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2361] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2361/stat : 2361 (java) S 2342 2342 1842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983228721 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2362] ppid=2342 vsize=812524 CPUtime=0.2
/proc/2356/task/2362/stat : 2362 (java) S 2342 2342 1842 0 -1 64 819 0 0 0 20 0 0 0 15 0 9 0 1983228721 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2363] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2363/stat : 2363 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983228721 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2356/tid=2364] ppid=2342 vsize=812524 CPUtime=0
/proc/2356/task/2364/stat : 2364 (java) S 2342 2342 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983228721 832024576 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 860100

[startup+25.5013 s]
/proc/loadavg: 2.05 2.00 1.90 3/74 2365
/proc/meminfo: memFree=1011136/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=96884 CPUtime=4.13
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 22366 0 0 0 401 12 0 0 25 0 1 0 1983230807 99209216 22348 996147200 134512640 135177480 4294955984 18446744073709551615 134524135 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 24221 22348 75 162 0 24056 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 144460

[startup+51.1013 s]
/proc/loadavg: 2.03 2.00 1.90 3/74 2365
/proc/meminfo: memFree=1018176/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=29.49
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23078 0 0 0 2936 13 0 0 25 0 1 0 1983230807 88465408 20321 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20321 80 162 0 21433 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 133968

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=80.21
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23079 0 0 0 8008 13 0 0 25 0 1 0 1983230807 88465408 20322 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20322 80 162 0 21433 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 133968

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

[startup+127.902 s]
/proc/loadavg: 2.01 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=105.57
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23079 0 0 0 10544 13 0 0 25 0 1 0 1983230807 88465408 20322 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20322 80 162 0 21433 0
Current children cumulated CPU time (s) 126.25
Current children cumulated vsize (KiB) 133968

[startup+134.302 s]
/proc/loadavg: 2.01 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=111.91
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23079 0 0 0 11178 13 0 0 25 0 1 0 1983230807 88465408 20322 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20322 80 162 0 21433 0
Current children cumulated CPU time (s) 132.59
Current children cumulated vsize (KiB) 133968

[startup+137.506 s]
/proc/loadavg: 2.01 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=115.08
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23080 0 0 0 11495 13 0 0 25 0 1 0 1983230807 88465408 20323 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20323 80 162 0 21433 0
Current children cumulated CPU time (s) 135.76
Current children cumulated vsize (KiB) 133968

[startup+139.102 s]
/proc/loadavg: 2.01 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=116.67
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23080 0 0 0 11654 13 0 0 25 0 1 0 1983230807 88465408 20323 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20323 80 162 0 21433 0
Current children cumulated CPU time (s) 137.35
Current children cumulated vsize (KiB) 133968

[startup+139.902 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=117.46
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23080 0 0 0 11733 13 0 0 25 0 1 0 1983230807 88465408 20323 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20323 80 162 0 21433 0
Current children cumulated CPU time (s) 138.14
Current children cumulated vsize (KiB) 133968

[startup+140.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=118.25
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23080 0 0 0 11812 13 0 0 25 0 1 0 1983230807 88465408 20323 996147200 134512640 135177480 4294955984 18446744073709551615 134565216 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20323 80 162 0 21433 0
Current children cumulated CPU time (s) 138.93
Current children cumulated vsize (KiB) 133968

[startup+140.902 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=118.45
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23080 0 0 0 11832 13 0 0 25 0 1 0 1983230807 88465408 20323 996147200 134512640 135177480 4294955984 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20323 80 162 0 21433 0
Current children cumulated CPU time (s) 139.13
Current children cumulated vsize (KiB) 133968

[startup+141.002 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 2365
/proc/meminfo: memFree=1018240/2055920 swapFree=4179472/4192956
[pid=2342] ppid=2340 vsize=47576 CPUtime=20.68
/proc/2342/stat : 2342 (galacE.sh) S 2340 2342 1842 0 -1 4194304 799 42186 0 2 0 0 2039 29 17 0 1 0 1983228675 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2342/statm: 11894 364 245 79 0 219 0
[pid=2365] ppid=2342 vsize=86392 CPUtime=118.55
/proc/2365/stat : 2365 (eSAT_static) R 2342 2342 1842 0 -1 4194304 23080 0 0 0 11842 13 0 0 25 0 1 0 1983230807 88465408 20323 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/2365/statm: 21598 20323 80 162 0 21433 0
Current children cumulated CPU time (s) 139.23
Current children cumulated vsize (KiB) 133968

Child status: 0
Real time (s): 141.091
CPU time (s): 139.348
CPU user time (s): 138.885
CPU system time (s): 0.462929
CPU usage (%): 98.7644
Max. virtual memory (cumulated for all children) (KiB): 860100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.885
system time used= 0.462929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66265
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= 1697
involuntary context switches= 4751

runsolver used 0.215967 second user time and 0.431934 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-03 01:48:50
IDJOB=1048233
IDBENCH=54353
IDSOLVER=351
FILE ID=node1/1048233-1215042530
PBS_JOBID= 7875172
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-6_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048233-1215042530/watcher-1048233-1215042530 -o /tmp/evaluation-result-1048233-1215042530/solver-1048233-1215042530 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1048233-1215042530.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8736b8eca2da578fba03ddaf96c50c0
RANDOM SEED=702984192

node1.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.265
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.265
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:       1111536 kB
Buffers:          3284 kB
Cached:          61440 kB
SwapCached:       7288 kB
Active:         848528 kB
Inactive:        38488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111536 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:         830336 kB
Slab:            41276 kB
Committed_AS:  3878828 kB
PageTables:       3368 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 node1 at 2008-07-03 01:51:12