Trace number 1063859

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 63.3554 63.8391

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-4-accl.xml
MD5SUM61d4fd22729510c40786100f4846d59a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.6096
Satisfiable
(Un)Satisfiability was proved
Number of variables3939
Number of constraints10411
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10411
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c --- Preproc Stats ---
15.00/15.27	c start processing
15.00/15.28	c start relation processing
15.79/16.00	c start cnf exporting
42.33/42.87	c parsing time : 15.122
42.33/42.87	c preprocessing time : 42.731
42.33/42.88	
42.33/42.88	c Nary constraints - conflicts : 3787 supports : 0
42.33/42.88	c Binary constraints - conflicts : 6624 supports :0
42.33/42.88	c max arity constraint : 13
42.33/42.88	c Max Tuples generated 8192
42.33/42.88	c relations : 37
42.33/42.88	c relations BDD: 20
42.33/42.88	c sampling 0/0
42.33/42.88	c vars : 195608 - clauses :  695663
42.33/42.88	
42.41/42.92	 
42.41/42.92	c --- SAT Solver Stats ---
42.41/42.92	 
42.41/42.92	c eSAT 0.1 : minisat core with additionnal features
42.41/42.92	c ============================[ Problem Statistics ]=============================
42.41/42.92	c |                                                                             |
42.41/42.92	c |  Number of variables:  195607                                               |
42.41/42.92	c |  Number of clauses:    695663                                               |
42.43/43.78	c |  Parsing time:         0.72         s                                       |
63.29/63.81	c restarts              : 0
63.29/63.81	c conflicts             : 0              (0 /sec)
63.29/63.81	c decisions             : 0              ( nan % random) (0 /sec)
63.29/63.81	c euip                  : 0           
63.29/63.81	c propagations          : 1341           (65 /sec)
63.29/63.81	c conflict literals     : 0              ( nan % deleted)
63.29/63.81	c Memory used           : 67.25 MB
63.29/63.81	c CPU time              : 20.7089 s
63.29/63.81	c 
63.29/63.81	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-1063859-1215138957/watcher-1063859-1215138957 -o /tmp/evaluation-result-1063859-1215138957/solver-1063859-1215138957 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1063859-1215138957.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.06 2.07 4/83 26354
/proc/meminfo: memFree=1110512/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=18572 CPUtime=0
/proc/26354/stat : 26354 (runsolver) R 26352 26354 25205 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1992865558 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26354/statm: 4643 292 257 25 0 2626 0

[startup+0.0315641 s]
/proc/loadavg: 2.00 2.06 2.07 4/83 26354
/proc/meminfo: memFree=1110512/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=8768 CPUtime=0
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 1992865558 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.101286 s]
/proc/loadavg: 2.00 2.06 2.07 4/83 26354
/proc/meminfo: memFree=1110512/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301299 s]
/proc/loadavg: 2.00 2.06 2.07 4/83 26354
/proc/meminfo: memFree=1110512/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701335 s]
/proc/loadavg: 2.00 2.06 2.07 4/83 26354
/proc/meminfo: memFree=1110512/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5024 s]
/proc/loadavg: 2.00 2.06 2.07 3/93 26376
/proc/meminfo: memFree=1067744/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26368] ppid=26354 vsize=812760 CPUtime=1.42
/proc/26368/stat : 26368 (java) S 26354 26354 25205 0 -1 0 13901 0 1 0 132 10 0 0 21 0 9 0 1992865563 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26368/statm: 203190 13119 2586 9 0 197171 0
[pid=26368/tid=26369] ppid=26354 vsize=812760 CPUtime=0.94
/proc/26368/task/26369/stat : 26369 (java) R 26354 26354 25205 0 -1 64 7779 0 1 0 88 6 0 0 25 0 9 0 1992865564 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 103825780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26370] ppid=26354 vsize=812760 CPUtime=0.21
/proc/26368/task/26370/stat : 26370 (java) S 26354 26354 25205 0 -1 64 4553 0 0 0 19 2 0 0 16 0 9 0 1992865566 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26371] ppid=26354 vsize=812760 CPUtime=0
/proc/26368/task/26371/stat : 26371 (java) S 26354 26354 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992865566 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26372] ppid=26354 vsize=812760 CPUtime=0
/proc/26368/task/26372/stat : 26372 (java) S 26354 26354 25205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992865566 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26373] ppid=26354 vsize=812760 CPUtime=0
/proc/26368/task/26373/stat : 26373 (java) S 26354 26354 25205 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992865568 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26374] ppid=26354 vsize=812760 CPUtime=0.25
/proc/26368/task/26374/stat : 26374 (java) S 26354 26354 25205 0 -1 64 867 0 0 0 24 1 0 0 15 0 9 0 1992865568 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26375] ppid=26354 vsize=812760 CPUtime=0
/proc/26368/task/26375/stat : 26375 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992865568 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26376] ppid=26354 vsize=812760 CPUtime=0
/proc/26368/task/26376/stat : 26376 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992865568 832266240 13119 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860332

