Trace number 1097176

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 591.22 596.911

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-18_ext.xml
MD5SUMd5fb07ea27621d1e94af1a718cfc8aa5
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 benchmark6.12607
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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 ---
1.06/1.17	c start processing
1.06/1.17	c start relation processing
1.16/1.22	c start cnf exporting
2.84/2.95	c parsing time : 1.048
2.84/2.95	c preprocessing time : 2.825
2.84/2.95	
2.84/2.95	c Nary constraints - conflicts : 0 supports : 0
2.84/2.95	c Binary constraints - conflicts : 97 supports :83
2.84/2.95	c max arity constraint : 2
2.84/2.95	c Max Tuples generated 0
2.84/2.95	c relations : 180
2.84/2.95	c relations BDD: 0
2.84/2.95	c sampling 0/0
2.84/2.95	c vars : 1001 - clauses :  45419
2.84/2.95	
2.84/2.97	 
2.84/2.97	c --- SAT Solver Stats ---
2.84/2.97	 
591.09/596.89	c restarts              : 19
591.09/596.89	c conflicts             : 322704         (549 /sec)
591.09/596.89	c decisions             : 470776         (1.23 % random) (800 /sec)
591.09/596.89	c propagations          : 46513901       (79083 /sec)
591.09/596.89	c conflict literals     : 32416871       (32.09 % deleted)
591.09/596.89	c Memory used           : 45.57 MB
591.09/596.89	c CPU time              : 588.168 s
591.09/596.89	
591.09/596.89	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-1097176-1215281446/watcher-1097176-1215281446 -o /tmp/evaluation-result-1097176-1215281446/solver-1097176-1215281446 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1097176-1215281446.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.04 2.06 2.01 4/82 32391
/proc/meminfo: memFree=1697000/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=652 CPUtime=0
/proc/32391/stat : 32391 (galacM.sh) R 32389 32391 29300 0 -1 4194304 40 0 0 0 0 0 0 0 21 0 1 0 2007116145 667648 25 996147200 4194304 4520092 548682068832 18446744073709551615 250966242697 0 0 4096 0 0 0 0 17 1 0 0
/proc/32391/statm: 163 25 18 79 0 53 0

[startup+0.063558 s]
/proc/loadavg: 2.04 2.06 2.01 4/82 32391
/proc/meminfo: memFree=1697000/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=0.02
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47576

[startup+0.102008 s]
/proc/loadavg: 2.04 2.06 2.01 4/82 32391
/proc/meminfo: memFree=1697000/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=0.02
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47576

[startup+0.300385 s]
/proc/loadavg: 2.04 2.06 2.01 4/82 32391
/proc/meminfo: memFree=1697000/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=0.02
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47576

[startup+0.701458 s]
/proc/loadavg: 2.04 2.06 2.01 4/82 32391
/proc/meminfo: memFree=1697000/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=0.02
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47576

[startup+1.50261 s]
/proc/loadavg: 2.12 2.08 2.02 3/92 32413
/proc/meminfo: memFree=1626968/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=0.02
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32405] ppid=32391 vsize=812768 CPUtime=1.43
/proc/32405/stat : 32405 (java) S 32391 32391 29300 0 -1 0 19886 0 1 0 133 10 0 0 18 0 9 0 2007116149 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32405/statm: 203192 19303 1911 9 0 197173 0
[pid=32405/tid=32406] ppid=32391 vsize=812768 CPUtime=1.13
/proc/32405/task/32406/stat : 32406 (java) R 32391 32391 29300 0 -1 64 14532 0 1 0 106 7 0 0 25 0 9 0 2007116150 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4126998223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32405/tid=32407] ppid=32391 vsize=812768 CPUtime=0.03
/proc/32405/task/32407/stat : 32407 (java) S 32391 32391 29300 0 -1 64 3795 0 0 0 2 1 0 0 16 0 9 0 2007116151 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32405/tid=32408] ppid=32391 vsize=812768 CPUtime=0
/proc/32405/task/32408/stat : 32408 (java) S 32391 32391 29300 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 2007116151 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32405/tid=32409] ppid=32391 vsize=812768 CPUtime=0
/proc/32405/task/32409/stat : 32409 (java) S 32391 32391 29300 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007116151 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32405/tid=32410] ppid=32391 vsize=812768 CPUtime=0
/proc/32405/task/32410/stat : 32410 (java) S 32391 32391 29300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007116153 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32405/tid=32411] ppid=32391 vsize=812768 CPUtime=0.24
/proc/32405/task/32411/stat : 32411 (java) S 32391 32391 29300 0 -1 64 859 0 0 0 24 0 0 0 16 0 9 0 2007116153 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32405/tid=32412] ppid=32391 vsize=812768 CPUtime=0
/proc/32405/task/32412/stat : 32412 (java) S 32391 32391 29300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007116154 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32405/tid=32413] ppid=32391 vsize=812768 CPUtime=0
/proc/32405/task/32413/stat : 32413 (java) R 32391 32391 29300 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007116154 832274432 19303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860344

