Trace number 1075780

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 35.9985 36.4445

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-20_ext.xml
MD5SUM1df82e8a2f01b53d84359bad2ff636b0
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.086986
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints36
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension36
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.65	c start processing
0.01/0.65	c start relation processing
0.01/0.82	c start cnf exporting
28.05/28.47	c parsing time : 0.521
28.05/28.47	c preprocessing time : 28.342
28.05/28.47	
28.05/28.47	c Nary constraints - conflicts : 0 supports : 36
28.05/28.47	c Binary constraints - conflicts : 0 supports :0
28.05/28.47	c max arity constraint : 20
28.05/28.47	c Max Tuples generated 0
28.05/28.47	c relations : 2
28.05/28.47	c relations BDD: 2
28.05/28.47	c sampling 0/0
28.05/28.47	c vars : 252609 - clauses :  884424
28.05/28.47	
28.12/28.53	 
28.12/28.53	c --- SAT Solver Stats ---
28.12/28.53	 
28.12/28.53	c eSAT 0.1 : minisat core with additionnal features
28.12/28.53	c ============================[ Problem Statistics ]=============================
28.12/28.53	c |                                                                             |
28.12/28.53	c |  Number of variables:  252608                                               |
28.12/28.53	c |  Number of clauses:    884424                                               |
29.20/29.65	c |  Parsing time:         1.00         s                                       |
35.94/36.41	c restarts              : 108
35.94/36.41	c conflicts             : 234            (31 /sec)
35.94/36.41	c decisions             : 46313          (96.93 % random) (6091 /sec)
35.94/36.41	c euip                  : 19          
35.94/36.41	c propagations          : 1318656        (173420 /sec)
35.94/36.41	c conflict literals     : 1204           (17.14 % deleted)
35.94/36.41	c Memory used           : 138.00 MB
35.94/36.41	c CPU time              : 7.60384 s
35.94/36.41	c 
35.94/36.41	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-1075780-1215181769/watcher-1075780-1215181769 -o /tmp/evaluation-result-1075780-1215181769/solver-1075780-1215181769 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075780-1215181769.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.09 2.04 2.00 4/81 20354
/proc/meminfo: memFree=1556616/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=18572 CPUtime=0
/proc/20354/stat : 20354 (runsolver) R 20352 20354 19055 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1997152553 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20354/statm: 4643 292 257 25 0 2626 0

[startup+0.096554 s]
/proc/loadavg: 2.09 2.04 2.00 4/81 20354
/proc/meminfo: memFree=1556616/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.101549 s]
/proc/loadavg: 2.09 2.04 2.00 4/81 20354
/proc/meminfo: memFree=1556616/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301594 s]
/proc/loadavg: 2.09 2.04 2.00 4/81 20354
/proc/meminfo: memFree=1556616/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701671 s]
/proc/loadavg: 2.09 2.04 2.00 4/81 20354
/proc/meminfo: memFree=1556616/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50283 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 20376
/proc/meminfo: memFree=1514936/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20368] ppid=20354 vsize=812532 CPUtime=1.43
/proc/20368/stat : 20368 (java) S 20354 20354 19055 0 -1 0 20754 0 1 0 131 12 0 0 18 0 9 0 1997152557 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20368/statm: 203133 20177 1911 9 0 197166 0
[pid=20368/tid=20369] ppid=20354 vsize=812532 CPUtime=1.1
/proc/20368/task/20369/stat : 20369 (java) R 20354 20354 19055 0 -1 64 14523 0 1 0 102 8 0 0 25 0 9 0 1997152558 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4126766334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20370] ppid=20354 vsize=812532 CPUtime=0.07
/proc/20368/task/20370/stat : 20370 (java) S 20354 20354 19055 0 -1 64 4693 0 0 0 5 2 0 0 16 0 9 0 1997152559 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20371] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20371/stat : 20371 (java) S 20354 20354 19055 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20372] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20372/stat : 20372 (java) S 20354 20354 19055 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20373] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20373/stat : 20373 (java) S 20354 20354 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997152562 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20374] ppid=20354 vsize=812532 CPUtime=0.24
/proc/20368/task/20374/stat : 20374 (java) S 20354 20354 19055 0 -1 64 837 0 0 0 23 1 0 0 15 0 9 0 1997152562 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20375] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20375/stat : 20375 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997152562 832032768 20177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20376] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20376/stat : 20376 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997152562 832032768 20177 996147200 134512640 134550740 4294955600 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) 860108