[startup+3.10253 s]
/proc/loadavg: 2.00 2.06 2.07 3/93 26376
/proc/meminfo: memFree=1067232/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26368] ppid=26354 vsize=812892 CPUtime=3
/proc/26368/stat : 26368 (java) S 26354 26354 25205 0 -1 0 13985 0 1 0 290 10 0 0 21 0 9 0 1992865563 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26368/statm: 203223 13200 2586 9 0 197204 0
[pid=26368/tid=26369] ppid=26354 vsize=812892 CPUtime=2.37
/proc/26368/task/26369/stat : 26369 (java) R 26354 26354 25205 0 -1 64 7782 0 1 0 231 6 0 0 25 0 9 0 1992865564 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4127023594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26370] ppid=26354 vsize=812892 CPUtime=0.32
/proc/26368/task/26370/stat : 26370 (java) S 26354 26354 25205 0 -1 64 4612 0 0 0 30 2 0 0 17 0 9 0 1992865566 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26371] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26371/stat : 26371 (java) S 26354 26354 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992865566 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26372] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26372/stat : 26372 (java) S 26354 26354 25205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992865566 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26373] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26373/stat : 26373 (java) S 26354 26354 25205 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26374] ppid=26354 vsize=812892 CPUtime=0.29
/proc/26368/task/26374/stat : 26374 (java) S 26354 26354 25205 0 -1 64 889 0 0 0 28 1 0 0 16 0 9 0 1992865568 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26375] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26375/stat : 26375 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26376] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26376/stat : 26376 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992865568 832401408 13200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 860464

[startup+6.30279 s]
/proc/loadavg: 2.08 2.08 2.08 3/93 26376
/proc/meminfo: memFree=1056672/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26368] ppid=26354 vsize=812892 CPUtime=6.18
/proc/26368/stat : 26368 (java) S 26354 26354 25205 0 -1 0 16545 0 1 0 606 12 0 0 21 0 9 0 1992865563 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26368/statm: 203223 15670 2586 9 0 197204 0
[pid=26368/tid=26369] ppid=26354 vsize=812892 CPUtime=5.47
/proc/26368/task/26369/stat : 26369 (java) R 26354 26354 25205 0 -1 64 10104 0 1 0 540 7 0 0 25 0 9 0 1992865564 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4126414842 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26370] ppid=26354 vsize=812892 CPUtime=0.39
/proc/26368/task/26370/stat : 26370 (java) S 26354 26354 25205 0 -1 64 4850 0 0 0 37 2 0 0 16 0 9 0 1992865566 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26371] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26371/stat : 26371 (java) S 26354 26354 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992865566 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26372] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26372/stat : 26372 (java) S 26354 26354 25205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992865566 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26373] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26373/stat : 26373 (java) S 26354 26354 25205 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26374] ppid=26354 vsize=812892 CPUtime=0.29
/proc/26368/task/26374/stat : 26374 (java) S 26354 26354 25205 0 -1 64 889 0 0 0 28 1 0 0 16 0 9 0 1992865568 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26375] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26375/stat : 26375 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26376] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26376/stat : 26376 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992865568 832401408 15670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860464

