Trace number 1066693

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 24.3363 24.6529

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg4-6_ext.xml
MD5SUMe545d24dcc35015390cc7cec30b8dc0c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints10
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension10
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.74	c start processing
0.01/0.74	c start relation processing
0.96/1.02	c start cnf exporting
6.20/6.32	c parsing time : 0.615
6.20/6.32	c preprocessing time : 6.196
6.20/6.32	
6.20/6.32	c Nary constraints - conflicts : 0 supports : 10
6.20/6.32	c Binary constraints - conflicts : 0 supports :0
6.20/6.32	c max arity constraint : 6
6.20/6.32	c Max Tuples generated 0
6.20/6.32	c relations : 2
6.20/6.32	c relations BDD: 2
6.20/6.32	c sampling 0/0
6.20/6.32	c vars : 40575 - clauses :  152242
6.20/6.32	
6.20/6.36	 
6.20/6.36	c --- SAT Solver Stats ---
6.20/6.36	 
6.20/6.36	c eSAT 0.1 : minisat core with additionnal features
6.20/6.36	c ============================[ Problem Statistics ]=============================
6.20/6.36	c |                                                                             |
6.20/6.37	c |  Number of variables:  40574                                                |
6.20/6.37	c |  Number of clauses:    152242                                               |
6.37/6.57	c |  Parsing time:         0.17         s                                       |
23.29/23.61	c restarts              : 316
23.29/23.61	c conflicts             : 9562           (561 /sec)
23.29/23.61	c decisions             : 103398         (44.07 % random) (6069 /sec)
23.29/23.61	c euip                  : 964         
23.29/23.61	c propagations          : 16392861       (962225 /sec)
23.29/23.61	c conflict literals     : 359880         (31.58 % deleted)
23.29/23.61	c Memory used           : 23.55 MB
23.29/23.61	c CPU time              : 17.0364 s
23.29/23.61	c 
23.29/23.63	s SATISFIABLE
24.29/24.64	v 0 3 14 17 13 18 11 8 13 4 20 15 0 2 2 4 3 4 13 4 4 3 4 3

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-1066693-1215148859/watcher-1066693-1215148859 -o /tmp/evaluation-result-1066693-1215148859/solver-1066693-1215148859 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066693-1215148859.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.94 2.00 1.99 4/81 21177
/proc/meminfo: memFree=1594108/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=8560 CPUtime=0
/proc/21177/stat : 21177 (galacE.sh) R 21175 21177 19933 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1993858794 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 240907962255 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21177/statm: 2140 254 197 79 0 133 0

[startup+0.0796679 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 21177
/proc/meminfo: memFree=1594108/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=0.01
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.10145 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 21177
/proc/meminfo: memFree=1594108/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=0.01
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301467 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 21177
/proc/meminfo: memFree=1594108/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=0.01
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.70152 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 21177
/proc/meminfo: memFree=1594108/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=0.01
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.5026 s]
/proc/loadavg: 1.94 2.00 1.99 3/91 21199
/proc/meminfo: memFree=1553644/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=0.01
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
[pid=21191] ppid=21177 vsize=812552 CPUtime=1.43
/proc/21191/stat : 21191 (java) S 21177 21177 19933 0 -1 0 20510 0 1 0 129 14 0 0 19 0 9 0 1993858798 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21191/statm: 203138 19932 1908 9 0 197171 0
[pid=21191/tid=21192] ppid=21177 vsize=812552 CPUtime=1.12
/proc/21191/task/21192/stat : 21192 (java) R 21177 21177 19933 0 -1 64 14515 0 1 0 101 11 0 0 25 0 9 0 1993858799 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4126913696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21193] ppid=21177 vsize=812552 CPUtime=0.07
/proc/21191/task/21193/stat : 21193 (java) S 21177 21177 19933 0 -1 64 4485 0 0 0 5 2 0 0 16 0 9 0 1993858801 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21194] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21194/stat : 21194 (java) S 21177 21177 19933 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993858801 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21195] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21195/stat : 21195 (java) S 21177 21177 19933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993858801 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21196] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21196/stat : 21196 (java) S 21177 21177 19933 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993858803 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21197] ppid=21177 vsize=812552 CPUtime=0.21
/proc/21191/task/21197/stat : 21197 (java) S 21177 21177 19933 0 -1 64 811 0 0 0 21 0 0 0 16 0 9 0 1993858803 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21198] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21198/stat : 21198 (java) S 21177 21177 19933 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993858803 832053248 19932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21199] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21199/stat : 21199 (java) S 21177 21177 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993858803 832053248 19932 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) 860140

