Trace number 1092693

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 502.476 504.199

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-14.xml
MD5SUM6c0880b040fe6260481479fcc94ce736
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.5402
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints1582
Maximum constraint arity2
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1582
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.65/1.78	c start processing
1.65/1.78	c start relation processing
1.65/1.79	c start cnf exporting
5.70/5.83	c parsing time : 1.651
5.70/5.83	c preprocessing time : 5.706
5.70/5.83	
5.70/5.83	c Nary constraints - conflicts : 0 supports : 0
5.70/5.83	c Binary constraints - conflicts : 1540 supports :42
5.70/5.83	c max arity constraint : 2
5.70/5.83	c Max Tuples generated 3136
5.70/5.83	c relations : 15
5.70/5.83	c relations BDD: 0
5.70/5.83	c sampling 0/0
5.70/5.83	c vars : 3137 - clauses :  176526
5.70/5.83	
5.70/5.89	 
5.70/5.89	c --- SAT Solver Stats ---
5.70/5.89	 
5.70/5.90	c eSAT 0.1 : minisat core with additionnal features
5.70/5.90	c ============================[ Problem Statistics ]=============================
5.70/5.90	c |                                                                             |
5.70/5.90	c |  Number of variables:  3136                                                 |
5.75/5.90	c |  Number of clauses:    176526                                               |
5.75/6.00	c |  Parsing time:         0.09         s                                       |
502.35/504.18	c restarts              : 434
502.35/504.18	c conflicts             : 326897         (658 /sec)
502.35/504.18	c decisions             : 467293         (2.19 % random) (941 /sec)
502.35/504.18	c euip                  : 21833       
502.35/504.18	c propagations          : 64309585       (129511 /sec)
502.35/504.18	c conflict literals     : 28089745       (44.62 % deleted)
502.35/504.18	c Memory used           : 46.98 MB
502.35/504.18	c CPU time              : 496.557 s
502.35/504.18	c 
502.35/504.18	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-1092693-1215276828/watcher-1092693-1215276828 -o /tmp/evaluation-result-1092693-1215276828/solver-1092693-1215276828 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1092693-1215276828.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9512
/proc/meminfo: memFree=1522496/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=5320 CPUtime=0
/proc/9512/stat : 9512 (galacE.sh) R 9510 9512 9188 0 -1 4194304 230 0 0 0 0 0 0 0 23 0 1 0 2006633968 5447680 194 996147200 4194304 4520092 548682068832 18446744073709551615 4425616 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9512/statm: 1330 194 146 79 0 122 0

[startup+0.099881 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9512
/proc/meminfo: memFree=1522496/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=0.01
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.101876 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9512
/proc/meminfo: memFree=1522496/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=0.01
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301916 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9512
/proc/meminfo: memFree=1522496/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=0.01
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702004 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9512
/proc/meminfo: memFree=1522496/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=0.01
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50216 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 9534
/proc/meminfo: memFree=1481776/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=0.01
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9526] ppid=9512 vsize=812748 CPUtime=1.43
/proc/9526/stat : 9526 (java) S 9512 9512 9188 0 -1 0 13410 0 1 0 134 9 0 0 18 0 9 0 2006633972 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9526/statm: 203187 12611 2586 9 0 197168 0
[pid=9526/tid=9527] ppid=9512 vsize=812748 CPUtime=0.74
/proc/9526/task/9527/stat : 9527 (java) R 9512 9512 9188 0 -1 64 7432 0 1 0 68 6 0 0 24 0 9 0 2006633973 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4126632903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9528] ppid=9512 vsize=812748 CPUtime=0.45
/proc/9526/task/9528/stat : 9528 (java) S 9512 9512 9188 0 -1 64 4461 0 0 0 44 1 0 0 16 0 9 0 2006633975 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9529] ppid=9512 vsize=812748 CPUtime=0
/proc/9526/task/9529/stat : 9529 (java) S 9512 9512 9188 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006633975 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9530] ppid=9512 vsize=812748 CPUtime=0
/proc/9526/task/9530/stat : 9530 (java) S 9512 9512 9188 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006633975 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9531] ppid=9512 vsize=812748 CPUtime=0
/proc/9526/task/9531/stat : 9531 (java) S 9512 9512 9188 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006633977 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9532] ppid=9512 vsize=812748 CPUtime=0.22
/proc/9526/task/9532/stat : 9532 (java) S 9512 9512 9188 0 -1 64 817 0 0 0 21 1 0 0 15 0 9 0 2006633977 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9533] ppid=9512 vsize=812748 CPUtime=0
/proc/9526/task/9533/stat : 9533 (java) S 9512 9512 9188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006633977 832253952 12611 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9534] ppid=9512 vsize=812748 CPUtime=0
/proc/9526/task/9534/stat : 9534 (java) S 9512 9512 9188 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006633977 832253952 12611 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) 860308

