Trace number 1100630

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 103.776 104.794

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-35_ext.xml
MD5SUMc7f9b743b9ebf6f69a5c9d77e719e07d
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 benchmark3.05653
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
1.94/2.07	c start processing
1.94/2.07	c start relation processing
3.72/3.85	c start cnf exporting
22.44/22.72	c parsing time : 1.942
22.44/22.72	c preprocessing time : 22.594
22.44/22.72	
22.44/22.72	c Nary constraints - conflicts : 0 supports : 0
22.44/22.72	c Binary constraints - conflicts : 0 supports :84
22.44/22.72	c max arity constraint : 2
22.44/22.72	c Max Tuples generated 0
22.44/22.72	c relations : 84
22.44/22.72	c relations BDD: 0
22.44/22.72	c sampling 0/0
22.44/22.72	c vars : 7201 - clauses :  674680
22.44/22.72	
22.44/22.75	 
22.44/22.75	c --- SAT Solver Stats ---
22.44/22.75	 
103.66/104.77	c restarts              : 12
103.66/104.77	c conflicts             : 20031          (247 /sec)
103.66/104.77	c decisions             : 38644          (1.64 % random) (476 /sec)
103.66/104.77	c propagations          : 18890175       (232900 /sec)
103.66/104.77	c conflict literals     : 9542014        (21.71 % deleted)
103.66/104.77	c Memory used           : 76.70 MB
103.66/104.77	c CPU time              : 81.1087 s
103.66/104.77	
103.66/104.77	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-1100630-1215287471/watcher-1100630-1215287471 -o /tmp/evaluation-result-1100630-1215287471/solver-1100630-1215287471 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100630-1215287471.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.20 2.04 2.01 4/81 7585
/proc/meminfo: memFree=1700136/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=8652 CPUtime=0
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1558413967 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 2163 280 208 79 0 156 0
[pid=7586] ppid=7585 vsize=8688 CPUtime=0
/proc/7586/stat : 7586 (galacM.sh) S 7585 7585 5001 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1558413969 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 248761778258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7586/statm: 2172 286 209 79 0 165 0
[pid=7587] ppid=7586 vsize=28 CPUtime=0
/proc/7587/stat : 7587 (id) R 7586 7585 5001 0 -1 4194304 26 0 0 0 0 0 0 0 19 0 1 0 1558413969 28672 2 996147200 0 0 548682069621 18446744073709551615 248761609511 0 0 3674112 0 0 0 0 17 1 0 0
/proc/7587/statm: 7 2 0 0 0 1 0

[startup+0.0990391 s]
/proc/loadavg: 2.20 2.04 2.01 4/81 7585
/proc/meminfo: memFree=1700136/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.102036 s]
/proc/loadavg: 2.20 2.04 2.01 4/81 7585
/proc/meminfo: memFree=1700136/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.301069 s]
/proc/loadavg: 2.20 2.04 2.01 4/81 7585
/proc/meminfo: memFree=1700136/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.701139 s]
/proc/loadavg: 2.20 2.04 2.01 4/81 7585
/proc/meminfo: memFree=1700136/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.50228 s]
/proc/loadavg: 2.20 2.04 2.01 3/91 7607
/proc/meminfo: memFree=1621656/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7599] ppid=7585 vsize=812416 CPUtime=1.43
/proc/7599/stat : 7599 (java) S 7585 7585 5001 0 -1 0 23105 0 1 0 133 10 0 0 18 0 9 0 1558413972 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7599/statm: 203104 22522 1888 9 0 197138 0
[pid=7599/tid=7600] ppid=7585 vsize=812416 CPUtime=1.18
/proc/7599/task/7600/stat : 7600 (java) R 7585 7585 5001 0 -1 64 14478 0 1 0 112 6 0 0 25 0 9 0 1558413973 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4126738191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7601] ppid=7585 vsize=812416 CPUtime=0.09
/proc/7599/task/7601/stat : 7601 (java) S 7585 7585 5001 0 -1 64 7175 0 0 0 7 2 0 0 16 0 9 0 1558413974 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7602] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7602/stat : 7602 (java) S 7585 7585 5001 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1558413974 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7603] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7603/stat : 7603 (java) S 7585 7585 5001 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1558413974 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7604] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7604/stat : 7604 (java) S 7585 7585 5001 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1558413976 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7605] ppid=7585 vsize=812416 CPUtime=0.12
/proc/7599/task/7605/stat : 7605 (java) S 7585 7585 5001 0 -1 64 753 0 0 0 12 0 0 0 16 0 9 0 1558413976 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7606] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7606/stat : 7606 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1558413976 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7607] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7607/stat : 7607 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1558413976 831913984 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860000