[startup+3.10276 s]
/proc/loadavg: 1.94 2.00 1.99 3/91 21199
/proc/meminfo: memFree=1514796/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=0.01
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
[pid=21191] ppid=21177 vsize=812552 CPUtime=3.02
/proc/21191/stat : 21191 (java) S 21177 21177 19933 0 -1 0 21897 0 1 0 286 16 0 0 19 0 9 0 1993858798 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21191/statm: 203138 21317 1908 9 0 197171 0
[pid=21191/tid=21192] ppid=21177 vsize=812552 CPUtime=2.67
/proc/21191/task/21192/stat : 21192 (java) R 21177 21177 19933 0 -1 64 14517 0 1 0 256 11 0 0 25 0 9 0 1993858799 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4126829607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21193] ppid=21177 vsize=812552 CPUtime=0.1
/proc/21191/task/21193/stat : 21193 (java) S 21177 21177 19933 0 -1 64 5864 0 0 0 7 3 0 0 16 0 9 0 1993858801 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21194] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21194/stat : 21194 (java) S 21177 21177 19933 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993858801 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21195] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21195/stat : 21195 (java) S 21177 21177 19933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993858801 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21196] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21196/stat : 21196 (java) S 21177 21177 19933 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21197] ppid=21177 vsize=812552 CPUtime=0.22
/proc/21191/task/21197/stat : 21197 (java) S 21177 21177 19933 0 -1 64 817 0 0 0 22 0 0 0 15 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21198] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21198/stat : 21198 (java) S 21177 21177 19933 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21199] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21199/stat : 21199 (java) S 21177 21177 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860140

[startup+6.30107 s]
/proc/loadavg: 1.95 2.00 1.99 3/91 21199
/proc/meminfo: memFree=1512876/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=0.01
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
[pid=21191] ppid=21177 vsize=812552 CPUtime=6.19
/proc/21191/stat : 21191 (java) S 21177 21177 19933 0 -1 0 21904 0 1 0 602 17 0 0 19 0 9 0 1993858798 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21191/statm: 203138 21317 1908 9 0 197171 0
[pid=21191/tid=21192] ppid=21177 vsize=812552 CPUtime=5.84
/proc/21191/task/21192/stat : 21192 (java) R 21177 21177 19933 0 -1 64 14524 0 1 0 571 13 0 0 25 0 9 0 1993858799 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4126831622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21193] ppid=21177 vsize=812552 CPUtime=0.1
/proc/21191/task/21193/stat : 21193 (java) S 21177 21177 19933 0 -1 64 5864 0 0 0 7 3 0 0 16 0 9 0 1993858801 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21194] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21194/stat : 21194 (java) S 21177 21177 19933 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993858801 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21195] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21195/stat : 21195 (java) S 21177 21177 19933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993858801 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21196] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21196/stat : 21196 (java) S 21177 21177 19933 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21197] ppid=21177 vsize=812552 CPUtime=0.22
/proc/21191/task/21197/stat : 21197 (java) S 21177 21177 19933 0 -1 64 817 0 0 0 22 0 0 0 15 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21198] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21198/stat : 21198 (java) S 21177 21177 19933 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21191/tid=21199] ppid=21177 vsize=812552 CPUtime=0
/proc/21191/task/21199/stat : 21199 (java) S 21177 21177 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993858803 832053248 21317 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860140

