Trace number 1082771

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 48.2077 48.7377

General information on the benchmark

Namecsp/super-os/super-os-taillard-4/
normalized-super-os-taillard-4-8.xml
MD5SUMd5a07a74cfbdb85d600c8aa321718c6a
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.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints160
Maximum constraint arity2
Maximum domain size214
Number of constraints which are defined in extension0
Number of constraints which are defined in intension160
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.73/2.87	c start processing
2.73/2.87	c start relation processing
4.23/4.33	c start cnf exporting
44.21/44.79	c parsing time : 2.75
44.21/44.79	c preprocessing time : 44.673
44.21/44.80	
44.21/44.80	c Nary constraints - conflicts : 0 supports : 0
44.21/44.80	c Binary constraints - conflicts : 91 supports :69
44.21/44.80	c max arity constraint : 2
44.21/44.80	c Max Tuples generated 45796
44.21/44.80	c relations : 64
44.21/44.80	c relations BDD: 0
44.21/44.80	c sampling 43/64
44.21/44.80	c vars : 5369 - clauses :  1268380
44.21/44.80	
44.31/44.84	 
44.31/44.84	c --- SAT Solver Stats ---
44.31/44.84	 
48.14/48.71	c restarts              : 9
48.14/48.71	c conflicts             : 5877           (1562 /sec)
48.14/48.71	c decisions             : 51537          (1.27 % random) (13694 /sec)
48.14/48.71	c propagations          : 1874775        (498156 /sec)
48.14/48.71	c conflict literals     : 1111019        (25.10 % deleted)
48.14/48.71	c Memory used           : 51.82 MB
48.14/48.71	c CPU time              : 3.76343 s
48.14/48.71	
48.14/48.71	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-1082771-1215224261/watcher-1082771-1215224261 -o /tmp/evaluation-result-1082771-1215224261/solver-1082771-1215224261 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1082771-1215224261.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.07 2.08 2.02 4/73 30591
/proc/meminfo: memFree=1808552/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=18572 CPUtime=0
/proc/30591/stat : 30591 (runsolver) R 30589 30591 26762 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001399367 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30591/statm: 4643 292 257 25 0 2626 0

[startup+0.083777 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 30591
/proc/meminfo: memFree=1808552/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102778 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 30591
/proc/meminfo: memFree=1808552/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301793 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 30591
/proc/meminfo: memFree=1808552/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701838 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 30591
/proc/meminfo: memFree=1808552/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50193 s]
/proc/loadavg: 2.07 2.08 2.02 4/83 30613
/proc/meminfo: memFree=1761816/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30605] ppid=30591 vsize=812740 CPUtime=1.44
/proc/30605/stat : 30605 (java) S 30591 30591 26762 0 -1 0 16479 0 1 0 136 8 0 0 18 0 9 0 2001399371 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30605/statm: 203185 15683 2587 9 0 197166 0
[pid=30605/tid=30606] ppid=30591 vsize=812740 CPUtime=0.68
/proc/30605/task/30606/stat : 30606 (java) R 30591 30591 26762 0 -1 64 7651 0 1 0 64 4 0 0 22 0 9 0 2001399372 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30607] ppid=30591 vsize=812740 CPUtime=0.61
/proc/30605/task/30607/stat : 30607 (java) R 30591 30591 26762 0 -1 64 7377 0 0 0 59 2 0 0 16 0 9 0 2001399373 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30608] ppid=30591 vsize=812740 CPUtime=0
/proc/30605/task/30608/stat : 30608 (java) S 30591 30591 26762 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001399374 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30609] ppid=30591 vsize=812740 CPUtime=0
/proc/30605/task/30609/stat : 30609 (java) S 30591 30591 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001399374 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30610] ppid=30591 vsize=812740 CPUtime=0
/proc/30605/task/30610/stat : 30610 (java) S 30591 30591 26762 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001399376 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30611] ppid=30591 vsize=812740 CPUtime=0.11
/proc/30605/task/30611/stat : 30611 (java) S 30591 30591 26762 0 -1 64 751 0 0 0 11 0 0 0 16 0 9 0 2001399376 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30612] ppid=30591 vsize=812740 CPUtime=0
/proc/30605/task/30612/stat : 30612 (java) S 30591 30591 26762 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001399376 832245760 15683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30613] ppid=30591 vsize=812740 CPUtime=0
/proc/30605/task/30613/stat : 30613 (java) R 30591 30591 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001399376 832245760 15683 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) 860304

