Trace number 1051349

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 MUNSAT 112.156 112.665

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-25-8-a4.xml
MD5SUM911be6f11691798737b435362407e4b1
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 benchmark0.166974
Satisfiable
(Un)Satisfiability was proved
Number of variables8
Number of constraints350
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.87	c start processing
0.01/0.87	c start relation processing
0.97/1.07	c start cnf exporting
44.89/45.13	c parsing time : 0.755
44.89/45.13	c preprocessing time : 45.02
44.89/45.13	
44.89/45.13	c Nary constraints - conflicts : 322 supports : 0
44.89/45.13	c Binary constraints - conflicts : 0 supports :28
44.89/45.13	c max arity constraint : 4
44.89/45.13	c Max Tuples generated 456976
44.89/45.13	c relations : 3
44.89/45.13	c relations BDD: 1
44.89/45.13	c sampling 2/2
44.89/45.13	c vars : 295049 - clauses :  1194134
44.89/45.13	
44.89/45.17	 
44.89/45.17	c --- SAT Solver Stats ---
44.89/45.17	 
112.07/112.63	c restarts              : 7
112.07/112.63	c conflicts             : 2343           (35 /sec)
112.07/112.63	c decisions             : 3642           (1.15 % random) (54 /sec)
112.07/112.63	c propagations          : 106857349      (1593202 /sec)
112.07/112.63	c conflict literals     : 43810          (47.93 % deleted)
112.07/112.63	c Memory used           : 60.50 MB
112.07/112.63	c CPU time              : 67.0708 s
112.07/112.63	
112.07/112.63	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-1051349-1215052942/watcher-1051349-1215052942 -o /tmp/evaluation-result-1051349-1215052942/solver-1051349-1215052942 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1051349-1215052942.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.95 1.98 1.99 4/73 29234
/proc/meminfo: memFree=971672/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=8652 CPUtime=0
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 670419594 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 2163 280 208 79 0 156 0
[pid=29235] ppid=29234 vsize=8688 CPUtime=0
/proc/29235/stat : 29235 (galacM.sh) R 29234 29234 26446 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 670419595 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226687156306 0 0 4096 73728 0 0 0 17 1 0 0
/proc/29235/statm: 2172 286 209 79 0 165 0
[pid=29236] ppid=29235 vsize=0 CPUtime=0
/proc/29236/stat : 29236 (id) Z 29235 29234 26446 0 -1 4194316 243 0 0 0 0 0 0 0 18 0 1 0 670419595 0 0 996147200 0 0 0 0 0 0 0 3674112 0 18446744071563351923 0 0 17 0 0 0
/proc/29236/statm: 0 0 0 0 0 0 0

[startup+0.0890849 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 29234
/proc/meminfo: memFree=971672/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101082 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 29234
/proc/meminfo: memFree=971672/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301108 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 29234
/proc/meminfo: memFree=971672/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701157 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 29234
/proc/meminfo: memFree=971672/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50226 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 29256
/proc/meminfo: memFree=930952/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29248] ppid=29234 vsize=812760 CPUtime=1.45
/proc/29248/stat : 29248 (java) S 29234 29234 26446 0 -1 0 16885 0 1 0 137 8 0 0 18 0 9 0 670419598 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29248/statm: 203190 16105 2587 9 0 197171 0
[pid=29248/tid=29249] ppid=29234 vsize=812760 CPUtime=1.12
/proc/29248/task/29249/stat : 29249 (java) R 29234 29234 26446 0 -1 64 10939 0 1 0 107 5 0 0 25 0 9 0 670419599 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29250] ppid=29234 vsize=812760 CPUtime=0.04
/proc/29248/task/29250/stat : 29250 (java) S 29234 29234 26446 0 -1 64 4388 0 0 0 3 1 0 0 17 0 9 0 670419600 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29251] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29251/stat : 29251 (java) S 29234 29234 26446 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670419600 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29252] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29252/stat : 29252 (java) S 29234 29234 26446 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670419600 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29253] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29253/stat : 29253 (java) S 29234 29234 26446 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 670419602 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29254] ppid=29234 vsize=812760 CPUtime=0.27
/proc/29248/task/29254/stat : 29254 (java) R 29234 29234 26446 0 -1 64 857 0 0 0 27 0 0 0 15 0 9 0 670419602 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 101759938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29255] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29255/stat : 29255 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 670419602 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29256] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29256/stat : 29256 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670419602 832266240 16105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860324