[startup+3.10247 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 9534
/proc/meminfo: memFree=1474288/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=0.01
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9526] ppid=9512 vsize=812880 CPUtime=3.02
/proc/9526/stat : 9526 (java) S 9512 9512 9188 0 -1 0 20868 0 1 0 287 15 0 0 18 0 9 0 2006633972 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9526/statm: 203220 20066 2592 9 0 197201 0
[pid=9526/tid=9527] ppid=9512 vsize=812880 CPUtime=2.13
/proc/9526/task/9527/stat : 9527 (java) R 9512 9512 9188 0 -1 64 14624 0 1 0 203 10 0 0 25 0 9 0 2006633973 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4127368138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9528] ppid=9512 vsize=812880 CPUtime=0.49
/proc/9526/task/9528/stat : 9528 (java) S 9512 9512 9188 0 -1 64 4618 0 0 0 48 1 0 0 16 0 9 0 2006633975 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9529] ppid=9512 vsize=812880 CPUtime=0
/proc/9526/task/9529/stat : 9529 (java) S 9512 9512 9188 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006633975 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9530] ppid=9512 vsize=812880 CPUtime=0
/proc/9526/task/9530/stat : 9530 (java) S 9512 9512 9188 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006633975 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9531] ppid=9512 vsize=812880 CPUtime=0
/proc/9526/task/9531/stat : 9531 (java) S 9512 9512 9188 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006633977 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9532] ppid=9512 vsize=812880 CPUtime=0.37
/proc/9526/task/9532/stat : 9532 (java) S 9512 9512 9188 0 -1 64 926 0 0 0 36 1 0 0 15 0 9 0 2006633977 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9533] ppid=9512 vsize=812880 CPUtime=0
/proc/9526/task/9533/stat : 9533 (java) S 9512 9512 9188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006633977 832389120 20066 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9526/tid=9534] ppid=9512 vsize=812880 CPUtime=0
/proc/9526/task/9534/stat : 9534 (java) S 9512 9512 9188 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006633977 832389120 20066 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) 860440

