Trace number 1034972

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 M? (TO) 1800.08 1808.21

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-54021_ext.xml
MD5SUM2b8a25693d725e15a972e4d84d9002e3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.221
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
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.97	c start processing
0.01/0.97	c start relation processing
0.01/0.99	c start cnf exporting
2.45/2.56	c parsing time : 0.851
2.45/2.56	c preprocessing time : 2.434
2.45/2.56	
2.45/2.56	c Nary constraints - conflicts : 0 supports : 0
2.45/2.56	c Binary constraints - conflicts : 351 supports :0
2.45/2.56	c max arity constraint : 2
2.45/2.56	c Max Tuples generated 0
2.45/2.56	c relations : 351
2.45/2.56	c relations BDD: 0
2.45/2.56	c sampling 0/0
2.45/2.56	c vars : 730 - clauses :  66717
2.45/2.56	
2.45/2.59	 
2.45/2.59	c --- SAT Solver Stats ---
2.45/2.59	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1034972-1214949989/watcher-1034972-1214949989 -o /tmp/evaluation-result-1034972-1214949989/solver-1034972-1214949989 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1034972-1214949989.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.02 1.86 0.99 4/74 4333
/proc/meminfo: memFree=1052152/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=8652 CPUtime=0
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 650728454 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4333/statm: 2163 280 208 79 0 156 0
[pid=4334] ppid=4333 vsize=8688 CPUtime=0
/proc/4334/stat : 4334 (galacM.sh) R 4333 4333 3620 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 650728455 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 230266825375 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/4334/statm: 2172 288 210 79 0 165 0
[pid=4336] ppid=4334 vsize=8688 CPUtime=0
/proc/4336/stat : 4336 (galacM.sh) R 4334 4333 3620 0 -1 4194368 7 0 0 0 0 0 0 0 16 0 1 0 650728455 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 230267016729 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/4336/statm: 2172 288 210 79 0 165 0

[startup+0.07831 s]
/proc/loadavg: 2.02 1.86 0.99 4/74 4333
/proc/meminfo: memFree=1052152/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=0.01
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101313 s]
/proc/loadavg: 2.02 1.86 0.99 4/74 4333
/proc/meminfo: memFree=1052152/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=0.01
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301349 s]
/proc/loadavg: 2.02 1.86 0.99 4/74 4333
/proc/meminfo: memFree=1052152/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=0.01
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701433 s]
/proc/loadavg: 2.02 1.86 0.99 4/74 4333
/proc/meminfo: memFree=1052152/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=0.01
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50257 s]
/proc/loadavg: 2.02 1.86 0.99 3/84 4355
/proc/meminfo: memFree=981608/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=0.01
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4347] ppid=4333 vsize=812764 CPUtime=1.45
/proc/4347/stat : 4347 (java) S 4333 4333 3620 0 -1 0 21619 0 1 0 131 14 0 0 18 0 9 0 650728458 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4347/statm: 203191 21042 1907 9 0 197172 0
[pid=4347/tid=4348] ppid=4333 vsize=812764 CPUtime=1.11
/proc/4347/task/4348/stat : 4348 (java) R 4333 4333 3620 0 -1 64 14504 0 1 0 103 8 0 0 25 0 9 0 650728459 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 102880934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4347/tid=4349] ppid=4333 vsize=812764 CPUtime=0.05
/proc/4347/task/4349/stat : 4349 (java) S 4333 4333 3620 0 -1 64 5549 0 0 0 3 2 0 0 16 0 9 0 650728460 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4347/tid=4350] ppid=4333 vsize=812764 CPUtime=0
/proc/4347/task/4350/stat : 4350 (java) S 4333 4333 3620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 650728460 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4347/tid=4351] ppid=4333 vsize=812764 CPUtime=0
/proc/4347/task/4351/stat : 4351 (java) S 4333 4333 3620 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 650728460 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4347/tid=4352] ppid=4333 vsize=812764 CPUtime=0
/proc/4347/task/4352/stat : 4352 (java) S 4333 4333 3620 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 650728462 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4347/tid=4353] ppid=4333 vsize=812764 CPUtime=0.25
/proc/4347/task/4353/stat : 4353 (java) S 4333 4333 3620 0 -1 64 867 0 0 0 24 1 0 0 16 0 9 0 650728462 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4347/tid=4354] ppid=4333 vsize=812764 CPUtime=0
/proc/4347/task/4354/stat : 4354 (java) S 4333 4333 3620 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 650728463 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4347/tid=4355] ppid=4333 vsize=812764 CPUtime=0
/proc/4347/task/4355/stat : 4355 (java) S 4333 4333 3620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650728463 832270336 21042 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860332