[startup+3.10246 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 29256
/proc/meminfo: memFree=899592/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29248] ppid=29234 vsize=812760 CPUtime=3.04
/proc/29248/stat : 29248 (java) S 29234 29234 26446 0 -1 0 21394 0 1 0 294 10 0 0 18 0 9 0 670419598 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29248/statm: 203190 20611 2591 9 0 197171 0
[pid=29248/tid=29249] ppid=29234 vsize=812760 CPUtime=2.68
/proc/29248/task/29249/stat : 29249 (java) R 29234 29234 26446 0 -1 64 14640 0 1 0 261 7 0 0 25 0 9 0 670419599 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 102716455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29250] ppid=29234 vsize=812760 CPUtime=0.06
/proc/29248/task/29250/stat : 29250 (java) S 29234 29234 26446 0 -1 64 5193 0 0 0 5 1 0 0 16 0 9 0 670419600 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29251] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29251/stat : 29251 (java) S 29234 29234 26446 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670419600 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29252] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29252/stat : 29252 (java) S 29234 29234 26446 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670419600 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29253] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29253/stat : 29253 (java) S 29234 29234 26446 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29254] ppid=29234 vsize=812760 CPUtime=0.28
/proc/29248/task/29254/stat : 29254 (java) S 29234 29234 26446 0 -1 64 860 0 0 0 28 0 0 0 15 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29255] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29255/stat : 29255 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29256] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29256/stat : 29256 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860324

[startup+6.30185 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 29256
/proc/meminfo: memFree=896272/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29248] ppid=29234 vsize=812760 CPUtime=6.24
/proc/29248/stat : 29248 (java) S 29234 29234 26446 0 -1 0 21401 0 1 0 612 12 0 0 18 0 9 0 670419598 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29248/statm: 203190 20611 2591 9 0 197171 0
[pid=29248/tid=29249] ppid=29234 vsize=812760 CPUtime=5.84
/proc/29248/task/29249/stat : 29249 (java) R 29234 29234 26446 0 -1 64 14647 0 1 0 575 9 0 0 25 0 9 0 670419599 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4127111728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29250] ppid=29234 vsize=812760 CPUtime=0.09
/proc/29248/task/29250/stat : 29250 (java) S 29234 29234 26446 0 -1 64 5193 0 0 0 8 1 0 0 16 0 9 0 670419600 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29251] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29251/stat : 29251 (java) S 29234 29234 26446 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670419600 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29252] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29252/stat : 29252 (java) S 29234 29234 26446 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670419600 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29253] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29253/stat : 29253 (java) S 29234 29234 26446 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29254] ppid=29234 vsize=812760 CPUtime=0.28
/proc/29248/task/29254/stat : 29254 (java) S 29234 29234 26446 0 -1 64 860 0 0 0 28 0 0 0 15 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29255] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29255/stat : 29255 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29256] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29256/stat : 29256 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670419602 832266240 20611 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 860324

[startup+12.7027 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 29256
/proc/meminfo: memFree=891096/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29248] ppid=29234 vsize=812760 CPUtime=12.61
/proc/29248/stat : 29248 (java) S 29234 29234 26446 0 -1 0 21813 0 1 0 1247 14 0 0 18 0 9 0 670419598 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29248/statm: 203190 21011 2591 9 0 197171 0
[pid=29248/tid=29249] ppid=29234 vsize=812760 CPUtime=12.16
/proc/29248/task/29249/stat : 29249 (java) R 29234 29234 26446 0 -1 64 14659 0 1 0 1206 10 0 0 25 0 9 0 670419599 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4127156119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29250] ppid=29234 vsize=812760 CPUtime=0.14
/proc/29248/task/29250/stat : 29250 (java) S 29234 29234 26446 0 -1 64 5593 0 0 0 12 2 0 0 16 0 9 0 670419600 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29251] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29251/stat : 29251 (java) S 29234 29234 26446 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670419600 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29252] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29252/stat : 29252 (java) S 29234 29234 26446 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670419600 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29253] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29253/stat : 29253 (java) S 29234 29234 26446 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 670419602 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29254] ppid=29234 vsize=812760 CPUtime=0.28
/proc/29248/task/29254/stat : 29254 (java) S 29234 29234 26446 0 -1 64 860 0 0 0 28 0 0 0 15 0 9 0 670419602 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29255] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29255/stat : 29255 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 670419602 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29256] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29256/stat : 29256 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670419602 832266240 21011 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 860324

