Trace number 1059932

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 ESAT 21.4737 21.7303

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-1.xml
MD5SUM4d516fb51f56b30dd0cee3181f957762
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity3
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
9.48/9.62	c start processing
9.48/9.62	c start relation processing
9.88/10.01	c start cnf exporting
18.88/19.13	c parsing time : 9.498
18.88/19.13	c preprocessing time : 19.01
18.88/19.13	
18.88/19.13	c Nary constraints - conflicts : 0 supports : 21
18.88/19.13	c Binary constraints - conflicts : 0 supports :19
18.88/19.13	c max arity constraint : 3
18.88/19.13	c Max Tuples generated 1404928
18.88/19.13	c relations : 40
18.88/19.13	c relations BDD: 21
18.88/19.13	c sampling 40/40
18.88/19.13	c vars : 17995 - clauses :  643898
18.88/19.13	
18.88/19.15	 
18.88/19.15	c --- SAT Solver Stats ---
18.88/19.15	 
18.88/19.15	c eSAT 0.1 : minisat core with additionnal features
18.88/19.15	c ============================[ Problem Statistics ]=============================
18.88/19.15	c |                                                                             |
18.88/19.15	c |  Number of variables:  17994                                                |
18.88/19.15	c |  Number of clauses:    643898                                               |
18.93/19.52	c |  Parsing time:         0.31         s                                       |
20.86/21.12	c restarts              : 4
20.86/21.12	c conflicts             : 6              (3 /sec)
20.86/21.12	c decisions             : 344            (70.35 % random) (181 /sec)
20.86/21.12	c euip                  : 0           
20.86/21.12	c propagations          : 14066          (7412 /sec)
20.86/21.12	c conflict literals     : 14             (0.00 % deleted)
20.86/21.12	c Memory used           : 45.86 MB
20.86/21.12	c CPU time              : 1.89771 s
20.86/21.12	c 
20.86/21.13	s SATISFIABLE
20.92/21.72	v 83 59 84 112 89 101 59 41 29 3 88 98 73 71 93 112 2 95 83 59 89 73 51 29 5 73 99 43 19 101 113 41 41 5 20 67 43 59 3 107 29 29 79 80 47 111 23 42 88 16 42 95 102 73 82 36 5 73 59 32 53 99 63 73 24 29 62 66 43 56 97 53 66 53 47 59 77 91 112 73 111 67 17 103 23 97 108 91 95 103 41 112 103 28 71 108 59 17 97 113

Verifier Data (download as text)

OK

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-1059932-1215125235/watcher-1059932-1215125235 -o /tmp/evaluation-result-1059932-1215125235/solver-1059932-1215125235 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1059932-1215125235.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.15 1.41 1.20 4/82 31322
/proc/meminfo: memFree=1630192/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=8528 CPUtime=0
/proc/31322/stat : 31322 (galacE.sh) R 31320 31322 29474 0 -1 4194304 296 0 0 0 0 0 0 0 20 0 1 0 246997352 8732672 242 996147200 4194304 4520092 548682068832 18446744073709551615 224264486832 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31322/statm: 2132 242 187 79 0 125 0

