Trace number 1068231

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 186.349 188.185

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-17_ext.xml
MD5SUMda2ac26052baa9f2c530f67d033b239f
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 benchmark2.6256
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension33
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.79	c start processing
0.01/0.79	c start relation processing
0.01/0.99	c start cnf exporting
39.67/40.15	c parsing time : 0.657
39.67/40.15	c preprocessing time : 40.025
39.67/40.15	
39.67/40.15	c Nary constraints - conflicts : 0 supports : 33
39.67/40.15	c Binary constraints - conflicts : 0 supports :0
39.67/40.15	c max arity constraint : 17
39.67/40.16	c Max Tuples generated 0
39.67/40.16	c relations : 2
39.67/40.16	c relations BDD: 2
39.67/40.16	c sampling 0/0
39.67/40.16	c vars : 380050 - clauses :  1256585
39.67/40.16	
39.75/40.20	 
39.75/40.20	c --- SAT Solver Stats ---
39.75/40.20	 
39.75/40.20	c eSAT 0.1 : minisat core with additionnal features
39.75/40.20	c ============================[ Problem Statistics ]=============================
39.75/40.20	c |                                                                             |
39.75/40.20	c |  Number of variables:  380049                                               |
39.75/40.20	c |  Number of clauses:    1256585                                              |
41.34/41.81	c |  Parsing time:         1.43         s                                       |
186.25/188.13	c restarts              : 353
186.25/188.13	c conflicts             : 26615          (182 /sec)
186.25/188.13	c decisions             : 187444         (59.27 % random) (1282 /sec)
186.25/188.13	c euip                  : 1843        
186.25/188.13	c propagations          : 119492840      (817130 /sec)
186.25/188.13	c conflict literals     : 742664         (42.73 % deleted)
186.25/188.13	c Memory used           : 215.32 MB
186.25/188.13	c CPU time              : 146.235 s
186.25/188.13	c 
186.25/188.13	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-1068231-1215152872/watcher-1068231-1215152872 -o /tmp/evaluation-result-1068231-1215152872/solver-1068231-1215152872 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1068231-1215152872.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.00 1.98 4/81 3130
/proc/meminfo: memFree=1624368/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=6392 CPUtime=0
/proc/3130/stat : 3130 (galacE.sh) R 3128 3130 824 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 1994260676 6545408 194 996147200 4194304 4520092 548682068832 18446744073709551615 210821511212 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 1598 194 146 79 0 122 0

[startup+0.047538 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 3130
/proc/meminfo: memFree=1624368/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.10155 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 3130
/proc/meminfo: memFree=1624368/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301569 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 3130
/proc/meminfo: memFree=1624368/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701619 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 3130
/proc/meminfo: memFree=1624368/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50172 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 3152
/proc/meminfo: memFree=1580448/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3144] ppid=3130 vsize=812760 CPUtime=1.43
/proc/3144/stat : 3144 (java) S 3130 3130 824 0 -1 0 21729 0 1 0 133 10 0 0 18 0 9 0 1994260680 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3144/statm: 203190 21152 1910 9 0 197171 0
[pid=3144/tid=3145] ppid=3130 vsize=812760 CPUtime=1.06
/proc/3144/task/3145/stat : 3145 (java) R 3130 3130 824 0 -1 64 14518 0 1 0 100 6 0 0 25 0 9 0 1994260681 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4126606609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3146] ppid=3130 vsize=812760 CPUtime=0.11
/proc/3144/task/3146/stat : 3146 (java) S 3130 3130 824 0 -1 64 5679 0 0 0 9 2 0 0 17 0 9 0 1994260682 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3147] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3147/stat : 3147 (java) S 3130 3130 824 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3148] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3148/stat : 3148 (java) S 3130 3130 824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3149] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3149/stat : 3149 (java) S 3130 3130 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994260685 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3150] ppid=3130 vsize=812760 CPUtime=0.24
/proc/3144/task/3150/stat : 3150 (java) S 3130 3130 824 0 -1 64 831 0 0 0 23 1 0 0 15 0 9 0 1994260685 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3151] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3151/stat : 3151 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994260685 832266240 21152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3152] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3152/stat : 3152 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994260685 832266240 21152 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) 860332

[startup+3.10291 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 3152
/proc/meminfo: memFree=1540128/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3144] ppid=3130 vsize=812760 CPUtime=3.03
/proc/3144/stat : 3144 (java) S 3130 3130 824 0 -1 0 23121 0 1 0 292 11 0 0 18 0 9 0 1994260680 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3144/statm: 203190 22540 1910 9 0 197171 0
[pid=3144/tid=3145] ppid=3130 vsize=812760 CPUtime=2.61
/proc/3144/task/3145/stat : 3145 (java) R 3130 3130 824 0 -1 64 14524 0 1 0 255 6 0 0 25 0 9 0 1994260681 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4126958112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3146] ppid=3130 vsize=812760 CPUtime=0.13
/proc/3144/task/3146/stat : 3146 (java) S 3130 3130 824 0 -1 64 7059 0 0 0 11 2 0 0 16 0 9 0 1994260682 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3147] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3147/stat : 3147 (java) S 3130 3130 824 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3148] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3148/stat : 3148 (java) S 3130 3130 824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3149] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3149/stat : 3149 (java) S 3130 3130 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994260685 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3150] ppid=3130 vsize=812760 CPUtime=0.25
/proc/3144/task/3150/stat : 3150 (java) S 3130 3130 824 0 -1 64 837 0 0 0 24 1 0 0 15 0 9 0 1994260685 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3151] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3151/stat : 3151 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994260685 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3152] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3152/stat : 3152 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994260685 832266240 22540 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860332