[startup+3.1011 s]
/proc/loadavg: 2.07 2.08 2.02 3/83 30613
/proc/meminfo: memFree=1747992/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30605] ppid=30591 vsize=812780 CPUtime=3.03
/proc/30605/stat : 30605 (java) S 30591 30591 26762 0 -1 0 19762 0 1 0 293 10 0 0 18 0 9 0 2001399371 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30605/statm: 203195 18957 2587 9 0 197176 0
[pid=30605/tid=30606] ppid=30591 vsize=812780 CPUtime=1.28
/proc/30605/task/30606/stat : 30606 (java) R 30591 30591 26762 0 -1 64 7660 0 1 0 124 4 0 0 25 0 9 0 2001399372 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4126910662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30607] ppid=30591 vsize=812780 CPUtime=1.52
/proc/30605/task/30607/stat : 30607 (java) S 30591 30591 26762 0 -1 64 10608 0 0 0 149 3 0 0 18 0 9 0 2001399373 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30608] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30608/stat : 30608 (java) S 30591 30591 26762 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001399374 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30609] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30609/stat : 30609 (java) S 30591 30591 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001399374 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30610] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30610/stat : 30610 (java) S 30591 30591 26762 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001399376 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30611] ppid=30591 vsize=812780 CPUtime=0.17
/proc/30605/task/30611/stat : 30611 (java) S 30591 30591 26762 0 -1 64 794 0 0 0 17 0 0 0 15 0 9 0 2001399376 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30612] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30612/stat : 30612 (java) S 30591 30591 26762 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001399376 832286720 18957 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30613] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30613/stat : 30613 (java) S 30591 30591 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001399376 832286720 18957 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) 860344

[startup+6.30245 s]
/proc/loadavg: 2.07 2.08 2.02 3/83 30613
/proc/meminfo: memFree=1700248/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30605] ppid=30591 vsize=812780 CPUtime=6.19
/proc/30605/stat : 30605 (java) S 30591 30591 26762 0 -1 0 29977 0 1 0 604 15 0 0 18 0 9 0 2001399371 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30605/statm: 203195 29166 2592 9 0 197176 0
[pid=30605/tid=30606] ppid=30591 vsize=812780 CPUtime=4.32
/proc/30605/task/30606/stat : 30606 (java) R 30591 30591 26762 0 -1 64 14630 0 1 0 423 9 0 0 25 0 9 0 2001399372 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4127012682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30607] ppid=30591 vsize=812780 CPUtime=1.6
/proc/30605/task/30607/stat : 30607 (java) S 30591 30591 26762 0 -1 64 13819 0 0 0 156 4 0 0 16 0 9 0 2001399373 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30608] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30608/stat : 30608 (java) S 30591 30591 26762 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001399374 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30609] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30609/stat : 30609 (java) S 30591 30591 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001399374 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30610] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30610/stat : 30610 (java) S 30591 30591 26762 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001399376 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30611] ppid=30591 vsize=812780 CPUtime=0.23
/proc/30605/task/30611/stat : 30611 (java) S 30591 30591 26762 0 -1 64 828 0 0 0 23 0 0 0 15 0 9 0 2001399376 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30612] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30612/stat : 30612 (java) S 30591 30591 26762 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001399376 832286720 29166 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30613] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30613/stat : 30613 (java) S 30591 30591 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001399376 832286720 29166 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) 860344

[startup+12.7021 s]
/proc/loadavg: 2.06 2.08 2.02 3/83 30613
/proc/meminfo: memFree=1694296/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30605] ppid=30591 vsize=812780 CPUtime=12.53
/proc/30605/stat : 30605 (java) S 30591 30591 26762 0 -1 0 30011 0 1 0 1235 18 0 0 18 0 9 0 2001399371 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30605/statm: 203195 29186 2592 9 0 197176 0
[pid=30605/tid=30606] ppid=30591 vsize=812780 CPUtime=10.64
/proc/30605/task/30606/stat : 30606 (java) R 30591 30591 26762 0 -1 64 14644 0 1 0 1052 12 0 0 25 0 9 0 2001399372 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4126970340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30607] ppid=30591 vsize=812780 CPUtime=1.61
/proc/30605/task/30607/stat : 30607 (java) S 30591 30591 26762 0 -1 64 13826 0 0 0 157 4 0 0 16 0 9 0 2001399373 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30608] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30608/stat : 30608 (java) S 30591 30591 26762 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001399374 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30609] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30609/stat : 30609 (java) S 30591 30591 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001399374 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30610] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30610/stat : 30610 (java) S 30591 30591 26762 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001399376 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30611] ppid=30591 vsize=812780 CPUtime=0.25
/proc/30605/task/30611/stat : 30611 (java) S 30591 30591 26762 0 -1 64 841 0 0 0 25 0 0 0 15 0 9 0 2001399376 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30612] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30612/stat : 30612 (java) S 30591 30591 26762 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001399376 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30613] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30613/stat : 30613 (java) S 30591 30591 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001399376 832286720 29186 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860344

