Trace number 1076056

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 4.43532 4.63966

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg4-4_ext.xml
MD5SUMaad140cb134e115e91821575cf01faa8
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.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints8
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension8
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.51	c start processing
0.01/0.52	c start relation processing
0.01/0.63	c start cnf exporting
2.90/3.07	c parsing time : 0.39
2.90/3.07	c preprocessing time : 2.941
2.90/3.07	
2.90/3.07	c Nary constraints - conflicts : 0 supports : 8
2.90/3.07	c Binary constraints - conflicts : 0 supports :0
2.90/3.07	c max arity constraint : 4
2.90/3.07	c Max Tuples generated 0
2.90/3.07	c relations : 1
2.90/3.07	c relations BDD: 1
2.90/3.07	c sampling 0/0
2.90/3.07	c vars : 18561 - clauses :  68600
2.90/3.07	
2.97/3.13	 
2.97/3.13	c --- SAT Solver Stats ---
2.97/3.13	 
2.97/3.13	c eSAT 0.1 : minisat core with additionnal features
2.97/3.13	c ============================[ Problem Statistics ]=============================
2.97/3.13	c |                                                                             |
2.97/3.13	c |  Number of variables:  18560                                                |
2.97/3.13	c |  Number of clauses:    68600                                                |
2.99/3.21	c |  Parsing time:         0.07         s                                       |
3.73/3.98	c restarts              : 84
3.73/3.98	c conflicts             : 183            (227 /sec)
3.73/3.98	c decisions             : 13601          (80.33 % random) (16835 /sec)
3.73/3.98	c euip                  : 18          
3.73/3.98	c propagations          : 472917         (585382 /sec)
3.73/3.98	c conflict literals     : 4845           (34.09 % deleted)
3.73/3.98	c Memory used           : 12.20 MB
3.73/3.98	c CPU time              : 0.807877 s
3.73/3.98	c 
3.73/3.98	s SATISFIABLE
4.40/4.63	v 5 4 13 3 8 19 4 12 4 13 14 11 5 0 13 0

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-1076056-1215183358/watcher-1076056-1215183358 -o /tmp/evaluation-result-1076056-1215183358/solver-1076056-1215183358 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076056-1215183358.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.85 1.97 1.99 4/93 6546
/proc/meminfo: memFree=1661824/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=8652 CPUtime=0
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1997307527 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 2163 280 208 79 0 156 0
[pid=6547] ppid=6546 vsize=8688 CPUtime=0
/proc/6547/stat : 6547 (galacE.sh) S 6546 6546 2554 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1997307527 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6547/statm: 2172 286 209 79 0 165 0
[pid=6548] ppid=6547 vsize=8728 CPUtime=0
/proc/6548/stat : 6548 (galacE.sh) R 6547 6546 2554 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1997307527 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 236437695783 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/6548/statm: 2182 290 209 79 0 175 0

[startup+0.105995 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 6546
/proc/meminfo: memFree=1661824/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=0.01
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997307527 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.202016 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 6546
/proc/meminfo: memFree=1661824/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=0.01
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997307527 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301035 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 6546
/proc/meminfo: memFree=1661824/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=0.01
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997307527 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701111 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 6546
/proc/meminfo: memFree=1661824/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=0.01
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997307527 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50227 s]
/proc/loadavg: 1.85 1.97 1.99 3/103 6568
/proc/meminfo: memFree=1609960/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=0.01
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997307527 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 11895 364 245 79 0 219 0
[pid=6560] ppid=6546 vsize=813784 CPUtime=1.42
/proc/6560/stat : 6560 (java) S 6546 6546 2554 0 -1 0 19634 0 1 0 130 12 0 0 18 0 9 0 1997307530 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 203446 19056 1909 9 0 197427 0
[pid=6560/tid=6561] ppid=6546 vsize=813784 CPUtime=1.18
/proc/6560/task/6561/stat : 6561 (java) R 6546 6546 2554 0 -1 64 14517 0 1 0 109 9 0 0 25 0 9 0 1997307531 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4126592484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6562] ppid=6546 vsize=813784 CPUtime=0.03
/proc/6560/task/6562/stat : 6562 (java) S 6546 6546 2554 0 -1 64 3610 0 0 0 2 1 0 0 16 0 9 0 1997307533 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6546 6546 2554 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997307533 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6564] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6546 6546 2554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997307533 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6546 6546 2554 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997307535 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6566] ppid=6546 vsize=813784 CPUtime=0.19
/proc/6560/task/6566/stat : 6566 (java) S 6546 6546 2554 0 -1 64 805 0 0 0 18 1 0 0 16 0 9 0 1997307535 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6567] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997307535 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6568] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) R 6546 6546 2554 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1997307535 833314816 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 861364

