Trace number 1074874

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 53.9688 54.5059

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-95-4.xml
MD5SUM0dc881dcf5f24d5a75bda8e44ec68a89
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size255
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
4.61/4.73	c start processing
4.61/4.73	c start relation processing
8.87/9.02	c start cnf exporting
37.89/38.35	c parsing time : 4.61
37.89/38.35	c preprocessing time : 38.231
37.89/38.35	
37.89/38.35	c Nary constraints - conflicts : 0 supports : 0
37.89/38.35	c Binary constraints - conflicts : 22 supports :26
37.89/38.35	c max arity constraint : 2
37.89/38.35	c Max Tuples generated 59670
37.89/38.35	c relations : 48
37.89/38.35	c relations BDD: 0
37.89/38.35	c sampling 24/48
37.89/38.35	c vars : 3457 - clauses :  838438
37.89/38.35	
37.89/38.38	 
37.89/38.38	c --- SAT Solver Stats ---
37.89/38.38	 
53.84/54.48	c restarts              : 12
53.84/54.48	c conflicts             : 22983          (1452 /sec)
53.84/54.48	c decisions             : 143089         (1.70 % random) (9038 /sec)
53.84/54.48	c propagations          : 3841197        (242629 /sec)
53.84/54.48	c conflict literals     : 7155022        (12.62 % deleted)
53.84/54.48	c Memory used           : 71.28 MB
53.84/54.48	c CPU time              : 15.8316 s
53.84/54.48	
53.84/54.48	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-1074874-1215179944/watcher-1074874-1215179944 -o /tmp/evaluation-result-1074874-1215179944/solver-1074874-1215179944 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1074874-1215179944.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.00 2.00 2.00 4/81 30383
/proc/meminfo: memFree=1762392/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=18572 CPUtime=0
/proc/30383/stat : 30383 (runsolver) R 30381 30383 27986 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996969748 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30383/statm: 4643 292 257 25 0 2626 0

[startup+0.02169 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30383
/proc/meminfo: memFree=1762392/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=8748 CPUtime=0
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1996969748 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.102035 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30383
/proc/meminfo: memFree=1762392/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301055 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30383
/proc/meminfo: memFree=1762392/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701094 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30383
/proc/meminfo: memFree=1762392/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50217 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 30405
/proc/meminfo: memFree=1707016/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30397] ppid=30383 vsize=813644 CPUtime=1.44
/proc/30397/stat : 30397 (java) S 30383 30383 27986 0 -1 0 18739 0 1 0 135 9 0 0 19 0 9 0 1996969752 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 203411 17903 2586 9 0 197392 0
[pid=30397/tid=30398] ppid=30383 vsize=813644 CPUtime=0.73
/proc/30397/task/30398/stat : 30398 (java) R 30383 30383 27986 0 -1 64 8595 0 1 0 68 5 0 0 25 0 9 0 1996969753 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30399] ppid=30383 vsize=813644 CPUtime=0.58
/proc/30397/task/30399/stat : 30399 (java) R 30383 30383 27986 0 -1 64 8687 0 0 0 56 2 0 0 16 0 9 0 1996969754 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 102731867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30400/stat : 30400 (java) S 30383 30383 27986 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996969754 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30401/stat : 30401 (java) S 30383 30383 27986 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1996969754 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30402/stat : 30402 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996969757 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30383 vsize=813644 CPUtime=0.09
/proc/30397/task/30403/stat : 30403 (java) S 30383 30383 27986 0 -1 64 757 0 0 0 9 0 0 0 16 0 9 0 1996969757 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30404/stat : 30404 (java) S 30383 30383 27986 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996969757 833171456 17903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30405/stat : 30405 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996969757 833171456 17903 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) 861204

[startup+3.10232 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 30405
/proc/meminfo: memFree=1690312/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30397] ppid=30383 vsize=813644 CPUtime=3.03
/proc/30397/stat : 30397 (java) S 30383 30383 27986 0 -1 0 23668 0 1 0 292 11 0 0 19 0 9 0 1996969752 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 203411 22625 2586 9 0 197392 0
[pid=30397/tid=30398] ppid=30383 vsize=813644 CPUtime=1.12
/proc/30397/task/30398/stat : 30398 (java) R 30383 30383 27986 0 -1 64 8604 0 1 0 107 5 0 0 25 0 9 0 1996969753 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30399] ppid=30383 vsize=813644 CPUtime=1.78
/proc/30397/task/30399/stat : 30399 (java) R 30383 30383 27986 0 -1 64 13604 0 0 0 174 4 0 0 18 0 9 0 1996969754 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 104457043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30400/stat : 30400 (java) S 30383 30383 27986 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996969754 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30401/stat : 30401 (java) S 30383 30383 27986 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1996969754 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30402/stat : 30402 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996969757 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30383 vsize=813644 CPUtime=0.1
/proc/30397/task/30403/stat : 30403 (java) S 30383 30383 27986 0 -1 64 760 0 0 0 10 0 0 0 16 0 9 0 1996969757 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30404/stat : 30404 (java) S 30383 30383 27986 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996969757 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30383 vsize=813644 CPUtime=0
/proc/30397/task/30405/stat : 30405 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996969757 833171456 22625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 861204