[startup+3.10155 s]
/proc/loadavg: 2.20 2.04 2.01 4/91 7607
/proc/meminfo: memFree=1611224/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7599] ppid=7585 vsize=812416 CPUtime=3.02
/proc/7599/stat : 7599 (java) S 7585 7585 5001 0 -1 0 24411 0 1 0 291 11 0 0 18 0 9 0 1558413972 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7599/statm: 203104 23824 1891 9 0 197138 0
[pid=7599/tid=7600] ppid=7585 vsize=812416 CPUtime=2.69
/proc/7599/task/7600/stat : 7600 (java) R 7585 7585 5001 0 -1 64 14491 0 1 0 263 6 0 0 25 0 9 0 1558413973 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4126835812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7601] ppid=7585 vsize=812416 CPUtime=0.14
/proc/7599/task/7601/stat : 7601 (java) S 7585 7585 5001 0 -1 64 8444 0 0 0 11 3 0 0 17 0 9 0 1558413974 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7602] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7602/stat : 7602 (java) S 7585 7585 5001 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1558413974 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7603] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7603/stat : 7603 (java) S 7585 7585 5001 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1558413974 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7604] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7604/stat : 7604 (java) S 7585 7585 5001 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1558413976 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7605] ppid=7585 vsize=812416 CPUtime=0.15
/proc/7599/task/7605/stat : 7605 (java) S 7585 7585 5001 0 -1 64 777 0 0 0 15 0 0 0 16 0 9 0 1558413976 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7606] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7606/stat : 7606 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1558413976 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7607] ppid=7585 vsize=812416 CPUtime=0
/proc/7599/task/7607/stat : 7607 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1558413976 831913984 23824 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860000

[startup+6.3021 s]
/proc/loadavg: 2.26 2.06 2.02 3/91 7607
/proc/meminfo: memFree=1595992/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7599] ppid=7585 vsize=812548 CPUtime=6.19
/proc/7599/stat : 7599 (java) S 7585 7585 5001 0 -1 0 27966 0 1 0 605 14 0 0 18 0 9 0 1558413972 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7599/statm: 203137 27372 1913 9 0 197171 0
[pid=7599/tid=7600] ppid=7585 vsize=812548 CPUtime=5.66
/proc/7599/task/7600/stat : 7600 (java) R 7585 7585 5001 0 -1 64 14538 0 1 0 558 8 0 0 25 0 9 0 1558413973 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4126919242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7601] ppid=7585 vsize=812548 CPUtime=0.3
/proc/7599/task/7601/stat : 7601 (java) S 7585 7585 5001 0 -1 64 11909 0 0 0 25 5 0 0 16 0 9 0 1558413974 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7602] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7602/stat : 7602 (java) S 7585 7585 5001 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1558413974 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7603] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7603/stat : 7603 (java) S 7585 7585 5001 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1558413974 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7604] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7604/stat : 7604 (java) S 7585 7585 5001 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7605] ppid=7585 vsize=812548 CPUtime=0.21
/proc/7599/task/7605/stat : 7605 (java) S 7585 7585 5001 0 -1 64 820 0 0 0 21 0 0 0 16 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7606] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7606/stat : 7606 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7607] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7607/stat : 7607 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860132

[startup+12.7012 s]
/proc/loadavg: 2.32 2.07 2.02 3/91 7607
/proc/meminfo: memFree=1590232/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=0.01
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7599] ppid=7585 vsize=812548 CPUtime=12.53
/proc/7599/stat : 7599 (java) S 7585 7585 5001 0 -1 0 27980 0 1 0 1236 17 0 0 18 0 9 0 1558413972 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7599/statm: 203137 27372 1913 9 0 197171 0
[pid=7599/tid=7600] ppid=7585 vsize=812548 CPUtime=11.97
/proc/7599/task/7600/stat : 7600 (java) R 7585 7585 5001 0 -1 64 14552 0 1 0 1187 10 0 0 25 0 9 0 1558413973 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4126633286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7601] ppid=7585 vsize=812548 CPUtime=0.31
/proc/7599/task/7601/stat : 7601 (java) S 7585 7585 5001 0 -1 64 11909 0 0 0 26 5 0 0 16 0 9 0 1558413974 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7602] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7602/stat : 7602 (java) S 7585 7585 5001 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1558413974 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7603] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7603/stat : 7603 (java) S 7585 7585 5001 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1558413974 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7604] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7604/stat : 7604 (java) S 7585 7585 5001 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7605] ppid=7585 vsize=812548 CPUtime=0.21
/proc/7599/task/7605/stat : 7605 (java) S 7585 7585 5001 0 -1 64 820 0 0 0 21 0 0 0 16 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7606] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7606/stat : 7606 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7599/tid=7607] ppid=7585 vsize=812548 CPUtime=0
/proc/7599/task/7607/stat : 7607 (java) S 7585 7585 5001 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1558413976 832049152 27372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860132

[startup+25.5014 s]
/proc/loadavg: 2.32 2.08 2.02 3/83 7608
/proc/meminfo: memFree=1654744/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=22.49
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 799 29719 0 1 0 0 2226 23 17 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7608] ppid=7585 vsize=33676 CPUtime=2.71
/proc/7608/stat : 7608 (minisat) R 7585 7585 5001 0 -1 4194304 8289 0 0 0 268 3 0 0 25 0 1 0 1558416243 34484224 8270 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 1 0 0
/proc/7608/statm: 8419 8270 57 152 0 8264 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 81260

