Trace number 1097594

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 459.885 460.445

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-11_ext.xml
MD5SUM86092f69b37d5c8f0d18926f72758257
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.83966
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.73	c start processing
0.01/0.73	c start relation processing
0.01/0.74	c start cnf exporting
1.36/1.47	c parsing time : 0.607
1.36/1.47	c preprocessing time : 1.343
1.36/1.47	
1.36/1.47	c Nary constraints - conflicts : 0 supports : 0
1.36/1.47	c Binary constraints - conflicts : 250 supports :0
1.36/1.47	c max arity constraint : 2
1.36/1.47	c Max Tuples generated 0
1.36/1.47	c relations : 250
1.36/1.47	c relations BDD: 0
1.36/1.47	c sampling 0/0
1.36/1.47	c vars : 641 - clauses :  27402
1.36/1.47	
1.43/1.51	 
1.43/1.51	c --- SAT Solver Stats ---
1.43/1.51	 
459.80/460.43	c restarts              : 20
459.80/460.43	c conflicts             : 518150         (1131 /sec)
459.80/460.43	c decisions             : 752976         (1.30 % random) (1643 /sec)
459.80/460.43	c propagations          : 47348260       (103319 /sec)
459.80/460.43	c conflict literals     : 38576750       (28.83 % deleted)
459.80/460.43	c Memory used           : 27.14 MB
459.80/460.43	c CPU time              : 458.27 s
459.80/460.43	
459.80/460.43	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-1097594-1215282572/watcher-1097594-1215282572 -o /tmp/evaluation-result-1097594-1215282572/solver-1097594-1215282572 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1097594-1215282572.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.92 1.98 1.99 4/81 22054
/proc/meminfo: memFree=1721808/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=8652 CPUtime=0
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007230672 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22054/statm: 2163 280 208 79 0 156 0
[pid=22055] ppid=22054 vsize=8688 CPUtime=0
/proc/22055/stat : 22055 (galacM.sh) S 22054 22054 19683 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2007230672 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 210824298578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22055/statm: 2172 286 209 79 0 165 0
[pid=22056] ppid=22055 vsize=8728 CPUtime=0
/proc/22056/stat : 22056 (galacM.sh) R 22055 22054 19683 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007230672 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 210824129831 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/22056/statm: 2182 290 209 79 0 175 0

[startup+0.107574 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22054
/proc/meminfo: memFree=1721808/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=0.01
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.202583 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22054
/proc/meminfo: memFree=1721808/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=0.01
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301592 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22054
/proc/meminfo: memFree=1721808/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=0.01
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.70164 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22054
/proc/meminfo: memFree=1721808/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=0.01
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50274 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 22076
/proc/meminfo: memFree=1651840/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=0.01
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22068] ppid=22054 vsize=813784 CPUtime=1.42
/proc/22068/stat : 22068 (java) S 22054 22054 19683 0 -1 0 19731 0 1 0 133 9 0 0 18 0 9 0 2007230675 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22068/statm: 203446 19152 1908 9 0 197427 0
[pid=22068/tid=22069] ppid=22054 vsize=813784 CPUtime=1.13
/proc/22068/task/22069/stat : 22069 (java) S 22054 22054 19683 0 -1 64 14512 0 1 0 107 6 0 0 25 0 9 0 2007230676 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22068/tid=22070] ppid=22054 vsize=813784 CPUtime=0.02
/proc/22068/task/22070/stat : 22070 (java) S 22054 22054 19683 0 -1 64 3660 0 0 0 1 1 0 0 17 0 9 0 2007230678 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22068/tid=22071] ppid=22054 vsize=813784 CPUtime=0
/proc/22068/task/22071/stat : 22071 (java) S 22054 22054 19683 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007230678 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22068/tid=22072] ppid=22054 vsize=813784 CPUtime=0
/proc/22068/task/22072/stat : 22072 (java) S 22054 22054 19683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007230678 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22068/tid=22073] ppid=22054 vsize=813784 CPUtime=0
/proc/22068/task/22073/stat : 22073 (java) S 22054 22054 19683 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007230680 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22068/tid=22074] ppid=22054 vsize=813784 CPUtime=0.23
/proc/22068/task/22074/stat : 22074 (java) S 22054 22054 19683 0 -1 64 859 0 0 0 23 0 0 0 16 0 9 0 2007230680 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22068/tid=22075] ppid=22054 vsize=813784 CPUtime=0
/proc/22068/task/22075/stat : 22075 (java) S 22054 22054 19683 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007230680 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22068/tid=22076] ppid=22054 vsize=813784 CPUtime=0
/proc/22068/task/22076/stat : 22076 (java) S 22054 22054 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007230680 833314816 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 861356