[startup+3.10258 s]
/proc/loadavg: 1.85 1.97 1.99 3/103 6568
/proc/meminfo: memFree=1585832/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=0.01
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1997307527 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 11895 364 245 79 0 219 0
[pid=6560] ppid=6546 vsize=813784 CPUtime=2.96
/proc/6560/stat : 6560 (java) S 6546 6546 2554 0 -1 0 21025 0 1 0 282 14 0 0 18 0 9 0 1997307530 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6560/statm: 203446 20441 1910 9 0 197427 0
[pid=6560/tid=6561] ppid=6546 vsize=813784 CPUtime=2.7
/proc/6560/task/6561/stat : 6561 (java) S 6546 6546 2554 0 -1 64 14528 0 1 0 260 10 0 0 25 0 9 0 1997307531 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6562] ppid=6546 vsize=813784 CPUtime=0.04
/proc/6560/task/6562/stat : 6562 (java) S 6546 6546 2554 0 -1 64 4990 0 0 0 3 1 0 0 16 0 9 0 1997307533 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6563] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6563/stat : 6563 (java) S 6546 6546 2554 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997307533 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6564] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6564/stat : 6564 (java) S 6546 6546 2554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997307533 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6565] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6565/stat : 6565 (java) S 6546 6546 2554 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997307535 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6566] ppid=6546 vsize=813784 CPUtime=0.19
/proc/6560/task/6566/stat : 6566 (java) S 6546 6546 2554 0 -1 64 805 0 0 0 18 1 0 0 16 0 9 0 1997307535 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6567] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6567/stat : 6567 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997307535 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6560/tid=6568] ppid=6546 vsize=813784 CPUtime=0
/proc/6560/task/6568/stat : 6568 (java) S 6546 6546 2554 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1997307535 833314816 20441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 861364

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

[startup+3.2026 s]
/proc/loadavg: 1.85 1.97 1.99 3/103 6568
/proc/meminfo: memFree=1585832/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=2.99
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 799 22727 0 1 0 0 282 17 17 0 1 0 1997307527 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6546/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 47580

[startup+4.00276 s]
/proc/loadavg: 1.85 1.97 1.99 3/95 6569
/proc/meminfo: memFree=1650536/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=3.82
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 835 25944 0 1 0 0 364 18 15 0 1 0 1997307527 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6546/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 47580

[startup+4.40284 s]
/proc/loadavg: 1.94 1.98 1.99 3/103 6578
/proc/meminfo: memFree=1645800/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=3.82
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 835 25944 0 1 0 0 364 18 15 0 1 0 1997307527 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6546/statm: 11895 365 245 79 0 219 0
[pid=6570] ppid=6546 vsize=812676 CPUtime=0.4
/proc/6570/stat : 6570 (java) S 6546 6546 2554 0 -1 0 5816 0 1 0 36 4 0 0 18 0 9 0 1997307926 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6570/statm: 203169 5234 1859 9 0 197150 0
[pid=6570/tid=6571] ppid=6546 vsize=812676 CPUtime=0.27
/proc/6570/task/6571/stat : 6571 (java) R 6546 6546 2554 0 -1 64 4341 0 1 0 25 2 0 0 21 0 9 0 1997307927 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 103948065 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6572] ppid=6546 vsize=812676 CPUtime=0
/proc/6570/task/6572/stat : 6572 (java) S 6546 6546 2554 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1997307928 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6573] ppid=6546 vsize=812676 CPUtime=0
/proc/6570/task/6573/stat : 6573 (java) S 6546 6546 2554 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1997307928 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6574] ppid=6546 vsize=812676 CPUtime=0
/proc/6570/task/6574/stat : 6574 (java) S 6546 6546 2554 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1997307928 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6575] ppid=6546 vsize=812676 CPUtime=0
/proc/6570/task/6575/stat : 6575 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997307930 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6576] ppid=6546 vsize=812676 CPUtime=0.1
/proc/6570/task/6576/stat : 6576 (java) S 6546 6546 2554 0 -1 64 763 0 0 0 10 0 0 0 16 0 9 0 1997307930 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6577] ppid=6546 vsize=812676 CPUtime=0
/proc/6570/task/6577/stat : 6577 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997307930 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6578] ppid=6546 vsize=812676 CPUtime=0
/proc/6570/task/6578/stat : 6578 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997307930 832180224 5234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 860256