[startup+0.0657921 s]
/proc/loadavg: 2.15 1.41 1.20 4/82 31322
/proc/meminfo: memFree=1630192/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101793 s]
/proc/loadavg: 2.15 1.41 1.20 4/82 31322
/proc/meminfo: memFree=1630192/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301817 s]
/proc/loadavg: 2.15 1.41 1.20 4/82 31322
/proc/meminfo: memFree=1630192/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701851 s]
/proc/loadavg: 2.15 1.41 1.20 4/82 31322
/proc/meminfo: memFree=1630192/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50294 s]
/proc/loadavg: 2.15 1.41 1.20 3/92 31344
/proc/meminfo: memFree=1603168/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
[pid=31336] ppid=31322 vsize=813756 CPUtime=1.45
/proc/31336/stat : 31336 (java) S 31322 31322 29474 0 -1 0 9032 0 1 0 140 5 0 0 19 0 9 0 246997356 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31336/statm: 203439 8434 1921 9 0 197420 0
[pid=31336/tid=31337] ppid=31322 vsize=813756 CPUtime=1.33
/proc/31336/task/31337/stat : 31337 (java) R 31322 31322 29474 0 -1 64 7569 0 1 0 129 4 0 0 25 0 9 0 246997357 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4126695648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31338] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31338/stat : 31338 (java) S 31322 31322 29474 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 246997358 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31339] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31339/stat : 31339 (java) S 31322 31322 29474 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 246997358 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31340] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31340/stat : 31340 (java) S 31322 31322 29474 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 246997358 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31341] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31341/stat : 31341 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31342] ppid=31322 vsize=813756 CPUtime=0.1
/proc/31336/task/31342/stat : 31342 (java) S 31322 31322 29474 0 -1 64 759 0 0 0 10 0 0 0 16 0 9 0 246997360 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31343] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31343/stat : 31343 (java) S 31322 31322 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 8434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31344] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31344/stat : 31344 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 246997360 833286144 8434 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) 861336

[startup+3.10111 s]
/proc/loadavg: 2.15 1.41 1.20 3/92 31344
/proc/meminfo: memFree=1602912/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
[pid=31336] ppid=31322 vsize=813756 CPUtime=3.03
/proc/31336/stat : 31336 (java) S 31322 31322 29474 0 -1 0 9051 0 1 0 298 5 0 0 19 0 9 0 246997356 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31336/statm: 203439 8452 1921 9 0 197420 0
[pid=31336/tid=31337] ppid=31322 vsize=813756 CPUtime=2.91
/proc/31336/task/31337/stat : 31337 (java) R 31322 31322 29474 0 -1 64 7586 0 1 0 287 4 0 0 25 0 9 0 246997357 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4126697523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31338] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31338/stat : 31338 (java) S 31322 31322 29474 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 246997358 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31339] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31339/stat : 31339 (java) S 31322 31322 29474 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 246997358 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31340] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31340/stat : 31340 (java) S 31322 31322 29474 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 246997358 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31341] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31341/stat : 31341 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31342] ppid=31322 vsize=813756 CPUtime=0.11
/proc/31336/task/31342/stat : 31342 (java) S 31322 31322 29474 0 -1 64 761 0 0 0 11 0 0 0 16 0 9 0 246997360 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31343] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31343/stat : 31343 (java) S 31322 31322 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31344] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31344/stat : 31344 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 246997360 833286144 8452 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 861336

[startup+6.30145 s]
/proc/loadavg: 2.14 1.42 1.20 3/92 31344
/proc/meminfo: memFree=1602600/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
[pid=31336] ppid=31322 vsize=813756 CPUtime=6.2
/proc/31336/stat : 31336 (java) S 31322 31322 29474 0 -1 0 9106 0 1 0 615 5 0 0 19 0 9 0 246997356 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31336/statm: 203439 8505 1923 9 0 197420 0
[pid=31336/tid=31337] ppid=31322 vsize=813756 CPUtime=6.07
/proc/31336/task/31337/stat : 31337 (java) R 31322 31322 29474 0 -1 64 7636 0 1 0 603 4 0 0 25 0 9 0 246997357 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4126697487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31338] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31338/stat : 31338 (java) S 31322 31322 29474 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 246997358 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31339] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31339/stat : 31339 (java) S 31322 31322 29474 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 246997358 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31340] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31340/stat : 31340 (java) S 31322 31322 29474 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 246997358 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31341] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31341/stat : 31341 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31342] ppid=31322 vsize=813756 CPUtime=0.11
/proc/31336/task/31342/stat : 31342 (java) S 31322 31322 29474 0 -1 64 766 0 0 0 11 0 0 0 16 0 9 0 246997360 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31343] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31343/stat : 31343 (java) S 31322 31322 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31344] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31344/stat : 31344 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 246997360 833286144 8505 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 861336