[startup+3.1025 s]
/proc/loadavg: 2.12 2.08 2.02 3/92 32413
/proc/meminfo: memFree=1618520/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 47576

[startup+6.30146 s]
/proc/loadavg: 2.11 2.07 2.02 3/84 32414
/proc/meminfo: memFree=1688408/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=8916 CPUtime=3.28
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 2031 0 0 0 327 1 0 0 25 0 1 0 2007116442 9129984 2012 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 2229 2012 57 152 0 2074 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 56492

[startup+12.7016 s]
/proc/loadavg: 2.10 2.07 2.02 3/84 32414
/proc/meminfo: memFree=1683672/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=13268 CPUtime=9.62
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 3111 0 0 0 960 2 0 0 25 0 1 0 2007116442 13586432 3092 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 3317 3092 57 152 0 3162 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 60844

[startup+25.5019 s]
/proc/loadavg: 2.08 2.07 2.02 4/84 32414
/proc/meminfo: memFree=1678360/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=18256 CPUtime=22.3
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 4327 0 0 0 2227 3 0 0 25 0 1 0 2007116442 18694144 4308 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 4564 4308 57 152 0 4409 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 65832

[startup+51.1014 s]
/proc/loadavg: 2.05 2.06 2.01 4/84 32414
/proc/meminfo: memFree=1671320/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=25364 CPUtime=47.66
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 6083 0 0 0 4761 5 0 0 25 0 1 0 2007116442 25972736 6064 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 6341 6064 57 152 0 6186 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 72940

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.01 3/84 32414
/proc/meminfo: memFree=1667032/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=29444 CPUtime=98.38
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 7120 0 0 0 9832 6 0 0 25 0 1 0 2007116442 30150656 7101 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 7361 7101 57 152 0 7206 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 77020