[startup+51.1018 s]
/proc/loadavg: 2.21 2.08 2.02 3/83 7608
/proc/meminfo: memFree=1633880/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=22.49
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 799 29719 0 1 0 0 2226 23 17 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7608] ppid=7585 vsize=54836 CPUtime=28.07
/proc/7608/stat : 7608 (minisat) R 7585 7585 5001 0 -1 4194304 13564 0 0 0 2798 9 0 0 25 0 1 0 1558416243 56152064 13545 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7608/statm: 13709 13545 57 152 0 13554 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 102420

[startup+102.307 s]
/proc/loadavg: 2.09 2.06 2.02 3/83 7608
/proc/meminfo: memFree=1610712/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=22.49
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 799 29719 0 1 0 0 2226 23 17 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7608] ppid=7585 vsize=77712 CPUtime=78.79
/proc/7608/stat : 7608 (minisat) R 7585 7585 5001 0 -1 4194304 19244 0 0 0 7867 12 0 0 25 0 1 0 1558416243 79577088 19225 996147200 134512640 135136200 4294955968 18446744073709551615 134525950 0 0 4096 3 0 0 0 17 1 0 0
/proc/7608/statm: 19428 19225 57 152 0 19273 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 125296

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

[startup+103.902 s]
/proc/loadavg: 2.09 2.06 2.02 3/83 7608
/proc/meminfo: memFree=1610328/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=22.49
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 799 29719 0 1 0 0 2226 23 17 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7608] ppid=7585 vsize=78408 CPUtime=80.38
/proc/7608/stat : 7608 (minisat) R 7585 7585 5001 0 -1 4194304 19398 0 0 0 8025 13 0 0 25 0 1 0 1558416243 80289792 19379 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/7608/statm: 19602 19379 57 152 0 19447 0
Current children cumulated CPU time (s) 102.87
Current children cumulated vsize (KiB) 125992

[startup+104.302 s]
/proc/loadavg: 2.09 2.06 2.02 3/83 7608
/proc/meminfo: memFree=1610328/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=22.49
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 799 29719 0 1 0 0 2226 23 17 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7608] ppid=7585 vsize=78408 CPUtime=80.78
/proc/7608/stat : 7608 (minisat) R 7585 7585 5001 0 -1 4194304 19417 0 0 0 8065 13 0 0 25 0 1 0 1558416243 80289792 19398 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7608/statm: 19602 19398 57 152 0 19447 0
Current children cumulated CPU time (s) 103.27
Current children cumulated vsize (KiB) 125992

[startup+104.701 s]
/proc/loadavg: 2.09 2.06 2.02 3/83 7608
/proc/meminfo: memFree=1610008/2055920 swapFree=4180408/4192956
[pid=7585] ppid=7583 vsize=47584 CPUtime=22.49
/proc/7585/stat : 7585 (galacM.sh) S 7583 7585 5001 0 -1 4194304 799 29719 0 1 0 0 2226 23 17 0 1 0 1558413967 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7585/statm: 11896 364 245 79 0 219 0
[pid=7608] ppid=7585 vsize=78540 CPUtime=81.17
/proc/7608/stat : 7608 (minisat) R 7585 7585 5001 0 -1 4194304 19423 0 0 0 8104 13 0 0 25 0 1 0 1558416243 80424960 19404 996147200 134512640 135136200 4294955968 18446744073709551615 134522133 0 0 4096 3 0 0 0 17 1 0 0
/proc/7608/statm: 19635 19404 57 152 0 19480 0
Current children cumulated CPU time (s) 103.66
Current children cumulated vsize (KiB) 126124

Child status: 0
Real time (s): 104.794
CPU time (s): 103.776
CPU user time (s): 103.38
CPU system time (s): 0.395939
CPU usage (%): 99.0283
Max. virtual memory (cumulated for all children) (KiB): 860132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.38
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50159
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= 1759
involuntary context switches= 5941

runsolver used 0.137979 second user time and 0.346947 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 21:51:12
IDJOB=1100630
IDBENCH=59946
IDSOLVER=350
FILE ID=node55/1100630-1215287471
PBS_JOBID= 7882260
Free space on /tmp= 66424 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7f9b743b9ebf6f69a5c9d77e719e07d
RANDOM SEED=1520832610

node55.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.261
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.261
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:       1700680 kB
Buffers:         49972 kB
Cached:         217536 kB
SwapCached:       6260 kB
Active:         191928 kB
Inactive:       109976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700680 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            5184 kB
Writeback:           0 kB
Mapped:          50748 kB
Slab:            38524 kB
Committed_AS:  3203384 kB
PageTables:       1852 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= 66424 MiB
End job on node55 at 2008-07-05 21:52:56