[startup+25.5025 s]
/proc/loadavg: 2.05 2.08 2.01 3/83 30613
/proc/meminfo: memFree=1688216/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30605] ppid=30591 vsize=812780 CPUtime=25.21
/proc/30605/stat : 30605 (java) S 30591 30591 26762 0 -1 0 30053 0 1 0 2498 23 0 0 18 0 9 0 2001399371 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30605/statm: 203195 29207 2592 9 0 197176 0
[pid=30605/tid=30606] ppid=30591 vsize=812780 CPUtime=23.28
/proc/30605/task/30606/stat : 30606 (java) R 30591 30591 26762 0 -1 64 14665 0 1 0 2312 16 0 0 25 0 9 0 2001399372 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4126953073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30607] ppid=30591 vsize=812780 CPUtime=1.63
/proc/30605/task/30607/stat : 30607 (java) S 30591 30591 26762 0 -1 64 13844 0 0 0 158 5 0 0 16 0 9 0 2001399373 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30608] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30608/stat : 30608 (java) S 30591 30591 26762 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001399374 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30609] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30609/stat : 30609 (java) S 30591 30591 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001399374 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30610] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30610/stat : 30610 (java) S 30591 30591 26762 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001399376 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30611] ppid=30591 vsize=812780 CPUtime=0.26
/proc/30605/task/30611/stat : 30611 (java) S 30591 30591 26762 0 -1 64 844 0 0 0 26 0 0 0 16 0 9 0 2001399376 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30612] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30612/stat : 30612 (java) S 30591 30591 26762 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001399376 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30613] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30613/stat : 30613 (java) S 30591 30591 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001399376 832286720 29207 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860344

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

[startup+38.3029 s]
/proc/loadavg: 2.04 2.07 2.01 3/83 30613
/proc/meminfo: memFree=1682584/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30605] ppid=30591 vsize=812780 CPUtime=37.87
/proc/30605/stat : 30605 (java) S 30591 30591 26762 0 -1 0 30100 0 1 0 3760 27 0 0 18 0 9 0 2001399371 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30605/statm: 203195 29233 2592 9 0 197176 0
[pid=30605/tid=30606] ppid=30591 vsize=812780 CPUtime=35.93
/proc/30605/task/30606/stat : 30606 (java) R 30591 30591 26762 0 -1 64 14686 0 1 0 3573 20 0 0 25 0 9 0 2001399372 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4127064760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30607] ppid=30591 vsize=812780 CPUtime=1.65
/proc/30605/task/30607/stat : 30607 (java) S 30591 30591 26762 0 -1 64 13870 0 0 0 160 5 0 0 16 0 9 0 2001399373 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30608] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30608/stat : 30608 (java) S 30591 30591 26762 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001399374 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30609] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30609/stat : 30609 (java) S 30591 30591 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001399374 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30610] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30610/stat : 30610 (java) S 30591 30591 26762 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001399376 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30611] ppid=30591 vsize=812780 CPUtime=0.26
/proc/30605/task/30611/stat : 30611 (java) S 30591 30591 26762 0 -1 64 844 0 0 0 26 0 0 0 16 0 9 0 2001399376 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30612] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30612/stat : 30612 (java) S 30591 30591 26762 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001399376 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30613] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30613/stat : 30613 (java) S 30591 30591 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001399376 832286720 29233 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.88
Current children cumulated vsize (KiB) 860344

[startup+44.7016 s]
/proc/loadavg: 2.03 2.07 2.01 3/83 30613
/proc/meminfo: memFree=1678872/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=0.01
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30605] ppid=30591 vsize=812780 CPUtime=44.2
/proc/30605/stat : 30605 (java) S 30591 30591 26762 0 -1 0 30132 0 1 0 4391 29 0 0 18 0 9 0 2001399371 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30605/statm: 203195 29254 2592 9 0 197176 0
[pid=30605/tid=30606] ppid=30591 vsize=812780 CPUtime=42.24
/proc/30605/task/30606/stat : 30606 (java) R 30591 30591 26762 0 -1 64 14697 0 1 0 4202 22 0 0 25 0 9 0 2001399372 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4126992255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30607] ppid=30591 vsize=812780 CPUtime=1.66
/proc/30605/task/30607/stat : 30607 (java) S 30591 30591 26762 0 -1 64 13891 0 0 0 161 5 0 0 16 0 9 0 2001399373 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30608] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30608/stat : 30608 (java) S 30591 30591 26762 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001399374 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30609] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30609/stat : 30609 (java) S 30591 30591 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001399374 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30610] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30610/stat : 30610 (java) S 30591 30591 26762 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001399376 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30611] ppid=30591 vsize=812780 CPUtime=0.26
/proc/30605/task/30611/stat : 30611 (java) S 30591 30591 26762 0 -1 64 844 0 0 0 26 0 0 0 16 0 9 0 2001399376 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30612] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30612/stat : 30612 (java) S 30591 30591 26762 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001399376 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30605/tid=30613] ppid=30591 vsize=812780 CPUtime=0
/proc/30605/task/30613/stat : 30613 (java) S 30591 30591 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001399376 832286720 29254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.21
Current children cumulated vsize (KiB) 860344