[startup+6.30162 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 30405
/proc/meminfo: memFree=1666888/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30397] ppid=30383 vsize=813428 CPUtime=6.19
/proc/30397/stat : 30397 (java) S 30383 30383 27986 0 -1 0 27419 0 1 0 607 12 0 0 19 0 9 0 1996969752 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 203357 26048 2586 9 0 197338 0
[pid=30397/tid=30398] ppid=30383 vsize=813428 CPUtime=2.94
/proc/30397/task/30398/stat : 30398 (java) R 30383 30383 27986 0 -1 64 8612 0 1 0 289 5 0 0 25 0 9 0 1996969753 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4126774043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30399] ppid=30383 vsize=813428 CPUtime=3.1
/proc/30397/task/30399/stat : 30399 (java) S 30383 30383 27986 0 -1 64 17333 0 0 0 304 6 0 0 16 0 9 0 1996969754 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30400/stat : 30400 (java) S 30383 30383 27986 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996969754 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30401/stat : 30401 (java) S 30383 30383 27986 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1996969754 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30402/stat : 30402 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996969757 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30383 vsize=813428 CPUtime=0.12
/proc/30397/task/30403/stat : 30403 (java) S 30383 30383 27986 0 -1 64 774 0 0 0 12 0 0 0 15 0 9 0 1996969757 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30404/stat : 30404 (java) S 30383 30383 27986 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996969757 832950272 26048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30405/stat : 30405 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996969757 832950272 26048 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) 860988

[startup+12.7022 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 30405
/proc/meminfo: memFree=1618120/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30397] ppid=30383 vsize=813428 CPUtime=12.52
/proc/30397/stat : 30397 (java) S 30383 30383 27986 0 -1 0 39069 0 1 0 1233 19 0 0 19 0 9 0 1996969752 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 203357 37690 2591 9 0 197338 0
[pid=30397/tid=30398] ppid=30383 vsize=813428 CPUtime=9.06
/proc/30397/task/30398/stat : 30398 (java) R 30383 30383 27986 0 -1 64 14634 0 1 0 896 10 0 0 25 0 9 0 1996969753 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4126900984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30399] ppid=30383 vsize=813428 CPUtime=3.26
/proc/30397/task/30399/stat : 30399 (java) S 30383 30383 27986 0 -1 64 22928 0 0 0 319 7 0 0 16 0 9 0 1996969754 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30400/stat : 30400 (java) S 30383 30383 27986 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996969754 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30401/stat : 30401 (java) S 30383 30383 27986 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1996969754 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30402/stat : 30402 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996969757 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30383 vsize=813428 CPUtime=0.18
/proc/30397/task/30403/stat : 30403 (java) S 30383 30383 27986 0 -1 64 807 0 0 0 18 0 0 0 15 0 9 0 1996969757 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30404/stat : 30404 (java) S 30383 30383 27986 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996969757 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30405/stat : 30405 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996969757 832950272 37690 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860988

[startup+25.5025 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 30405
/proc/meminfo: memFree=1611144/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=0.01
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30397] ppid=30383 vsize=813428 CPUtime=25.2
/proc/30397/stat : 30397 (java) S 30383 30383 27986 0 -1 0 39156 0 1 0 2497 23 0 0 19 0 9 0 1996969752 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 203357 37756 2591 9 0 197338 0
[pid=30397/tid=30398] ppid=30383 vsize=813428 CPUtime=21.68
/proc/30397/task/30398/stat : 30398 (java) R 30383 30383 27986 0 -1 64 14655 0 1 0 2154 14 0 0 25 0 9 0 1996969753 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4126624958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30399] ppid=30383 vsize=813428 CPUtime=3.29
/proc/30397/task/30399/stat : 30399 (java) S 30383 30383 27986 0 -1 64 22978 0 0 0 321 8 0 0 16 0 9 0 1996969754 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30400/stat : 30400 (java) S 30383 30383 27986 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996969754 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30401/stat : 30401 (java) S 30383 30383 27986 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1996969754 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30402/stat : 30402 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996969757 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30383 vsize=813428 CPUtime=0.21
/proc/30397/task/30403/stat : 30403 (java) S 30383 30383 27986 0 -1 64 823 0 0 0 21 0 0 0 15 0 9 0 1996969757 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30404/stat : 30404 (java) S 30383 30383 27986 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996969757 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30383 vsize=813428 CPUtime=0
/proc/30397/task/30405/stat : 30405 (java) S 30383 30383 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996969757 832950272 37756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860988

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 30406
/proc/meminfo: memFree=1679944/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=37.98
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 799 40948 0 1 0 0 3767 31 17 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30406] ppid=30383 vsize=68388 CPUtime=12.58
/proc/30406/stat : 30406 (minisat) R 30383 30383 27986 0 -1 4194304 16776 0 0 0 1248 10 0 0 25 0 1 0 1996973587 70029312 16757 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/30406/statm: 17097 16757 57 152 0 16942 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 115948

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