[startup+12.7023 s]
/proc/loadavg: 2.16 2.09 2.08 4/93 26376
/proc/meminfo: memFree=1055776/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26368] ppid=26354 vsize=812892 CPUtime=12.52
/proc/26368/stat : 26368 (java) S 26354 26354 25205 0 -1 0 17457 0 1 0 1238 14 0 0 21 0 9 0 1992865563 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26368/statm: 203223 16562 2586 9 0 197204 0
[pid=26368/tid=26369] ppid=26354 vsize=812892 CPUtime=10.71
/proc/26368/task/26369/stat : 26369 (java) R 26354 26354 25205 0 -1 64 10125 0 1 0 1063 8 0 0 25 0 9 0 1992865564 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4126622592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26370] ppid=26354 vsize=812892 CPUtime=1.47
/proc/26368/task/26370/stat : 26370 (java) S 26354 26354 25205 0 -1 64 5734 0 0 0 144 3 0 0 18 0 9 0 1992865566 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26371] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26371/stat : 26371 (java) S 26354 26354 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992865566 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26372] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26372/stat : 26372 (java) S 26354 26354 25205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992865566 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26373] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26373/stat : 26373 (java) S 26354 26354 25205 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26374] ppid=26354 vsize=812892 CPUtime=0.3
/proc/26368/task/26374/stat : 26374 (java) S 26354 26354 25205 0 -1 64 896 0 0 0 29 1 0 0 15 0 9 0 1992865568 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26375] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26375/stat : 26375 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26376] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26376/stat : 26376 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992865568 832401408 16562 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860464

[startup+25.5014 s]
/proc/loadavg: 2.19 2.10 2.09 4/93 26376
/proc/meminfo: memFree=1022944/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=0.01
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 765 1698 0 0 0 0 0 1 19 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26368] ppid=26354 vsize=812892 CPUtime=25.19
/proc/26368/stat : 26368 (java) S 26354 26354 25205 0 -1 0 24627 0 1 0 2496 23 0 0 21 0 9 0 1992865563 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26368/statm: 203223 23707 2592 9 0 197204 0
[pid=26368/tid=26369] ppid=26354 vsize=812892 CPUtime=22.51
/proc/26368/task/26369/stat : 26369 (java) R 26354 26354 25205 0 -1 64 14663 0 1 0 2235 16 0 0 25 0 9 0 1992865564 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4126812738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26370] ppid=26354 vsize=812892 CPUtime=2.22
/proc/26368/task/26370/stat : 26370 (java) S 26354 26354 25205 0 -1 64 8294 0 0 0 218 4 0 0 16 0 9 0 1992865566 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26371] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26371/stat : 26371 (java) S 26354 26354 25205 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992865566 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26372] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26372/stat : 26372 (java) S 26354 26354 25205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992865566 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26373] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26373/stat : 26373 (java) S 26354 26354 25205 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26374] ppid=26354 vsize=812892 CPUtime=0.42
/proc/26368/task/26374/stat : 26374 (java) S 26354 26354 25205 0 -1 64 968 0 0 0 41 1 0 0 16 0 9 0 1992865568 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26375] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26375/stat : 26375 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992865568 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26368/tid=26376] ppid=26354 vsize=812892 CPUtime=0
/proc/26368/task/26376/stat : 26376 (java) S 26354 26354 25205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992865568 832401408 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860464

[startup+51.1015 s]
/proc/loadavg: 2.39 2.16 2.10 3/85 26377
/proc/meminfo: memFree=1032672/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=67876 CPUtime=8.16
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 15895 0 0 0 803 13 0 0 25 0 1 0 1992869850 69505024 15877 996147200 134512640 135177480 4294955984 18446744073709551615 134534845 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 16969 15877 75 162 0 16804 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 115448

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

[startup+57.503 s]
/proc/loadavg: 2.36 2.15 2.10 3/85 26377
/proc/meminfo: memFree=1032160/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=68140 CPUtime=14.55
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 16010 0 0 0 1442 13 0 0 25 0 1 0 1992869850 69775360 15992 996147200 134512640 135177480 4294955984 18446744073709551615 134534626 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 17035 15992 75 162 0 16870 0
Current children cumulated CPU time (s) 56.98
Current children cumulated vsize (KiB) 115712

[startup+60.7013 s]
/proc/loadavg: 2.33 2.15 2.10 3/85 26377
/proc/meminfo: memFree=1031968/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=68404 CPUtime=17.75
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 16089 0 0 0 1762 13 0 0 25 0 1 0 1992869850 70045696 16071 996147200 134512640 135177480 4294955984 18446744073709551615 134534800 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 17101 16071 75 162 0 16936 0
Current children cumulated CPU time (s) 60.18
Current children cumulated vsize (KiB) 115976