[startup+12.7027 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 21200
/proc/meminfo: memFree=1567276/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=6.24
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 798 23614 0 1 0 0 604 20 17 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
[pid=21200] ppid=21177 vsize=23944 CPUtime=6.26
/proc/21200/stat : 21200 (eSAT_static) R 21177 21177 19933 0 -1 4194304 6509 0 0 0 622 4 0 0 25 0 1 0 1993859431 24518656 5811 996147200 134512640 135177480 4294955984 18446744073709551615 134564785 0 0 4096 3 0 0 0 17 1 0 0
/proc/21200/statm: 5986 5811 80 162 0 5821 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 71532

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

[startup+19.1013 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 21200
/proc/meminfo: memFree=1567340/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=6.24
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 798 23614 0 1 0 0 604 20 17 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
[pid=21200] ppid=21177 vsize=23944 CPUtime=12.6
/proc/21200/stat : 21200 (eSAT_static) R 21177 21177 19933 0 -1 4194304 6510 0 0 0 1256 4 0 0 25 0 1 0 1993859431 24518656 5812 996147200 134512640 135177480 4294955984 18446744073709551615 134547929 0 0 4096 3 0 0 0 17 1 0 0
/proc/21200/statm: 5986 5812 80 162 0 5821 0
Current children cumulated CPU time (s) 18.84
Current children cumulated vsize (KiB) 71532

[startup+22.3027 s]
/proc/loadavg: 1.96 2.00 1.99 3/83 21200
/proc/meminfo: memFree=1567404/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=6.24
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 798 23614 0 1 0 0 604 20 17 0 1 0 1993858794 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21177/statm: 11897 363 244 79 0 219 0
[pid=21200] ppid=21177 vsize=23944 CPUtime=15.77
/proc/21200/stat : 21200 (eSAT_static) R 21177 21177 19933 0 -1 4194304 6510 0 0 0 1573 4 0 0 25 0 1 0 1993859431 24518656 5812 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/21200/statm: 5986 5812 80 162 0 5821 0
Current children cumulated CPU time (s) 22.01
Current children cumulated vsize (KiB) 71532

[startup+23.9018 s]
/proc/loadavg: 1.96 2.00 1.99 3/83 21200
/proc/meminfo: memFree=1567404/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=23.35
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 834 30170 0 1 0 0 2309 26 16 0 1 0 1993858794 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21177/statm: 11897 364 244 79 0 219 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 47588

[startup+24.3019 s]
/proc/loadavg: 1.96 2.00 1.99 4/91 21209
/proc/meminfo: memFree=1577452/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=23.35
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 834 30170 0 1 0 0 2309 26 16 0 1 0 1993858794 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21177/statm: 11897 364 244 79 0 219 0
[pid=21201] ppid=21177 vsize=812676 CPUtime=0.64
/proc/21201/stat : 21201 (java) S 21177 21177 19933 0 -1 0 7900 0 1 0 59 5 0 0 18 0 9 0 1993861158 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 203169 7283 1910 9 0 197174 0
[pid=21201/tid=21202] ppid=21177 vsize=812676 CPUtime=0.49
/proc/21201/task/21202/stat : 21202 (java) R 21177 21177 19933 0 -1 64 6414 0 1 0 46 3 0 0 18 0 9 0 1993861160 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21203] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21203/stat : 21203 (java) S 21177 21177 19933 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1993861161 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21204/stat : 21204 (java) S 21177 21177 19933 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1993861161 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21205/stat : 21205 (java) S 21177 21177 19933 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993861161 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21206/stat : 21206 (java) S 21177 21177 19933 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993861164 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21177 vsize=812676 CPUtime=0.12
/proc/21201/task/21207/stat : 21207 (java) R 21177 21177 19933 0 -1 64 773 0 0 0 12 0 0 0 16 0 9 0 1993861164 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 102127055 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21208/stat : 21208 (java) S 21177 21177 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993861164 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21209/stat : 21209 (java) S 21177 21177 19933 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993861164 832180224 7283 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.99
Current children cumulated vsize (KiB) 860264

[startup+24.5019 s]
/proc/loadavg: 1.96 2.00 1.99 4/91 21209
/proc/meminfo: memFree=1577452/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=23.35
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 834 30170 0 1 0 0 2309 26 16 0 1 0 1993858794 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21177/statm: 11897 364 244 79 0 219 0
[pid=21201] ppid=21177 vsize=812676 CPUtime=0.84
/proc/21201/stat : 21201 (java) S 21177 21177 19933 0 -1 0 13700 0 1 0 75 9 0 0 18 0 9 0 1993861158 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 203169 13083 1910 9 0 197174 0
[pid=21201/tid=21202] ppid=21177 vsize=812676 CPUtime=0.68
/proc/21201/task/21202/stat : 21202 (java) R 21177 21177 19933 0 -1 64 12209 0 1 0 61 7 0 0 19 0 9 0 1993861160 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4126764260 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21203] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21203/stat : 21203 (java) S 21177 21177 19933 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1993861161 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21204/stat : 21204 (java) S 21177 21177 19933 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1993861161 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21205/stat : 21205 (java) S 21177 21177 19933 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993861161 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21206/stat : 21206 (java) S 21177 21177 19933 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993861164 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21177 vsize=812676 CPUtime=0.13
/proc/21201/task/21207/stat : 21207 (java) S 21177 21177 19933 0 -1 64 778 0 0 0 13 0 0 0 16 0 9 0 1993861164 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21208/stat : 21208 (java) S 21177 21177 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993861164 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21209/stat : 21209 (java) S 21177 21177 19933 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993861164 832180224 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 860264