[startup+3.10215 s]
/proc/loadavg: 2.08 2.04 2.00 4/91 20376
/proc/meminfo: memFree=1475960/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20368] ppid=20354 vsize=812532 CPUtime=3.02
/proc/20368/stat : 20368 (java) S 20354 20354 19055 0 -1 0 22144 0 1 0 289 13 0 0 18 0 9 0 1997152557 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20368/statm: 203133 21563 1911 9 0 197166 0
[pid=20368/tid=20369] ppid=20354 vsize=812532 CPUtime=2.66
/proc/20368/task/20369/stat : 20369 (java) R 20354 20354 19055 0 -1 64 14528 0 1 0 257 9 0 0 25 0 9 0 1997152558 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20370] ppid=20354 vsize=812532 CPUtime=0.08
/proc/20368/task/20370/stat : 20370 (java) S 20354 20354 19055 0 -1 64 6073 0 0 0 6 2 0 0 16 0 9 0 1997152559 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20371] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20371/stat : 20371 (java) S 20354 20354 19055 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20372] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20372/stat : 20372 (java) S 20354 20354 19055 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20373] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20373/stat : 20373 (java) S 20354 20354 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997152562 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20374] ppid=20354 vsize=812532 CPUtime=0.25
/proc/20368/task/20374/stat : 20374 (java) S 20354 20354 19055 0 -1 64 842 0 0 0 24 1 0 0 15 0 9 0 1997152562 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20375] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20375/stat : 20375 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997152562 832032768 21563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20376] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20376/stat : 20376 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997152562 832032768 21563 996147200 134512640 134550740 4294955600 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) 860108

[startup+6.30177 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 20376
/proc/meminfo: memFree=1473728/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20368] ppid=20354 vsize=812532 CPUtime=6.18
/proc/20368/stat : 20368 (java) S 20354 20354 19055 0 -1 0 22155 0 1 0 604 14 0 0 18 0 9 0 1997152557 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20368/statm: 203133 21567 1911 9 0 197166 0
[pid=20368/tid=20369] ppid=20354 vsize=812532 CPUtime=5.81
/proc/20368/task/20369/stat : 20369 (java) R 20354 20354 19055 0 -1 64 14535 0 1 0 572 9 0 0 25 0 9 0 1997152558 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4126926025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20370] ppid=20354 vsize=812532 CPUtime=0.09
/proc/20368/task/20370/stat : 20370 (java) S 20354 20354 19055 0 -1 64 6073 0 0 0 7 2 0 0 16 0 9 0 1997152559 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20371] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20371/stat : 20371 (java) S 20354 20354 19055 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20372] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20372/stat : 20372 (java) S 20354 20354 19055 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20373] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20373/stat : 20373 (java) S 20354 20354 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20374] ppid=20354 vsize=812532 CPUtime=0.26
/proc/20368/task/20374/stat : 20374 (java) S 20354 20354 19055 0 -1 64 846 0 0 0 25 1 0 0 15 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20375] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20375/stat : 20375 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20376] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20376/stat : 20376 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860108