[startup+4.60187 s]
/proc/loadavg: 1.94 1.98 1.99 3/103 6578
/proc/meminfo: memFree=1645800/2055920 swapFree=4179416/4192956
[pid=6546] ppid=6544 vsize=47580 CPUtime=3.82
/proc/6546/stat : 6546 (galacE.sh) S 6544 6546 2554 0 -1 4194304 842 25944 0 1 0 0 364 18 15 0 1 0 1997307527 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6546/statm: 11895 366 245 79 0 219 0
[pid=6570] ppid=6546 vsize=812788 CPUtime=0.58
/proc/6570/stat : 6570 (java) S 6546 6546 2554 0 -1 0 10086 0 1 0 52 6 0 0 18 0 9 0 1997307926 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6570/statm: 203197 9468 1911 9 0 197150 0
[pid=6570/tid=6571] ppid=6546 vsize=812788 CPUtime=0.43
/proc/6570/task/6571/stat : 6571 (java) S 6546 6546 2554 0 -1 64 8594 0 1 0 39 4 0 0 23 0 9 0 1997307927 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6572] ppid=6546 vsize=812788 CPUtime=0
/proc/6570/task/6572/stat : 6572 (java) S 6546 6546 2554 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1997307928 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6573] ppid=6546 vsize=812788 CPUtime=0
/proc/6570/task/6573/stat : 6573 (java) S 6546 6546 2554 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1997307928 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6574] ppid=6546 vsize=812788 CPUtime=0
/proc/6570/task/6574/stat : 6574 (java) S 6546 6546 2554 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1997307928 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6575] ppid=6546 vsize=812788 CPUtime=0
/proc/6570/task/6575/stat : 6575 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997307930 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6576] ppid=6546 vsize=812788 CPUtime=0.12
/proc/6570/task/6576/stat : 6576 (java) S 6546 6546 2554 0 -1 64 780 0 0 0 12 0 0 0 16 0 9 0 1997307930 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6577] ppid=6546 vsize=812788 CPUtime=0
/proc/6570/task/6577/stat : 6577 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997307930 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6570/tid=6578] ppid=6546 vsize=812788 CPUtime=0
/proc/6570/task/6578/stat : 6578 (java) S 6546 6546 2554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997307930 832294912 9468 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 860368

Child status: 0
Real time (s): 4.63966
CPU time (s): 4.43532
CPU user time (s): 4.17137
CPU system time (s): 0.263959
CPU usage (%): 95.5959
Max. virtual memory (cumulated for all children) (KiB): 861364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.17136
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37071
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= 1690
involuntary context switches= 1810

runsolver used 0.010998 second user time and 0.025996 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 16:55:58
IDJOB=1076056
IDBENCH=56561
IDSOLVER=351
FILE ID=node62/1076056-1215183358
PBS_JOBID= 7881452
Free space on /tmp= 65248 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aad140cb134e115e91821575cf01faa8
RANDOM SEED=125633238

node62.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.259
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.259
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:       1662304 kB
Buffers:         48416 kB
Cached:         174412 kB
SwapCached:       7080 kB
Active:         274468 kB
Inactive:        57588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662304 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:         125264 kB
Slab:            46048 kB
Committed_AS:  4674076 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65248 MiB
End job on node62 at 2008-07-04 16:56:02