[startup+6.30229 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 3152
/proc/meminfo: memFree=1538080/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3144] ppid=3130 vsize=812760 CPUtime=6.2
/proc/3144/stat : 3144 (java) S 3130 3130 824 0 -1 0 23131 0 1 0 608 12 0 0 18 0 9 0 1994260680 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3144/statm: 203190 22544 1910 9 0 197171 0
[pid=3144/tid=3145] ppid=3130 vsize=812760 CPUtime=5.78
/proc/3144/task/3145/stat : 3145 (java) R 3130 3130 824 0 -1 64 14530 0 1 0 571 7 0 0 25 0 9 0 1994260681 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 101444256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3146] ppid=3130 vsize=812760 CPUtime=0.13
/proc/3144/task/3146/stat : 3146 (java) S 3130 3130 824 0 -1 64 7059 0 0 0 11 2 0 0 16 0 9 0 1994260682 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3147] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3147/stat : 3147 (java) S 3130 3130 824 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3148] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3148/stat : 3148 (java) S 3130 3130 824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3149] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3149/stat : 3149 (java) S 3130 3130 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3150] ppid=3130 vsize=812760 CPUtime=0.26
/proc/3144/task/3150/stat : 3150 (java) S 3130 3130 824 0 -1 64 841 0 0 0 25 1 0 0 15 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3151] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3151/stat : 3151 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3152] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3152/stat : 3152 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860332

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 3152
/proc/meminfo: memFree=1534248/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3144] ppid=3130 vsize=812760 CPUtime=12.53
/proc/3144/stat : 3144 (java) S 3130 3130 824 0 -1 0 23143 0 1 0 1240 13 0 0 18 0 9 0 1994260680 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3144/statm: 203190 22544 1910 9 0 197171 0
[pid=3144/tid=3145] ppid=3130 vsize=812760 CPUtime=12.11
/proc/3144/task/3145/stat : 3145 (java) R 3130 3130 824 0 -1 64 14542 0 1 0 1203 8 0 0 25 0 9 0 1994260681 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4126950315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3146] ppid=3130 vsize=812760 CPUtime=0.14
/proc/3144/task/3146/stat : 3146 (java) S 3130 3130 824 0 -1 64 7059 0 0 0 12 2 0 0 16 0 9 0 1994260682 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3147] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3147/stat : 3147 (java) S 3130 3130 824 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3148] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3148/stat : 3148 (java) S 3130 3130 824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3149] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3149/stat : 3149 (java) S 3130 3130 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3150] ppid=3130 vsize=812760 CPUtime=0.26
/proc/3144/task/3150/stat : 3150 (java) S 3130 3130 824 0 -1 64 841 0 0 0 25 1 0 0 15 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3151] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3151/stat : 3151 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3152] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3152/stat : 3152 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860332

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 1.98 3/91 3152
/proc/meminfo: memFree=1526184/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=0.01
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3144] ppid=3130 vsize=812760 CPUtime=25.21
/proc/3144/stat : 3144 (java) S 3130 3130 824 0 -1 0 23165 0 1 0 2503 18 0 0 18 0 9 0 1994260680 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3144/statm: 203190 22544 1910 9 0 197171 0
[pid=3144/tid=3145] ppid=3130 vsize=812760 CPUtime=24.77
/proc/3144/task/3145/stat : 3145 (java) R 3130 3130 824 0 -1 64 14564 0 1 0 2464 13 0 0 25 0 9 0 1994260681 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4126686063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3146] ppid=3130 vsize=812760 CPUtime=0.16
/proc/3144/task/3146/stat : 3146 (java) S 3130 3130 824 0 -1 64 7059 0 0 0 13 3 0 0 16 0 9 0 1994260682 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3147] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3147/stat : 3147 (java) S 3130 3130 824 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3148] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3148/stat : 3148 (java) S 3130 3130 824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994260683 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3149] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3149/stat : 3149 (java) S 3130 3130 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3150] ppid=3130 vsize=812760 CPUtime=0.26
/proc/3144/task/3150/stat : 3150 (java) S 3130 3130 824 0 -1 64 841 0 0 0 25 1 0 0 16 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3151] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3151/stat : 3151 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3144/tid=3152] ppid=3130 vsize=812760 CPUtime=0
/proc/3144/task/3152/stat : 3152 (java) S 3130 3130 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994260685 832266240 22544 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860332