[startup+24.6029 s]
/proc/loadavg: 1.96 2.00 1.99 4/91 21209
/proc/meminfo: memFree=1577452/2055920 swapFree=4179028/4192956
[pid=21177] ppid=21175 vsize=47588 CPUtime=23.35
/proc/21177/stat : 21177 (galacE.sh) S 21175 21177 19933 0 -1 4194304 841 30170 0 1 0 0 2309 26 16 0 1 0 1993858794 48730112 365 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21177/statm: 11897 365 244 79 0 219 0
[pid=21201] ppid=21177 vsize=812676 CPUtime=0.94
/proc/21201/stat : 21201 (java) S 21177 21177 19933 0 -1 0 16116 0 1 0 83 11 0 0 18 0 9 0 1993861158 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 203169 15497 1922 9 0 197174 0
[pid=21201/tid=21202] ppid=21177 vsize=812676 CPUtime=0.78
/proc/21201/task/21202/stat : 21202 (java) S 21177 21177 19933 0 -1 64 14535 0 1 0 69 9 0 0 20 0 9 0 1993861160 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21203] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21203/stat : 21203 (java) S 21177 21177 19933 0 -1 64 92 0 0 0 0 0 0 0 17 0 9 0 1993861161 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21204/stat : 21204 (java) S 21177 21177 19933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993861161 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21205/stat : 21205 (java) S 21177 21177 19933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993861161 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21206/stat : 21206 (java) S 21177 21177 19933 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993861164 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21177 vsize=812676 CPUtime=0.13
/proc/21201/task/21207/stat : 21207 (java) S 21177 21177 19933 0 -1 64 778 0 0 0 13 0 0 0 16 0 9 0 1993861164 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21208/stat : 21208 (java) S 21177 21177 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993861164 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21177 vsize=812676 CPUtime=0
/proc/21201/task/21209/stat : 21209 (java) S 21177 21177 19933 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993861164 832180224 15497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 860264

Child status: 0
Real time (s): 24.6529
CPU time (s): 24.3363
CPU user time (s): 23.9394
CPU system time (s): 0.396939
CPU usage (%): 98.7158
Max. virtual memory (cumulated for all children) (KiB): 860264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9394
system time used= 0.396939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47323
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= 1713
involuntary context switches= 2152

runsolver used 0.036994 second user time and 0.089986 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 07:20:59
IDJOB=1066693
IDBENCH=55136
IDSOLVER=351
FILE ID=node36/1066693-1215148859
PBS_JOBID= 7877423
Free space on /tmp= 66560 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg4-6_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066693-1215148859/watcher-1066693-1215148859 -o /tmp/evaluation-result-1066693-1215148859/solver-1066693-1215148859 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1066693-1215148859.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e545d24dcc35015390cc7cec30b8dc0c
RANDOM SEED=998880574

node36.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.240
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.240
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:       1594588 kB
Buffers:         69348 kB
Cached:         298216 kB
SwapCached:       7932 kB
Active:         221036 kB
Inactive:       173648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594588 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          43260 kB
Slab:            51876 kB
Committed_AS:  3264172 kB
PageTables:       1804 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= 66556 MiB
End job on node36 at 2008-07-04 07:21:24