[startup+62.3014 s]
/proc/loadavg: 2.33 2.15 2.10 3/85 26377
/proc/meminfo: memFree=1031904/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=68668 CPUtime=19.36
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 16198 0 0 0 1922 14 0 0 25 0 1 0 1992869850 70316032 16180 996147200 134512640 135177480 4294955984 18446744073709551615 134534792 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 17167 16180 75 162 0 17002 0
Current children cumulated CPU time (s) 61.79
Current children cumulated vsize (KiB) 116240

[startup+63.1015 s]
/proc/loadavg: 2.30 2.15 2.10 3/85 26377
/proc/meminfo: memFree=1039072/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=68804 CPUtime=20.16
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 18804 0 0 0 2001 15 0 0 25 0 1 0 1992869850 70455296 16245 996147200 134512640 135177480 4294955984 18446744073709551615 134538427 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 17201 16245 75 162 0 17036 0
Current children cumulated CPU time (s) 62.59
Current children cumulated vsize (KiB) 116376

[startup+63.5015 s]
/proc/loadavg: 2.30 2.15 2.10 3/85 26377
/proc/meminfo: memFree=1039072/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=69304 CPUtime=20.56
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 20227 0 0 0 2040 16 0 0 25 0 1 0 1992869850 70967296 16360 996147200 134512640 135177480 4294955984 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 17326 16360 75 162 0 17161 0
Current children cumulated CPU time (s) 62.99
Current children cumulated vsize (KiB) 116876

[startup+63.7015 s]
/proc/loadavg: 2.30 2.15 2.10 3/85 26377
/proc/meminfo: memFree=1030816/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=68856 CPUtime=20.76
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 20954 0 0 0 2060 16 0 0 25 0 1 0 1992869850 70508544 16260 996147200 134512640 135177480 4294955984 18446744073709551615 134538419 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 17214 16260 75 162 0 17049 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 116428

[startup+63.8065 s]
/proc/loadavg: 2.30 2.15 2.10 3/85 26377
/proc/meminfo: memFree=1030816/2055920 swapFree=4180796/4192956
[pid=26354] ppid=26352 vsize=47572 CPUtime=42.43
/proc/26354/stat : 26354 (galacE.sh) S 26352 26354 25205 0 -1 4194304 799 26366 0 1 0 0 4210 33 17 0 1 0 1992865558 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26354/statm: 11893 364 245 79 0 219 0
[pid=26377] ppid=26354 vsize=69324 CPUtime=20.86
/proc/26377/stat : 26377 (eSAT_static) R 26354 26354 25205 0 -1 4194304 21367 0 0 0 2070 16 0 0 25 0 1 0 1992869850 70987776 16364 996147200 134512640 135177480 4294955984 18446744073709551615 134538867 0 0 4096 3 0 0 0 17 1 0 0
/proc/26377/statm: 17331 16364 75 162 0 17166 0
Current children cumulated CPU time (s) 63.29
Current children cumulated vsize (KiB) 116896

Child status: 0
Real time (s): 63.8391
CPU time (s): 63.3554
CPU user time (s): 62.8194
CPU system time (s): 0.535918
CPU usage (%): 99.2423
Max. virtual memory (cumulated for all children) (KiB): 860464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.8194
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48732
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= 3262
involuntary context switches= 4624

runsolver used 0.091986 second user time and 0.19297 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 04:35:58
IDJOB=1063859
IDBENCH=54882
IDSOLVER=351
FILE ID=node65/1063859-1215138957
PBS_JOBID= 7877370
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-4-accl.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063859-1215138957/watcher-1063859-1215138957 -o /tmp/evaluation-result-1063859-1215138957/solver-1063859-1215138957 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1063859-1215138957.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61d4fd22729510c40786100f4846d59a
RANDOM SEED=1142822808

node65.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1110992 kB
Buffers:         21700 kB
Cached:         134936 kB
SwapCached:       5952 kB
Active:         834572 kB
Inactive:        52612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1110992 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            4692 kB
Writeback:           0 kB
Mapped:         742020 kB
Slab:            41460 kB
Committed_AS:  4616848 kB
PageTables:       3256 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= 66552 MiB
End job on node65 at 2008-07-04 04:37:02