[startup+25.5012 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 29256
/proc/meminfo: memFree=883672/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=0.01
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29248] ppid=29234 vsize=812760 CPUtime=25.35
/proc/29248/stat : 29248 (java) S 29234 29234 26446 0 -1 0 21837 0 1 0 2517 18 0 0 18 0 9 0 670419598 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29248/statm: 203190 21012 2591 9 0 197171 0
[pid=29248/tid=29249] ppid=29234 vsize=812760 CPUtime=24.89
/proc/29248/task/29249/stat : 29249 (java) R 29234 29234 26446 0 -1 64 14682 0 1 0 2475 14 0 0 25 0 9 0 670419599 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4127191680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29250] ppid=29234 vsize=812760 CPUtime=0.15
/proc/29248/task/29250/stat : 29250 (java) S 29234 29234 26446 0 -1 64 5593 0 0 0 13 2 0 0 16 0 9 0 670419600 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29251] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29251/stat : 29251 (java) S 29234 29234 26446 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 670419600 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29252] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29252/stat : 29252 (java) S 29234 29234 26446 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670419600 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29253] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29253/stat : 29253 (java) S 29234 29234 26446 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 670419602 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29254] ppid=29234 vsize=812760 CPUtime=0.28
/proc/29248/task/29254/stat : 29254 (java) S 29234 29234 26446 0 -1 64 861 0 0 0 28 0 0 0 16 0 9 0 670419602 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29255] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29255/stat : 29255 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 670419602 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29248/tid=29256] ppid=29234 vsize=812760 CPUtime=0
/proc/29248/task/29256/stat : 29256 (java) S 29234 29234 26446 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670419602 832266240 21012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 860324

[startup+51.1014 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61812 CPUtime=5.89
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14811 0 0 0 579 10 0 0 25 0 1 0 670424112 63295488 14792 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15453 14792 56 152 0 15298 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 109376

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61948 CPUtime=56.88
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14837 0 0 0 5678 10 0 0 25 0 1 0 670424112 63434752 14818 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15487 14818 56 152 0 15332 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 109512

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

[startup+108.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61948 CPUtime=63.25
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14839 0 0 0 6315 10 0 0 25 0 1 0 670424112 63434752 14820 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15487 14820 56 152 0 15332 0
Current children cumulated CPU time (s) 108.19
Current children cumulated vsize (KiB) 109512

[startup+110.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61948 CPUtime=64.84
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14839 0 0 0 6474 10 0 0 25 0 1 0 670424112 63434752 14820 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15487 14820 56 152 0 15332 0
Current children cumulated CPU time (s) 109.78
Current children cumulated vsize (KiB) 109512

[startup+111.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61948 CPUtime=66.44
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14839 0 0 0 6634 10 0 0 25 0 1 0 670424112 63434752 14820 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15487 14820 56 152 0 15332 0
Current children cumulated CPU time (s) 111.38
Current children cumulated vsize (KiB) 109512

[startup+112.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61948 CPUtime=66.83
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14839 0 0 0 6673 10 0 0 25 0 1 0 670424112 63434752 14820 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15487 14820 56 152 0 15332 0
Current children cumulated CPU time (s) 111.77
Current children cumulated vsize (KiB) 109512

[startup+112.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61948 CPUtime=67.03
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14839 0 0 0 6693 10 0 0 25 0 1 0 670424112 63434752 14820 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15487 14820 56 152 0 15332 0
Current children cumulated CPU time (s) 111.97
Current children cumulated vsize (KiB) 109512

[startup+112.601 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29257
/proc/meminfo: memFree=887000/2055920 swapFree=4147528/4192956
[pid=29234] ppid=29232 vsize=47564 CPUtime=44.94
/proc/29234/stat : 29234 (galacM.sh) S 29232 29234 26446 0 -1 4194304 800 23581 0 1 0 0 4466 28 17 0 1 0 670419594 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29234/statm: 11891 365 246 79 0 219 0
[pid=29257] ppid=29234 vsize=61948 CPUtime=67.13
/proc/29257/stat : 29257 (minisat) R 29234 29234 26446 0 -1 4194304 14839 0 0 0 6703 10 0 0 25 0 1 0 670424112 63434752 14820 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 0 0 0
/proc/29257/statm: 15487 14820 56 152 0 15332 0
Current children cumulated CPU time (s) 112.07
Current children cumulated vsize (KiB) 109512

Child status: 0
Real time (s): 112.665
CPU time (s): 112.156
CPU user time (s): 111.738
CPU system time (s): 0.417936
CPU usage (%): 99.5481
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.738
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39439
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= 2718
involuntary context switches= 4098

runsolver used 0.118981 second user time and 0.313952 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-03 04:42:22
IDJOB=1051349
IDBENCH=55435
IDSOLVER=350
FILE ID=node80/1051349-1215052942
PBS_JOBID= 7875017
Free space on /tmp= 66548 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-25-8-a4.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051349-1215052942/watcher-1051349-1215052942 -o /tmp/evaluation-result-1051349-1215052942/solver-1051349-1215052942 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1051349-1215052942.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 911be6f11691798737b435362407e4b1
RANDOM SEED=2121556054

node80.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        972152 kB
Buffers:         86884 kB
Cached:         851008 kB
SwapCached:      39472 kB
Active:         373704 kB
Inactive:       621432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        972152 kB
SwapTotal:     4192956 kB
SwapFree:      4147528 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          65072 kB
Slab:            73932 kB
Committed_AS:  1049764 kB
PageTables:       1812 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= 66544 MiB
End job on node80 at 2008-07-03 04:44:14