[startup+6.30109 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 9534
/proc/meminfo: memFree=1449008/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 47560

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9535
/proc/meminfo: memFree=1509168/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=10912 CPUtime=6.73
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 2803 0 0 0 672 1 0 0 25 0 1 0 2006634558 11173888 2571 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/9535/statm: 2728 2571 81 162 0 2563 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 58472

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9535
/proc/meminfo: memFree=1504880/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=15368 CPUtime=19.4
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 3910 0 0 0 1938 2 0 0 25 0 1 0 2006634558 15736832 3678 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 1 0 0
/proc/9535/statm: 3842 3678 81 162 0 3677 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 62928

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9535
/proc/meminfo: memFree=1499312/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=21004 CPUtime=44.76
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 5316 0 0 0 4472 4 0 0 25 0 1 0 2006634558 21508096 5084 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9535/statm: 5251 5084 81 162 0 5086 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 68564

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9535
/proc/meminfo: memFree=1493488/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=26764 CPUtime=95.48
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 6755 0 0 0 9542 6 0 0 25 0 1 0 2006634558 27406336 6523 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/9535/statm: 6691 6523 81 162 0 6526 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 74324

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9565
/proc/meminfo: memFree=1725384/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=30988 CPUtime=154.97
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 7796 0 0 0 15488 9 0 0 25 0 1 0 2006634558 31731712 7564 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 7747 7564 81 162 0 7582 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 78548

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9565
/proc/meminfo: memFree=1716680/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=40152 CPUtime=214.94
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 10001 0 0 0 21483 11 0 0 25 0 1 0 2006634558 41115648 9769 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 10038 9769 81 162 0 9873 0
Current children cumulated CPU time (s) 220.69
Current children cumulated vsize (KiB) 87712

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9565
/proc/meminfo: memFree=1716232/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=40456 CPUtime=274.91
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 10099 0 0 0 27480 11 0 0 25 0 1 0 2006634558 41426944 9867 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 10114 9867 81 162 0 9949 0
Current children cumulated CPU time (s) 280.66
Current children cumulated vsize (KiB) 88016

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9565
/proc/meminfo: memFree=1714184/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=42412 CPUtime=334.88
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 10585 0 0 0 33477 11 0 0 25 0 1 0 2006634558 43429888 10353 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 10603 10353 81 162 0 10438 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 89972

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9565
/proc/meminfo: memFree=1709576/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=47360 CPUtime=394.85
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11735 0 0 0 39473 12 0 0 25 0 1 0 2006634558 48496640 11503 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 11840 11503 81 162 0 11675 0
Current children cumulated CPU time (s) 400.6
Current children cumulated vsize (KiB) 94920

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1709120/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=47712 CPUtime=454.82
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11844 0 0 0 45469 13 0 0 25 0 1 0 2006634558 48857088 11612 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 11928 11612 81 162 0 11763 0
Current children cumulated CPU time (s) 460.57
Current children cumulated vsize (KiB) 95272

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

[startup+486.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1709056/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=47924 CPUtime=478.81
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11874 0 0 0 47868 13 0 0 25 0 1 0 2006634558 49074176 11642 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 11981 11642 81 162 0 11816 0
Current children cumulated CPU time (s) 484.56
Current children cumulated vsize (KiB) 95484

[startup+492.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1709056/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=47924 CPUtime=485.21
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11878 0 0 0 48508 13 0 0 25 0 1 0 2006634558 49074176 11646 996147200 134512640 135177480 4294955968 18446744073709551615 134565307 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 11981 11646 81 162 0 11816 0
Current children cumulated CPU time (s) 490.96
Current children cumulated vsize (KiB) 95484

[startup+499.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1708864/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=48104 CPUtime=491.6
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11921 0 0 0 49147 13 0 0 25 0 1 0 2006634558 49258496 11689 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 12026 11689 81 162 0 11861 0
Current children cumulated CPU time (s) 497.35
Current children cumulated vsize (KiB) 95664

[startup+502.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1708864/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=48104 CPUtime=494.8
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11923 0 0 0 49467 13 0 0 25 0 1 0 2006634558 49258496 11691 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 12026 11691 81 162 0 11861 0
Current children cumulated CPU time (s) 500.55
Current children cumulated vsize (KiB) 95664

[startup+503.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1708864/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=48104 CPUtime=495.6
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11923 0 0 0 49547 13 0 0 25 0 1 0 2006634558 49258496 11691 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 12026 11691 81 162 0 11861 0
Current children cumulated CPU time (s) 501.35
Current children cumulated vsize (KiB) 95664

[startup+503.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1708864/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=48104 CPUtime=496.4
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11923 0 0 0 49627 13 0 0 25 0 1 0 2006634558 49258496 11691 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 12026 11691 81 162 0 11861 0
Current children cumulated CPU time (s) 502.15
Current children cumulated vsize (KiB) 95664

[startup+504.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9571
/proc/meminfo: memFree=1708864/2055920 swapFree=4179604/4192956
[pid=9512] ppid=9510 vsize=47560 CPUtime=5.75
/proc/9512/stat : 9512 (galacE.sh) S 9510 9512 9188 0 -1 4194304 800 22618 0 1 0 0 557 18 17 0 1 0 2006633968 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9512/statm: 11890 365 246 79 0 219 0
[pid=9535] ppid=9512 vsize=48104 CPUtime=496.6
/proc/9535/stat : 9535 (eSAT_static) R 9512 9512 9188 0 -1 4194304 11923 0 0 0 49647 13 0 0 25 0 1 0 2006634558 49258496 11691 996147200 134512640 135177480 4294955968 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 0 0 0
/proc/9535/statm: 12026 11691 81 162 0 11861 0
Current children cumulated CPU time (s) 502.35
Current children cumulated vsize (KiB) 95664

Child status: 0
Real time (s): 504.199
CPU time (s): 502.476
CPU user time (s): 502.138
CPU system time (s): 0.337948
CPU usage (%): 99.6583
Max. virtual memory (cumulated for all children) (KiB): 860440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 502.138
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35541
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= 1859
involuntary context switches= 9218

runsolver used 0.753885 second user time and 1.53477 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 18:53:48
IDJOB=1092693
IDBENCH=58649
IDSOLVER=351
FILE ID=node74/1092693-1215276828
PBS_JOBID= 7882257
Free space on /tmp= 103236 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-14.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092693-1215276828/watcher-1092693-1215276828 -o /tmp/evaluation-result-1092693-1215276828/solver-1092693-1215276828 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1092693-1215276828.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0880b040fe6260481479fcc94ce736
RANDOM SEED=2029211387

node74.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:       1522976 kB
Buffers:         41692 kB
Cached:         183600 kB
SwapCached:       6520 kB
Active:         404624 kB
Inactive:        74440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522976 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:         270092 kB
Slab:            38272 kB
Committed_AS:  4453728 kB
PageTables:       2448 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= 103232 MiB
End job on node74 at 2008-07-05 19:02:13