[startup+12.702 s]
/proc/loadavg: 2.07 2.04 2.00 3/91 20376
/proc/meminfo: memFree=1469952/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20368] ppid=20354 vsize=812532 CPUtime=12.51
/proc/20368/stat : 20368 (java) S 20354 20354 19055 0 -1 0 22166 0 1 0 1236 15 0 0 18 0 9 0 1997152557 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20368/statm: 203133 21567 1911 9 0 197166 0
[pid=20368/tid=20369] ppid=20354 vsize=812532 CPUtime=12.13
/proc/20368/task/20369/stat : 20369 (java) R 20354 20354 19055 0 -1 64 14546 0 1 0 1203 10 0 0 25 0 9 0 1997152558 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4126661528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20370] ppid=20354 vsize=812532 CPUtime=0.09
/proc/20368/task/20370/stat : 20370 (java) S 20354 20354 19055 0 -1 64 6073 0 0 0 7 2 0 0 16 0 9 0 1997152559 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20371] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20371/stat : 20371 (java) S 20354 20354 19055 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20372] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20372/stat : 20372 (java) S 20354 20354 19055 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20373] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20373/stat : 20373 (java) S 20354 20354 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20374] ppid=20354 vsize=812532 CPUtime=0.26
/proc/20368/task/20374/stat : 20374 (java) S 20354 20354 19055 0 -1 64 846 0 0 0 25 1 0 0 15 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20375] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20375/stat : 20375 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20376] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20376/stat : 20376 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860108

[startup+25.5016 s]
/proc/loadavg: 2.06 2.04 2.00 3/91 20376
/proc/meminfo: memFree=1462144/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=0.01
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20368] ppid=20354 vsize=812532 CPUtime=25.16
/proc/20368/stat : 20368 (java) S 20354 20354 19055 0 -1 0 22188 0 1 0 2496 20 0 0 18 0 9 0 1997152557 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20368/statm: 203133 21567 1911 9 0 197166 0
[pid=20368/tid=20369] ppid=20354 vsize=812532 CPUtime=24.77
/proc/20368/task/20369/stat : 20369 (java) R 20354 20354 19055 0 -1 64 14568 0 1 0 2462 15 0 0 25 0 9 0 1997152558 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 103827261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20370] ppid=20354 vsize=812532 CPUtime=0.1
/proc/20368/task/20370/stat : 20370 (java) S 20354 20354 19055 0 -1 64 6073 0 0 0 8 2 0 0 16 0 9 0 1997152559 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20371] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20371/stat : 20371 (java) S 20354 20354 19055 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20372] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20372/stat : 20372 (java) S 20354 20354 19055 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997152560 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20373] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20373/stat : 20373 (java) S 20354 20354 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20374] ppid=20354 vsize=812532 CPUtime=0.26
/proc/20368/task/20374/stat : 20374 (java) S 20354 20354 19055 0 -1 64 846 0 0 0 25 1 0 0 16 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20375] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20375/stat : 20375 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20368/tid=20376] ppid=20354 vsize=812532 CPUtime=0
/proc/20368/task/20376/stat : 20376 (java) S 20354 20354 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997152562 832032768 21567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 860108

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

[startup+31.9068 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 20377
/proc/meminfo: memFree=1415232/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=28.15
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 799 23902 0 1 0 0 2790 25 17 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20377] ppid=20354 vsize=135356 CPUtime=3.33
/proc/20377/stat : 20377 (eSAT_static) R 20354 20354 19055 0 -1 4194304 31481 0 0 0 318 15 0 0 25 0 1 0 1997155407 138604544 31463 996147200 134512640 135177480 4294955968 18446744073709551615 134530874 0 0 4096 3 0 0 0 17 1 0 0
/proc/20377/statm: 33839 31463 74 162 0 33674 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 182932

[startup+33.5011 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 20377
/proc/meminfo: memFree=1396736/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=28.15
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 799 23902 0 1 0 0 2790 25 17 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20377] ppid=20354 vsize=155028 CPUtime=4.91
/proc/20377/stat : 20377 (eSAT_static) R 20354 20354 19055 0 -1 4194304 36814 0 0 0 473 18 0 0 25 0 1 0 1997155407 158748672 36796 996147200 134512640 135177480 4294955968 18446744073709551615 134743046 0 0 4096 3 0 0 0 17 1 0 0
/proc/20377/statm: 38757 36796 74 162 0 38592 0
Current children cumulated CPU time (s) 33.06
Current children cumulated vsize (KiB) 202604