[startup+162.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 32414
/proc/meminfo: memFree=1660440/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=36352 CPUtime=157.8
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 8767 0 0 0 15772 8 0 0 25 0 1 0 2007116442 37224448 8748 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 9088 8748 57 152 0 8933 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 83928

[startup+222.303 s]
/proc/loadavg: 2.00 2.03 2.00 4/84 32414
/proc/meminfo: memFree=1659288/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=37500 CPUtime=217.23
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 9033 0 0 0 21715 8 0 0 25 0 1 0 2007116442 38400000 9014 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 9375 9014 57 152 0 9220 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 85076

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 32414
/proc/meminfo: memFree=1656216/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=40884 CPUtime=276.67
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 9819 0 0 0 27657 10 0 0 25 0 1 0 2007116442 41865216 9800 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 10221 9800 57 152 0 10066 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 88460

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 32414
/proc/meminfo: memFree=1655640/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=41368 CPUtime=336.1
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 9929 0 0 0 33600 10 0 0 25 0 1 0 2007116442 42360832 9910 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 10342 9910 57 152 0 10187 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 88944

[startup+402.302 s]
/proc/loadavg: 2.07 2.03 2.00 4/84 32414
/proc/meminfo: memFree=1655256/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=41808 CPUtime=395.53
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 10016 0 0 0 39543 10 0 0 25 0 1 0 2007116442 42811392 9997 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 10452 9997 57 152 0 10297 0
Current children cumulated CPU time (s) 398.43
Current children cumulated vsize (KiB) 89384

[startup+462.302 s]
/proc/loadavg: 2.16 2.06 2.02 4/84 32414
/proc/meminfo: memFree=1653656/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=43440 CPUtime=454.97
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 10434 0 0 0 45486 11 0 0 25 0 1 0 2007116442 44482560 10415 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 10860 10415 57 152 0 10705 0
Current children cumulated CPU time (s) 457.87
Current children cumulated vsize (KiB) 91016

[startup+522.302 s]
/proc/loadavg: 2.23 2.10 2.03 3/84 32414
/proc/meminfo: memFree=1652888/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=44484 CPUtime=514.39
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 10639 0 0 0 51428 11 0 0 25 0 1 0 2007116442 45551616 10620 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 11121 10620 57 152 0 10966 0
Current children cumulated CPU time (s) 517.29
Current children cumulated vsize (KiB) 92060

[startup+582.302 s]
/proc/loadavg: 2.27 2.12 2.04 3/84 32414
/proc/meminfo: memFree=1651160/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=46080 CPUtime=573.83
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 11051 0 0 0 57371 12 0 0 25 0 1 0 2007116442 47185920 11032 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 11520 11032 57 152 0 11365 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 93656

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

[startup+588.703 s]
/proc/loadavg: 2.25 2.12 2.04 3/84 32414
/proc/meminfo: memFree=1650712/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=46500 CPUtime=580.17
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 11154 0 0 0 58005 12 0 0 25 0 1 0 2007116442 47616000 11135 996147200 134512640 135136200 4294955968 18446744073709551615 134529387 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 11625 11135 57 152 0 11470 0
Current children cumulated CPU time (s) 583.07
Current children cumulated vsize (KiB) 94076

[startup+591.902 s]
/proc/loadavg: 2.23 2.12 2.03 3/84 32414
/proc/meminfo: memFree=1650648/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=46500 CPUtime=583.34
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 11164 0 0 0 58322 12 0 0 25 0 1 0 2007116442 47616000 11145 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 11625 11145 57 152 0 11470 0
Current children cumulated CPU time (s) 586.24
Current children cumulated vsize (KiB) 94076

[startup+595.106 s]
/proc/loadavg: 2.23 2.12 2.03 3/84 32414
/proc/meminfo: memFree=1650584/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=46500 CPUtime=586.51
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 11175 0 0 0 58639 12 0 0 25 0 1 0 2007116442 47616000 11156 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 11625 11156 57 152 0 11470 0
Current children cumulated CPU time (s) 589.41
Current children cumulated vsize (KiB) 94076

[startup+595.901 s]
/proc/loadavg: 2.23 2.12 2.03 3/84 32414
/proc/meminfo: memFree=1650584/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=46664 CPUtime=587.3
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 11186 0 0 0 58718 12 0 0 25 0 1 0 2007116442 47783936 11167 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 11666 11167 57 152 0 11511 0
Current children cumulated CPU time (s) 590.2
Current children cumulated vsize (KiB) 94240

[startup+596.701 s]
/proc/loadavg: 2.21 2.12 2.03 3/84 32414
/proc/meminfo: memFree=1650584/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=46664 CPUtime=588.09
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194304 11186 0 0 0 58797 12 0 0 25 0 1 0 2007116442 47783936 11167 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 11666 11167 57 152 0 11511 0
Current children cumulated CPU time (s) 590.99
Current children cumulated vsize (KiB) 94240

[startup+596.902 s]
/proc/loadavg: 2.21 2.12 2.03 3/84 32414
/proc/meminfo: memFree=1650584/2055920 swapFree=4179784/4192956
[pid=32391] ppid=32389 vsize=47576 CPUtime=2.9
/proc/32391/stat : 32391 (galacM.sh) S 32389 32391 29300 0 -1 4194304 799 23480 0 1 0 1 275 14 17 0 1 0 2007116145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32391/statm: 11894 364 245 79 0 219 0
[pid=32414] ppid=32391 vsize=0 CPUtime=588.28
/proc/32414/stat : 32414 (minisat) R 32391 32391 29300 0 -1 4194308 11213 0 0 0 58816 12 0 0 25 0 1 0 2007116442 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/32414/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 591.18
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 596.911
CPU time (s): 591.22
CPU user time (s): 590.928
CPU system time (s): 0.291955
CPU usage (%): 99.0466
Max. virtual memory (cumulated for all children) (KiB): 860344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 590.928
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35683
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= 878
involuntary context switches= 15168

runsolver used 0.700893 second user time and 2.02469 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 20:10:46
IDJOB=1097176
IDBENCH=59378
IDSOLVER=350
FILE ID=node56/1097176-1215281446
PBS_JOBID= 7882147
Free space on /tmp= 103240 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5fb07ea27621d1e94af1a718cfc8aa5
RANDOM SEED=1642249647

node56.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.265
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	: 5931.00
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.265
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:       1697480 kB
Buffers:         50120 kB
Cached:         228272 kB
SwapCached:       6936 kB
Active:         182152 kB
Inactive:       122088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697480 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            3380 kB
Writeback:           0 kB
Mapped:          42272 kB
Slab:            39204 kB
Committed_AS:  4047588 kB
PageTables:       1984 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= 103236 MiB
End job on node56 at 2008-07-05 20:20:43