[startup+12.7011 s]
/proc/loadavg: 2.13 1.42 1.20 3/92 31344
/proc/meminfo: memFree=1550568/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
[pid=31336] ppid=31322 vsize=813756 CPUtime=12.54
/proc/31336/stat : 31336 (java) S 31322 31322 29474 0 -1 0 21657 0 1 0 1242 12 0 0 19 0 9 0 246997356 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31336/statm: 203439 21046 1951 9 0 197420 0
[pid=31336/tid=31337] ppid=31322 vsize=813756 CPUtime=12.23
/proc/31336/task/31337/stat : 31337 (java) R 31322 31322 29474 0 -1 64 14658 0 1 0 1215 8 0 0 25 0 9 0 246997357 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4126913236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31338] ppid=31322 vsize=813756 CPUtime=0.06
/proc/31336/task/31338/stat : 31338 (java) S 31322 31322 29474 0 -1 64 5463 0 0 0 5 1 0 0 16 0 9 0 246997358 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31339] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31339/stat : 31339 (java) S 31322 31322 29474 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 246997358 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31340] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31340/stat : 31340 (java) S 31322 31322 29474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 246997358 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31341] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31341/stat : 31341 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31342] ppid=31322 vsize=813756 CPUtime=0.21
/proc/31336/task/31342/stat : 31342 (java) S 31322 31322 29474 0 -1 64 834 0 0 0 21 0 0 0 15 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31343] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31343/stat : 31343 (java) S 31322 31322 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31344] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31344/stat : 31344 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 861336

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

[startup+15.9025 s]
/proc/loadavg: 2.12 1.43 1.21 3/92 31344
/proc/meminfo: memFree=1547112/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
[pid=31336] ppid=31322 vsize=813756 CPUtime=15.71
/proc/31336/stat : 31336 (java) S 31322 31322 29474 0 -1 0 21666 0 1 0 1558 13 0 0 19 0 9 0 246997356 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31336/statm: 203439 21046 1951 9 0 197420 0
[pid=31336/tid=31337] ppid=31322 vsize=813756 CPUtime=15.41
/proc/31336/task/31337/stat : 31337 (java) R 31322 31322 29474 0 -1 64 14667 0 1 0 1531 10 0 0 25 0 9 0 246997357 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4126606877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31338] ppid=31322 vsize=813756 CPUtime=0.07
/proc/31336/task/31338/stat : 31338 (java) S 31322 31322 29474 0 -1 64 5463 0 0 0 5 2 0 0 16 0 9 0 246997358 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31339] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31339/stat : 31339 (java) S 31322 31322 29474 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 246997358 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31340] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31340/stat : 31340 (java) S 31322 31322 29474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 246997358 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31341] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31341/stat : 31341 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31342] ppid=31322 vsize=813756 CPUtime=0.21
/proc/31336/task/31342/stat : 31342 (java) S 31322 31322 29474 0 -1 64 834 0 0 0 21 0 0 0 15 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31343] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31343/stat : 31343 (java) S 31322 31322 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31344] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31344/stat : 31344 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 246997360 833286144 21046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 861336