[startup+52.7011 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 30406
/proc/meminfo: memFree=1676616/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=37.98
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 799 40948 0 1 0 0 3767 31 17 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30406] ppid=30383 vsize=71080 CPUtime=14.17
/proc/30406/stat : 30406 (minisat) R 30383 30383 27986 0 -1 4194304 17414 0 0 0 1407 10 0 0 25 0 1 0 1996973587 72785920 17395 996147200 134512640 135136200 4294955968 18446744073709551615 134525803 0 0 4096 3 0 0 0 17 1 0 0
/proc/30406/statm: 17770 17395 57 152 0 17615 0
Current children cumulated CPU time (s) 52.15
Current children cumulated vsize (KiB) 118640

[startup+53.5011 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 30406
/proc/meminfo: memFree=1676616/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=37.98
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 799 40948 0 1 0 0 3767 31 17 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30406] ppid=30383 vsize=72060 CPUtime=14.97
/proc/30406/stat : 30406 (minisat) R 30383 30383 27986 0 -1 4194304 17655 0 0 0 1486 11 0 0 25 0 1 0 1996973587 73789440 17636 996147200 134512640 135136200 4294955968 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/30406/statm: 18015 17636 57 152 0 17860 0
Current children cumulated CPU time (s) 52.95
Current children cumulated vsize (KiB) 119620

[startup+54.3012 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 30406
/proc/meminfo: memFree=1675336/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=37.98
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 799 40948 0 1 0 0 3767 31 17 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
[pid=30406] ppid=30383 vsize=72984 CPUtime=15.76
/proc/30406/stat : 30406 (minisat) R 30383 30383 27986 0 -1 4194304 17896 0 0 0 1565 11 0 0 25 0 1 0 1996973587 74735616 17877 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30406/statm: 18246 17877 57 152 0 18091 0
Current children cumulated CPU time (s) 53.74
Current children cumulated vsize (KiB) 120544

[startup+54.5013 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 30406
/proc/meminfo: memFree=1675336/2055920 swapFree=4180028/4192956
[pid=30383] ppid=30381 vsize=47560 CPUtime=53.93
/proc/30383/stat : 30383 (galacM.sh) S 30381 30383 27986 0 -1 4194304 833 58888 0 1 0 0 5350 43 16 0 1 0 1996969748 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30383/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 53.93
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 54.5059
CPU time (s): 53.9688
CPU user time (s): 53.5129
CPU system time (s): 0.45593
CPU usage (%): 99.0146
Max. virtual memory (cumulated for all children) (KiB): 861440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.5129
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59878
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= 2278
involuntary context switches= 4186

runsolver used 0.077988 second user time and 0.177972 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-04 15:59:04
IDJOB=1074874
IDBENCH=56457
IDSOLVER=350
FILE ID=node4/1074874-1215179944
PBS_JOBID= 7881418
Free space on /tmp= 66528 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/os-taillard-4/normalized-os-taillard-4-95-4.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074874-1215179944/watcher-1074874-1215179944 -o /tmp/evaluation-result-1074874-1215179944/solver-1074874-1215179944 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1074874-1215179944.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0dc881dcf5f24d5a75bda8e44ec68a89
RANDOM SEED=1938051446

node4.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.213
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.213
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:       1762872 kB
Buffers:         43328 kB
Cached:         147828 kB
SwapCached:       6792 kB
Active:         185908 kB
Inactive:        51724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762872 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            3036 kB
Writeback:           0 kB
Mapped:          60540 kB
Slab:            40384 kB
Committed_AS:  3998468 kB
PageTables:       2076 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= 66524 MiB
End job on node4 at 2008-07-04 15:59:58