[startup+46.3018 s]
/proc/loadavg: 2.03 2.07 2.01 3/75 30614
/proc/meminfo: memFree=1738648/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=44.33
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 800 31840 0 1 0 0 4401 32 17 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30614] ppid=30591 vsize=49360 CPUtime=1.44
/proc/30614/stat : 30614 (minisat) R 30591 30591 26762 0 -1 4194304 11793 0 0 0 138 6 0 0 25 0 1 0 2001403852 50544640 11774 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30614/statm: 12340 11774 57 152 0 12185 0
Current children cumulated CPU time (s) 45.77
Current children cumulated vsize (KiB) 96924

[startup+47.902 s]
/proc/loadavg: 2.03 2.07 2.01 3/75 30614
/proc/meminfo: memFree=1736792/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=44.33
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 800 31840 0 1 0 0 4401 32 17 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30614] ppid=30591 vsize=51872 CPUtime=3.02
/proc/30614/stat : 30614 (minisat) R 30591 30591 26762 0 -1 4194304 12412 0 0 0 296 6 0 0 25 0 1 0 2001403852 53116928 12393 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/30614/statm: 12968 12393 57 152 0 12813 0
Current children cumulated CPU time (s) 47.35
Current children cumulated vsize (KiB) 99436

[startup+48.301 s]
/proc/loadavg: 2.03 2.07 2.01 3/75 30614
/proc/meminfo: memFree=1735192/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=44.33
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 800 31840 0 1 0 0 4401 32 17 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30614] ppid=30591 vsize=52664 CPUtime=3.42
/proc/30614/stat : 30614 (minisat) R 30591 30591 26762 0 -1 4194304 12622 0 0 0 336 6 0 0 25 0 1 0 2001403852 53927936 12603 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30614/statm: 13166 12603 57 152 0 13011 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 100228

[startup+48.7011 s]
/proc/loadavg: 2.03 2.07 2.01 3/75 30614
/proc/meminfo: memFree=1735192/2055920 swapFree=4179916/4192956
[pid=30591] ppid=30589 vsize=47564 CPUtime=44.33
/proc/30591/stat : 30591 (galacM.sh) S 30589 30591 26762 0 -1 4194304 800 31840 0 1 0 0 4401 32 17 0 1 0 2001399367 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213115923290 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30591/statm: 11891 365 246 79 0 219 0
[pid=30614] ppid=30591 vsize=53060 CPUtime=3.81
/proc/30614/stat : 30614 (minisat) R 30591 30591 26762 0 -1 4194304 12722 0 0 0 375 6 0 0 25 0 1 0 2001403852 54333440 12703 996147200 134512640 135136200 4294955968 18446744073709551615 134525838 0 0 4096 3 0 0 0 17 1 0 0
/proc/30614/statm: 13265 12703 57 152 0 13110 0
Current children cumulated CPU time (s) 48.14
Current children cumulated vsize (KiB) 100624

Child status: 0
Real time (s): 48.7377
CPU time (s): 48.2077
CPU user time (s): 47.7847
CPU system time (s): 0.422935
CPU usage (%): 98.9125
Max. virtual memory (cumulated for all children) (KiB): 860432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.7847
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45587
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= 2702
involuntary context switches= 3694

runsolver used 0.082987 second user time and 0.149977 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 04:17:41
IDJOB=1082771
IDBENCH=57361
IDSOLVER=350
FILE ID=node37/1082771-1215224261
PBS_JOBID= 7881711
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5a07a74cfbdb85d600c8aa321718c6a
RANDOM SEED=1549772669

node37.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.236
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.236
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:       1809032 kB
Buffers:         21272 kB
Cached:         155296 kB
SwapCached:       6964 kB
Active:         132484 kB
Inactive:        57924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809032 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            3380 kB
Writeback:           0 kB
Mapped:          20460 kB
Slab:            41952 kB
Committed_AS:  3599756 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-05 04:18:30