[startup+19.1028 s]
/proc/loadavg: 2.11 1.44 1.21 3/92 31344
/proc/meminfo: memFree=1543464/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=0.01
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
[pid=31336] ppid=31322 vsize=813756 CPUtime=18.87
/proc/31336/stat : 31336 (java) S 31322 31322 29474 0 -1 0 21709 0 1 0 1872 15 0 0 19 0 9 0 246997356 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31336/statm: 203439 21081 1951 9 0 197420 0
[pid=31336/tid=31337] ppid=31322 vsize=813756 CPUtime=18.55
/proc/31336/task/31337/stat : 31337 (java) R 31322 31322 29474 0 -1 64 14675 0 1 0 1843 12 0 0 25 0 9 0 246997357 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4126606711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31338] ppid=31322 vsize=813756 CPUtime=0.08
/proc/31336/task/31338/stat : 31338 (java) S 31322 31322 29474 0 -1 64 5488 0 0 0 6 2 0 0 16 0 9 0 246997358 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31339] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31339/stat : 31339 (java) S 31322 31322 29474 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 246997358 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31340] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31340/stat : 31340 (java) S 31322 31322 29474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 246997358 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31341] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31341/stat : 31341 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31342] ppid=31322 vsize=813756 CPUtime=0.22
/proc/31336/task/31342/stat : 31342 (java) S 31322 31322 29474 0 -1 64 844 0 0 0 22 0 0 0 15 0 9 0 246997360 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31343] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31343/stat : 31343 (java) S 31322 31322 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 246997360 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31336/tid=31344] ppid=31322 vsize=813756 CPUtime=0
/proc/31336/task/31344/stat : 31344 (java) S 31322 31322 29474 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 246997360 833286144 21081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 861336

[startup+20.702 s]
/proc/loadavg: 2.11 1.44 1.21 3/84 31345
/proc/meminfo: memFree=1583720/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=18.93
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 799 23418 0 1 0 0 1875 18 17 0 1 0 246997352 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31322/statm: 11895 364 245 79 0 219 0
[pid=31345] ppid=31322 vsize=46268 CPUtime=1.53
/proc/31345/stat : 31345 (eSAT_static) R 31322 31322 29474 0 -1 4194304 11403 0 0 0 147 6 0 0 25 0 1 0 246999268 47378432 11385 996147200 134512640 135177480 4294955984 18446744073709551615 134745114 0 0 4096 3 0 0 0 17 1 0 0
/proc/31345/statm: 11567 11385 75 162 0 11402 0
Current children cumulated CPU time (s) 20.46
Current children cumulated vsize (KiB) 93848

[startup+21.5011 s]
/proc/loadavg: 2.11 1.44 1.21 3/84 31345
/proc/meminfo: memFree=1572072/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47580 CPUtime=20.92
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 835 35928 0 1 0 1 2066 25 16 0 1 0 246997352 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31322/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 47580

[startup+21.7011 s]
/proc/loadavg: 2.11 1.44 1.21 3/84 31345
/proc/meminfo: memFree=1572072/2055920 swapFree=4169360/4192956
[pid=31322] ppid=31320 vsize=47584 CPUtime=20.92
/proc/31322/stat : 31322 (galacE.sh) S 31320 31322 29474 0 -1 4194304 844 35928 0 1 0 1 2066 25 15 0 1 0 246997352 48726016 367 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31322/statm: 11896 367 245 79 0 220 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 47584

Child status: 0
Real time (s): 21.7303
CPU time (s): 21.4737
CPU user time (s): 21.1328
CPU system time (s): 0.340948
CPU usage (%): 98.8192
Max. virtual memory (cumulated for all children) (KiB): 861336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1328
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46313
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2229
involuntary context switches= 2640

runsolver used 0.021996 second user time and 0.079987 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 00:47:15
IDJOB=1059932
IDBENCH=54389
IDSOLVER=351
FILE ID=node82/1059932-1215125235
PBS_JOBID= 7877043
Free space on /tmp= 66484 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-2-1.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059932-1215125235/watcher-1059932-1215125235 -o /tmp/evaluation-result-1059932-1215125235/solver-1059932-1215125235 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1059932-1215125235.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d516fb51f56b30dd0cee3181f957762
RANDOM SEED=855167025

node82.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.239
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.239
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:      2055920 kB
MemFree:       1630608 kB
Buffers:         23132 kB
Cached:         311572 kB
SwapCached:      17740 kB
Active:         224132 kB
Inactive:       165632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630608 kB
SwapTotal:     4192956 kB
SwapFree:      4169360 kB
Dirty:            3372 kB
Writeback:           0 kB
Mapped:          56620 kB
Slab:            20648 kB
Committed_AS:  1251228 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node82 at 2008-07-04 00:47:37