[startup+51.1027 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 3153
/proc/meminfo: memFree=1371368/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220332 CPUtime=10.78
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57550 0 0 0 1050 28 0 0 25 0 1 0 1994264696 225619968 51700 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55083 51700 79 162 0 54918 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 267904

[startup+102.308 s]
/proc/loadavg: 2.07 2.03 1.99 3/83 3153
/proc/meminfo: memFree=1393000/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220332 CPUtime=61.5
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57573 0 0 0 6122 28 0 0 25 0 1 0 1994264696 225619968 51723 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55083 51723 79 162 0 54918 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 267904

[startup+162.301 s]
/proc/loadavg: 2.09 2.05 2.00 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=120.93
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57598 0 0 0 12064 29 0 0 25 0 1 0 1994264696 225779712 51748 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51748 79 162 0 54957 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 268060

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

[startup+166.302 s]
/proc/loadavg: 2.25 2.08 2.01 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=124.89
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57598 0 0 0 12460 29 0 0 25 0 1 0 1994264696 225779712 51748 996147200 134512640 135177480 4294955984 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51748 79 162 0 54957 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 268060

[startup+179.102 s]
/proc/loadavg: 2.21 2.08 2.01 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=137.58
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57600 0 0 0 13729 29 0 0 25 0 1 0 1994264696 225779712 51750 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51750 79 162 0 54957 0
Current children cumulated CPU time (s) 177.34
Current children cumulated vsize (KiB) 268060

[startup+182.301 s]
/proc/loadavg: 2.19 2.08 2.01 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=140.75
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57600 0 0 0 14046 29 0 0 25 0 1 0 1994264696 225779712 51750 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51750 79 162 0 54957 0
Current children cumulated CPU time (s) 180.51
Current children cumulated vsize (KiB) 268060

[startup+185.502 s]
/proc/loadavg: 2.18 2.08 2.01 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=143.92
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57600 0 0 0 14363 29 0 0 25 0 1 0 1994264696 225779712 51750 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51750 79 162 0 54957 0
Current children cumulated CPU time (s) 183.68
Current children cumulated vsize (KiB) 268060

[startup+187.102 s]
/proc/loadavg: 2.18 2.08 2.01 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=145.5
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57600 0 0 0 14521 29 0 0 25 0 1 0 1994264696 225779712 51750 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51750 79 162 0 54957 0
Current children cumulated CPU time (s) 185.26
Current children cumulated vsize (KiB) 268060

[startup+187.902 s]
/proc/loadavg: 2.18 2.08 2.01 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=146.29
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57600 0 0 0 14600 29 0 0 25 0 1 0 1994264696 225779712 51750 996147200 134512640 135177480 4294955984 18446744073709551615 134566277 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51750 79 162 0 54957 0
Current children cumulated CPU time (s) 186.05
Current children cumulated vsize (KiB) 268060

[startup+188.106 s]
/proc/loadavg: 2.18 2.08 2.01 3/83 3153
/proc/meminfo: memFree=1392744/2055920 swapFree=4180424/4192956
[pid=3130] ppid=3128 vsize=47572 CPUtime=39.76
/proc/3130/stat : 3130 (galacE.sh) S 3128 3130 824 0 -1 4194304 799 24901 0 1 0 0 3949 27 17 0 1 0 1994260676 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3130/statm: 11893 364 245 79 0 219 0
[pid=3153] ppid=3130 vsize=220488 CPUtime=146.49
/proc/3153/stat : 3153 (eSAT_static) R 3130 3130 824 0 -1 4194304 57600 0 0 0 14620 29 0 0 25 0 1 0 1994264696 225779712 51750 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 55122 51750 79 162 0 54957 0
Current children cumulated CPU time (s) 186.25
Current children cumulated vsize (KiB) 268060

Child status: 0
Real time (s): 188.185
CPU time (s): 186.349
CPU user time (s): 185.729
CPU system time (s): 0.619905
CPU usage (%): 99.0241
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.729
system time used= 0.619905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83501
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= 2403
involuntary context switches= 10106

runsolver used 0.220966 second user time and 0.644901 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 08:27:52
IDJOB=1068231
IDBENCH=55505
IDSOLVER=351
FILE ID=node33/1068231-1215152872
PBS_JOBID= 7877379
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-17_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068231-1215152872/watcher-1068231-1215152872 -o /tmp/evaluation-result-1068231-1215152872/solver-1068231-1215152872 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1068231-1215152872.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da2ac26052baa9f2c530f67d033b239f
RANDOM SEED=683930843

node33.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:       1624976 kB
Buffers:         50952 kB
Cached:         228680 kB
SwapCached:       6444 kB
Active:         239092 kB
Inactive:       123296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624976 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          96572 kB
Slab:            53480 kB
Committed_AS:  4239368 kB
PageTables:       2028 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= 66548 MiB
End job on node33 at 2008-07-04 08:31:00