[startup+3.10188 s]
/proc/loadavg: 2.02 1.86 0.99 3/84 4355
/proc/meminfo: memFree=973672/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 47568

[startup+6.30147 s]
/proc/loadavg: 2.02 1.86 0.99 3/76 4356
/proc/meminfo: memFree=1040360/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=11776 CPUtime=3.68
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 2771 0 0 0 367 1 0 0 25 0 1 0 650728714 12058624 2752 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 2944 2752 57 152 0 2789 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 59344

[startup+12.7017 s]
/proc/loadavg: 2.09 1.88 1.01 3/76 4356
/proc/meminfo: memFree=1034088/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=16724 CPUtime=10.05
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 3987 0 0 0 1003 2 0 0 25 0 1 0 650728714 17125376 3968 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 4181 3968 57 152 0 4026 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 64292

[startup+25.502 s]
/proc/loadavg: 2.07 1.88 1.02 3/76 4356
/proc/meminfo: memFree=1025064/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=23328 CPUtime=22.79
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 5634 0 0 0 2276 3 0 0 25 0 1 0 650728714 23887872 5615 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 5832 5615 57 152 0 5677 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 70896

[startup+51.1018 s]
/proc/loadavg: 2.05 1.89 1.04 3/76 4356
/proc/meminfo: memFree=1012648/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=32040 CPUtime=48.28
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 7809 0 0 0 4821 7 0 0 25 0 1 0 650728714 32808960 7790 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 8010 7790 57 152 0 7855 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 79608

[startup+102.306 s]
/proc/loadavg: 2.02 1.91 1.09 3/76 4356
/proc/meminfo: memFree=998056/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=44148 CPUtime=99.29
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 10791 0 0 0 9917 12 0 0 25 0 1 0 650728714 45207552 10772 996147200 134512640 135136200 4294955968 18446744073709551615 134529561 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 11037 10772 57 152 0 10882 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 91716

[startup+162.301 s]
/proc/loadavg: 2.00 1.92 1.15 3/76 4356
/proc/meminfo: memFree=984168/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=53164 CPUtime=159.04
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 13055 0 0 0 15889 15 0 0 25 0 1 0 650728714 54439936 13036 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 13291 13036 57 152 0 13136 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 100732

[startup+222.303 s]
/proc/loadavg: 2.00 1.93 1.20 3/76 4356
/proc/meminfo: memFree=977512/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=57416 CPUtime=218.8
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 14111 0 0 0 21863 17 0 0 25 0 1 0 650728714 58793984 14092 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 14354 14092 57 152 0 14199 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 104984

[startup+282.303 s]
/proc/loadavg: 2.00 1.94 1.24 3/76 4356
/proc/meminfo: memFree=972520/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=57416 CPUtime=278.56
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 14117 0 0 0 27839 17 0 0 25 0 1 0 650728714 58793984 14098 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 14354 14098 57 152 0 14199 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 104984

[startup+342.302 s]
/proc/loadavg: 2.00 1.95 1.29 3/76 4356
/proc/meminfo: memFree=965992/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0

################
# More data... #
################