[startup+3.10194 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 22077
/proc/meminfo: memFree=1717184/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=6300 CPUtime=1.56
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 1295 0 0 0 156 0 0 0 25 0 1 0 2007230823 6451200 1276 996147200 134512640 135136200 4294955968 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/22077/statm: 1575 1276 56 152 0 1420 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 53872

[startup+6.30132 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 22077
/proc/meminfo: memFree=1713472/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=9208 CPUtime=4.73
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 2027 0 0 0 472 1 0 0 25 0 1 0 2007230823 9428992 2008 996147200 134512640 135136200 4294955968 18446744073709551615 134529575 0 0 4096 3 0 0 0 17 1 0 0
/proc/22077/statm: 2302 2008 56 152 0 2147 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 56780

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 22077
/proc/meminfo: memFree=1709504/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=12792 CPUtime=11.07
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 2904 0 0 0 1105 2 0 0 25 0 1 0 2007230823 13099008 2885 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/22077/statm: 3198 2885 56 152 0 3043 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 60364

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 22077
/proc/meminfo: memFree=1708160/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=14012 CPUtime=23.75
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 3198 0 0 0 2373 2 0 0 25 0 1 0 2007230823 14348288 3179 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/22077/statm: 3503 3179 56 152 0 3348 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 61584

[startup+51.1017 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 22115
/proc/meminfo: memFree=1659856/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=16064 CPUtime=49.24
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 3689 0 0 0 4921 3 0 0 25 0 1 0 2007230823 16449536 3670 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 4016 3670 56 152 0 3861 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 63636

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 22211
/proc/meminfo: memFree=1715072/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=19500 CPUtime=100.42
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 4532 0 0 0 10033 9 0 0 25 0 1 0 2007230823 19968000 4513 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 4875 4513 56 152 0 4720 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 67072

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22260
/proc/meminfo: memFree=1705352/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=22540 CPUtime=160.38
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 5278 0 0 0 16027 11 0 0 25 0 1 0 2007230823 23080960 5259 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 5635 5259 56 152 0 5480 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 70112

[startup+222.306 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 22260
/proc/meminfo: memFree=1704200/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=23448 CPUtime=220.37
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 5467 0 0 0 22025 12 0 0 25 0 1 0 2007230823 24010752 5448 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 5862 5448 56 152 0 5707 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 71020

[startup+282.301 s]
/proc/loadavg: 2.07 2.01 2.00 3/83 22260
/proc/meminfo: memFree=1701320/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=26380 CPUtime=280.34
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6157 0 0 0 28021 13 0 0 25 0 1 0 2007230823 27013120 6138 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6595 6138 56 152 0 6440 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 73952

[startup+342.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 22260
/proc/meminfo: memFree=1700488/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=26988 CPUtime=340.31
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6326 0 0 0 34018 13 0 0 25 0 1 0 2007230823 27635712 6307 996147200 134512640 135136200 4294955968 18446744073709551615 134529693 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6747 6307 56 152 0 6592 0
Current children cumulated CPU time (s) 341.75
Current children cumulated vsize (KiB) 74560

[startup+402.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 22260
/proc/meminfo: memFree=1700104/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27584 CPUtime=400.29
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6452 0 0 0 40016 13 0 0 25 0 1 0 2007230823 28246016 6433 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6896 6433 56 152 0 6741 0
Current children cumulated CPU time (s) 401.73
Current children cumulated vsize (KiB) 75156

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

[startup+409.602 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 22260
/proc/meminfo: memFree=1699976/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27584 CPUtime=407.58
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6459 0 0 0 40745 13 0 0 25 0 1 0 2007230823 28246016 6440 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6896 6440 56 152 0 6741 0
Current children cumulated CPU time (s) 409.02
Current children cumulated vsize (KiB) 75156

[startup+435.202 s]
/proc/loadavg: 2.10 2.04 2.00 3/83 22260
/proc/meminfo: memFree=1699912/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27784 CPUtime=433.17
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6477 0 0 0 43304 13 0 0 25 0 1 0 2007230823 28450816 6458 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6946 6458 56 152 0 6791 0
Current children cumulated CPU time (s) 434.61
Current children cumulated vsize (KiB) 75356

[startup+448.001 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 22260
/proc/meminfo: memFree=1699848/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27784 CPUtime=445.97
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6495 0 0 0 44584 13 0 0 25 0 1 0 2007230823 28450816 6476 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6946 6476 56 152 0 6791 0
Current children cumulated CPU time (s) 447.41
Current children cumulated vsize (KiB) 75356

[startup+454.407 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 22260
/proc/meminfo: memFree=1699848/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27784 CPUtime=452.37
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6495 0 0 0 45224 13 0 0 25 0 1 0 2007230823 28450816 6476 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6946 6476 56 152 0 6791 0
Current children cumulated CPU time (s) 453.81
Current children cumulated vsize (KiB) 75356

[startup+457.601 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 22260
/proc/meminfo: memFree=1699848/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27784 CPUtime=455.57
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6495 0 0 0 45544 13 0 0 25 0 1 0 2007230823 28450816 6476 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6946 6476 56 152 0 6791 0
Current children cumulated CPU time (s) 457.01
Current children cumulated vsize (KiB) 75356

[startup+459.202 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 22260
/proc/meminfo: memFree=1699848/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27784 CPUtime=457.16
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6495 0 0 0 45703 13 0 0 25 0 1 0 2007230823 28450816 6476 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6946 6476 56 152 0 6791 0
Current children cumulated CPU time (s) 458.6
Current children cumulated vsize (KiB) 75356

[startup+460.002 s]
/proc/loadavg: 2.06 2.04 2.00 3/83 22260
/proc/meminfo: memFree=1699848/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27784 CPUtime=457.96
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6495 0 0 0 45783 13 0 0 25 0 1 0 2007230823 28450816 6476 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6946 6476 56 152 0 6791 0
Current children cumulated CPU time (s) 459.4
Current children cumulated vsize (KiB) 75356

[startup+460.402 s]
/proc/loadavg: 2.06 2.04 2.00 3/83 22260
/proc/meminfo: memFree=1699848/2055920 swapFree=4180424/4192956
[pid=22054] ppid=22052 vsize=47572 CPUtime=1.44
/proc/22054/stat : 22054 (galacM.sh) S 22052 22054 19683 0 -1 4194304 799 21433 0 1 0 0 133 11 17 0 1 0 2007230672 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22054/statm: 11893 364 245 79 0 219 0
[pid=22077] ppid=22054 vsize=27784 CPUtime=458.36
/proc/22077/stat : 22077 (minisat) R 22054 22054 19683 0 -1 4194304 6495 0 0 0 45823 13 0 0 25 0 1 0 2007230823 28450816 6476 996147200 134512640 135136200 4294955968 18446744073709551615 134529396 0 0 4096 3 0 0 0 17 0 0 0
/proc/22077/statm: 6946 6476 56 152 0 6791 0
Current children cumulated CPU time (s) 459.8
Current children cumulated vsize (KiB) 75356

Child status: 0
Real time (s): 460.445
CPU time (s): 459.885
CPU user time (s): 459.61
CPU system time (s): 0.274958
CPU usage (%): 99.8785
Max. virtual memory (cumulated for all children) (KiB): 861356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.61
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28945
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= 1155
involuntary context switches= 4159

runsolver used 0.614906 second user time and 1.40579 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 20:29:32
IDJOB=1097594
IDBENCH=59510
IDSOLVER=350
FILE ID=node33/1097594-1215282572
PBS_JOBID= 7882188
Free space on /tmp= 66472 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-11_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097594-1215282572/watcher-1097594-1215282572 -o /tmp/evaluation-result-1097594-1215282572/solver-1097594-1215282572 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1097594-1215282572.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86092f69b37d5c8f0d18926f72758257
RANDOM SEED=1487265432

node33.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:       1722288 kB
Buffers:         49276 kB
Cached:         201868 kB
SwapCached:       6236 kB
Active:         188552 kB
Inactive:        89772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722288 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:          43564 kB
Slab:            40432 kB
Committed_AS:  3677984 kB
PageTables:       1904 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= 66472 MiB
End job on node33 at 2008-07-05 20:37:12