[startup+35.1025 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 20377
/proc/meminfo: memFree=1389696/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=28.15
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 799 23902 0 1 0 0 2790 25 17 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20377] ppid=20354 vsize=157876 CPUtime=6.5
/proc/20377/stat : 20377 (eSAT_static) R 20354 20354 19055 0 -1 4194304 37677 0 0 0 632 18 0 0 25 0 1 0 1997155407 161665024 37342 996147200 134512640 135177480 4294955968 18446744073709551615 134742762 0 0 4096 3 0 0 0 17 1 0 0
/proc/20377/statm: 39469 37342 74 162 0 39304 0
Current children cumulated CPU time (s) 34.65
Current children cumulated vsize (KiB) 205452

[startup+35.9016 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 20377
/proc/meminfo: memFree=1389696/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=28.15
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 799 23902 0 1 0 0 2790 25 17 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20377] ppid=20354 vsize=141312 CPUtime=7.29
/proc/20377/stat : 20377 (eSAT_static) R 20354 20354 19055 0 -1 4194304 37707 0 0 0 710 19 0 0 25 0 1 0 1997155407 144703488 33787 996147200 134512640 135177480 4294955968 18446744073709551615 134547878 0 0 4096 3 0 0 0 17 1 0 0
/proc/20377/statm: 35328 33787 78 162 0 35163 0
Current children cumulated CPU time (s) 35.44
Current children cumulated vsize (KiB) 188888

[startup+36.3067 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 20377
/proc/meminfo: memFree=1404032/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=28.15
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 799 23902 0 1 0 0 2790 25 17 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20377] ppid=20354 vsize=141312 CPUtime=7.69
/proc/20377/stat : 20377 (eSAT_static) R 20354 20354 19055 0 -1 4194304 37707 0 0 0 750 19 0 0 25 0 1 0 1997155407 144703488 33787 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20377/statm: 35328 33787 78 162 0 35163 0
Current children cumulated CPU time (s) 35.84
Current children cumulated vsize (KiB) 188888

[startup+36.4017 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 20377
/proc/meminfo: memFree=1404032/2055920 swapFree=4179472/4192956
[pid=20354] ppid=20352 vsize=47576 CPUtime=28.15
/proc/20354/stat : 20354 (galacE.sh) S 20352 20354 19055 0 -1 4194304 799 23902 0 1 0 0 2790 25 17 0 1 0 1997152553 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20354/statm: 11894 364 245 79 0 219 0
[pid=20377] ppid=20354 vsize=141312 CPUtime=7.79
/proc/20377/stat : 20377 (eSAT_static) R 20354 20354 19055 0 -1 4194304 37707 0 0 0 760 19 0 0 25 0 1 0 1997155407 144703488 33787 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20377/statm: 35328 33787 78 162 0 35163 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 188888

Child status: 0
Real time (s): 36.4445
CPU time (s): 35.9985
CPU user time (s): 35.5106
CPU system time (s): 0.487925
CPU usage (%): 98.7762
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5106
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62609
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= 2011
involuntary context switches= 3416

runsolver used 0.039993 second user time and 0.139978 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 16:29:29
IDJOB=1075780
IDBENCH=56543
IDSOLVER=351
FILE ID=node1/1075780-1215181769
PBS_JOBID= 7881528
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1df82e8a2f01b53d84359bad2ff636b0
RANDOM SEED=1800166094

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:       1557096 kB
Buffers:         69676 kB
Cached:         173560 kB
SwapCached:       7548 kB
Active:         350876 kB
Inactive:        92684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557096 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:         214216 kB
Slab:            40016 kB
Committed_AS:  3880576 kB
PageTables:       2280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node1 at 2008-07-04 16:30:06