/proc/4356/statm: 22346 21940 57 152 0 22191 0
Current children cumulated CPU time (s) 1117.68
Current children cumulated vsize (KiB) 136952

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/76 4356
/proc/meminfo: memFree=899752/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=89852 CPUtime=1174.9
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 22043 0 0 0 117461 29 0 0 25 0 1 0 650728714 92008448 22024 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 22463 22024 57 152 0 22308 0
Current children cumulated CPU time (s) 1177.43
Current children cumulated vsize (KiB) 137420

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/76 4356
/proc/meminfo: memFree=899560/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=89996 CPUtime=1234.66
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 22098 0 0 0 123437 29 0 0 25 0 1 0 650728714 92155904 22079 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 22499 22079 57 152 0 22344 0
Current children cumulated CPU time (s) 1237.19
Current children cumulated vsize (KiB) 137564

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.72 3/76 4356
/proc/meminfo: memFree=897128/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=92420 CPUtime=1294.41
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 22689 0 0 0 129411 30 0 0 25 0 1 0 650728714 94638080 22670 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 23105 22670 57 152 0 22950 0
Current children cumulated CPU time (s) 1296.94
Current children cumulated vsize (KiB) 139988

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/76 4356
/proc/meminfo: memFree=892264/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=97544 CPUtime=1354.16
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 23912 0 0 0 135385 31 0 0 25 0 1 0 650728714 99885056 23893 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 24386 23893 57 152 0 24231 0
Current children cumulated CPU time (s) 1356.69
Current children cumulated vsize (KiB) 145112

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.75 3/76 4356
/proc/meminfo: memFree=886824/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=102700 CPUtime=1413.92
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 25220 0 0 0 141359 33 0 0 25 0 1 0 650728714 105164800 25201 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 25675 25201 57 152 0 25520 0
Current children cumulated CPU time (s) 1416.45
Current children cumulated vsize (KiB) 150268

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/76 4356
/proc/meminfo: memFree=883496/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=106084 CPUtime=1473.67
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 26060 0 0 0 147333 34 0 0 25 0 1 0 650728714 108630016 26041 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 26521 26041 57 152 0 26366 0
Current children cumulated CPU time (s) 1476.2
Current children cumulated vsize (KiB) 153652

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/76 4356
/proc/meminfo: memFree=883496/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=106084 CPUtime=1533.42
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 26062 0 0 0 153308 34 0 0 25 0 1 0 650728714 108630016 26043 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 26521 26043 57 152 0 26366 0
Current children cumulated CPU time (s) 1535.95
Current children cumulated vsize (KiB) 153652

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/76 4356
/proc/meminfo: memFree=882472/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=106252 CPUtime=1593.18
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 26092 0 0 0 159284 34 0 0 25 0 1 0 650728714 108802048 26073 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4356/statm: 26563 26073 57 152 0 26408 0
Current children cumulated CPU time (s) 1595.71
Current children cumulated vsize (KiB) 153820

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/75 4384
/proc/meminfo: memFree=976304/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=106732 CPUtime=1652.78
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 26186 0 0 0 165243 35 0 0 25 0 1 0 650728714 109293568 26167 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/4356/statm: 26683 26167 57 152 0 26528 0
Current children cumulated CPU time (s) 1655.31
Current children cumulated vsize (KiB) 154300

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/75 4384
/proc/meminfo: memFree=972656/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=110596 CPUtime=1712.33
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 27139 0 0 0 171197 36 0 0 25 0 1 0 650728714 113250304 27120 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/4356/statm: 27649 27120 57 152 0 27494 0
Current children cumulated CPU time (s) 1714.86
Current children cumulated vsize (KiB) 158164

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/75 4384
/proc/meminfo: memFree=970800/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=111916 CPUtime=1771.85
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 27481 0 0 0 177149 36 0 0 25 0 1 0 650728714 114601984 27462 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/4356/statm: 27979 27462 57 152 0 27824 0
Current children cumulated CPU time (s) 1774.38
Current children cumulated vsize (KiB) 159484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 1.97 1.82 3/75 4384
/proc/meminfo: memFree=970800/2055924 swapFree=4177432/4192956
[pid=4333] ppid=4331 vsize=47568 CPUtime=2.53
/proc/4333/stat : 4333 (galacM.sh) S 4331 4333 3620 0 -1 4194304 799 23330 0 1 0 0 236 17 17 0 1 0 650728454 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4333/statm: 11892 364 245 79 0 219 0
[pid=4356] ppid=4333 vsize=111916 CPUtime=1797.55
/proc/4356/stat : 4356 (minisat) R 4333 4333 3620 0 -1 4194304 27481 0 0 0 179719 36 0 0 25 0 1 0 650728714 114601984 27462 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/4356/statm: 27979 27462 57 152 0 27824 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 159484

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4333 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=373639
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=179972
# CPU time returned by wait4() is 2.55361
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.21
CPU time (s): 1800.08
CPU user time (s): 1799.55
CPU system time (s): 0.53
CPU usage (%): 99.5502
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.37364
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24129
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= 1181
involuntary context switches= 1135

runsolver used 1.9797 second user time and 4.96425 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-02 00:06:29
IDJOB=1034972
IDBENCH=53371
IDSOLVER=350
FILE ID=node83/1034972-1214949989
PBS_JOBID= 7870169
Free space on /tmp= 65492 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-54021_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034972-1214949989/watcher-1034972-1214949989 -o /tmp/evaluation-result-1034972-1214949989/solver-1034972-1214949989 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1034972-1214949989.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2b8a25693d725e15a972e4d84d9002e3
RANDOM SEED=128171430

node83.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1052632 kB
Buffers:         56764 kB
Cached:         820000 kB
SwapCached:       9548 kB
Active:         277188 kB
Inactive:       644552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1052632 kB
SwapTotal:     4192956 kB
SwapFree:      4177432 kB
Dirty:            3396 kB
Writeback:           0 kB
Mapped:          51468 kB
Slab:            66876 kB
Committed_AS:   932224 kB
PageTables:       1832 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= 65492 MiB
End job on node83 at 2008-07-02 00:36:39