Trace number 1048440

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 EUNSAT 248.424 250.602

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-0_ext.xml
MD5SUM1b92140e9349a43b07ee62c365fab9f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.686895
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.05/1.19	c start processing
1.05/1.19	c start relation processing
2.43/2.57	c start cnf exporting
20.56/20.83	c parsing time : 1.065
20.56/20.83	c preprocessing time : 20.699
20.56/20.83	
20.56/20.83	c Nary constraints - conflicts : 0 supports : 5
20.56/20.83	c Binary constraints - conflicts : 0 supports :0
20.56/20.83	c max arity constraint : 10
20.56/20.83	c Max Tuples generated 0
20.56/20.83	c relations : 5
20.56/20.83	c relations BDD: 5
20.56/20.83	c sampling 0/0
20.56/20.83	c vars : 169893 - clauses :  559946
20.56/20.83	
20.56/20.86	 
20.56/20.86	c --- SAT Solver Stats ---
20.56/20.86	 
20.56/20.86	c eSAT 0.1 : minisat core with additionnal features
20.56/20.86	c ============================[ Problem Statistics ]=============================
20.56/20.86	c |                                                                             |
20.56/20.86	c |  Number of variables:  169892                                               |
20.56/20.86	c |  Number of clauses:    559946                                               |
20.62/21.58	c |  Parsing time:         0.66         s                                       |
248.29/250.58	c restarts              : 235
248.29/250.58	c conflicts             : 14190          (62 /sec)
248.29/250.58	c decisions             : 94058          (68.98 % random) (413 /sec)
248.29/250.58	c euip                  : 1094        
248.29/250.58	c propagations          : 216992696      (953381 /sec)
248.29/250.58	c conflict literals     : 360708         (43.47 % deleted)
248.29/250.58	c Memory used           : 84.36 MB
248.29/250.58	c CPU time              : 227.603 s
248.29/250.58	c 
248.29/250.58	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-1048440-1215043171/watcher-1048440-1215043171 -o /tmp/evaluation-result-1048440-1215043171/solver-1048440-1215043171 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048440-1215043171.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.00 1.91 4/72 1829
/proc/meminfo: memFree=957832/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=8652 CPUtime=0
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 688283545 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 2163 280 208 79 0 156 0
[pid=1830] ppid=1829 vsize=8688 CPUtime=0
/proc/1830/stat : 1830 (galacE.sh) S 1829 1829 1320 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 688283546 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1830/statm: 2172 286 209 79 0 165 0
[pid=1831] ppid=1830 vsize=8728 CPUtime=0
/proc/1831/stat : 1831 (galacE.sh) R 1830 1829 1320 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 688283546 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 226238197031 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/1831/statm: 2182 290 209 79 0 175 0

[startup+0.061564 s]
/proc/loadavg: 2.07 2.00 1.91 4/72 1829
/proc/meminfo: memFree=957832/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.10195 s]
/proc/loadavg: 2.07 2.00 1.91 4/72 1829
/proc/meminfo: memFree=957832/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301984 s]
/proc/loadavg: 2.07 2.00 1.91 4/72 1829
/proc/meminfo: memFree=957832/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701053 s]
/proc/loadavg: 2.07 2.00 1.91 4/72 1829
/proc/meminfo: memFree=957832/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50219 s]
/proc/loadavg: 2.07 2.00 1.91 3/82 1851
/proc/meminfo: memFree=886136/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1843] ppid=1829 vsize=812416 CPUtime=1.43
/proc/1843/stat : 1843 (java) S 1829 1829 1320 0 -1 0 22614 0 1 0 133 10 0 0 18 0 9 0 688283549 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1843/statm: 203104 22038 1889 9 0 197138 0
[pid=1843/tid=1844] ppid=1829 vsize=812416 CPUtime=1.22
/proc/1843/task/1844/stat : 1844 (java) R 1829 1829 1320 0 -1 64 14478 0 1 0 115 7 0 0 25 0 9 0 688283550 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4126770523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1845] ppid=1829 vsize=812416 CPUtime=0.05
/proc/1843/task/1845/stat : 1845 (java) S 1829 1829 1320 0 -1 64 6671 0 0 0 3 2 0 0 16 0 9 0 688283551 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1846] ppid=1829 vsize=812416 CPUtime=0
/proc/1843/task/1846/stat : 1846 (java) S 1829 1829 1320 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 688283551 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1847] ppid=1829 vsize=812416 CPUtime=0
/proc/1843/task/1847/stat : 1847 (java) S 1829 1829 1320 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 688283551 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1829 vsize=812416 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 688283554 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1829 vsize=812416 CPUtime=0.13
/proc/1843/task/1849/stat : 1849 (java) S 1829 1829 1320 0 -1 64 765 0 0 0 13 0 0 0 16 0 9 0 688283554 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1850] ppid=1829 vsize=812416 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 688283554 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1851] ppid=1829 vsize=812416 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 688283554 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 859972

[startup+3.10146 s]
/proc/loadavg: 2.06 2.00 1.91 4/82 1851
/proc/meminfo: memFree=860664/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1843] ppid=1829 vsize=812548 CPUtime=3.03
/proc/1843/stat : 1843 (java) S 1829 1829 1320 0 -1 0 35900 0 1 0 286 17 0 0 18 0 9 0 688283549 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1843/statm: 203137 35319 1909 9 0 197171 0
[pid=1843/tid=1844] ppid=1829 vsize=812548 CPUtime=2.16
/proc/1843/task/1844/stat : 1844 (java) R 1829 1829 1320 0 -1 64 14523 0 1 0 209 7 0 0 25 0 9 0 688283550 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1845] ppid=1829 vsize=812548 CPUtime=0.64
/proc/1843/task/1845/stat : 1845 (java) R 1829 1829 1320 0 -1 64 19866 0 0 0 56 8 0 0 17 0 9 0 688283551 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1846] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1846/stat : 1846 (java) S 1829 1829 1320 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 688283551 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1847] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1847/stat : 1847 (java) S 1829 1829 1320 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 688283551 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 688283554 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1829 vsize=812548 CPUtime=0.19
/proc/1843/task/1849/stat : 1849 (java) S 1829 1829 1320 0 -1 64 811 0 0 0 19 0 0 0 15 0 9 0 688283554 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1850] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 688283554 832049152 35319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1851] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 688283554 832049152 35319 996147200 134512640 134550740 4294955616 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) 860104

[startup+6.30299 s]
/proc/loadavg: 2.06 2.00 1.91 3/82 1851
/proc/meminfo: memFree=803256/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1843] ppid=1829 vsize=812548 CPUtime=6.19
/proc/1843/stat : 1843 (java) S 1829 1829 1320 0 -1 0 40464 0 1 0 599 20 0 0 18 0 9 0 688283549 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1843/statm: 203137 39877 1909 9 0 197171 0
[pid=1843/tid=1844] ppid=1829 vsize=812548 CPUtime=5.15
/proc/1843/task/1844/stat : 1844 (java) R 1829 1829 1320 0 -1 64 14529 0 1 0 507 8 0 0 25 0 9 0 688283550 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4126632791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1845] ppid=1829 vsize=812548 CPUtime=0.81
/proc/1843/task/1845/stat : 1845 (java) S 1829 1829 1320 0 -1 64 24424 0 0 0 71 10 0 0 16 0 9 0 688283551 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1846] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1846/stat : 1846 (java) S 1829 1829 1320 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 688283551 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1847] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1847/stat : 1847 (java) S 1829 1829 1320 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 688283551 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 688283554 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1829 vsize=812548 CPUtime=0.19
/proc/1843/task/1849/stat : 1849 (java) S 1829 1829 1320 0 -1 64 811 0 0 0 19 0 0 0 15 0 9 0 688283554 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1850] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 688283554 832049152 39877 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1851] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 688283554 832049152 39877 996147200 134512640 134550740 4294955616 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) 860104

[startup+12.7011 s]
/proc/loadavg: 2.05 2.00 1.91 3/82 1851
/proc/meminfo: memFree=799608/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=0.01
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1843] ppid=1829 vsize=812548 CPUtime=12.53
/proc/1843/stat : 1843 (java) S 1829 1829 1320 0 -1 0 40477 0 1 0 1230 23 0 0 18 0 9 0 688283549 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1843/statm: 203137 39879 1909 9 0 197171 0
[pid=1843/tid=1844] ppid=1829 vsize=812548 CPUtime=11.48
/proc/1843/task/1844/stat : 1844 (java) R 1829 1829 1320 0 -1 64 14540 0 1 0 1138 10 0 0 25 0 9 0 688283550 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4126860375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1845] ppid=1829 vsize=812548 CPUtime=0.82
/proc/1843/task/1845/stat : 1845 (java) S 1829 1829 1320 0 -1 64 24424 0 0 0 71 11 0 0 16 0 9 0 688283551 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1846] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1846/stat : 1846 (java) S 1829 1829 1320 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 688283551 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1847] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1847/stat : 1847 (java) S 1829 1829 1320 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 688283551 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 688283554 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1829 vsize=812548 CPUtime=0.2
/proc/1843/task/1849/stat : 1849 (java) S 1829 1829 1320 0 -1 64 813 0 0 0 20 0 0 0 16 0 9 0 688283554 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1850] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 688283554 832049152 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1843/tid=1851] ppid=1829 vsize=812548 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1829 1829 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 688283554 832049152 39879 996147200 134512640 134550740 4294955616 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) 860104

[startup+25.5012 s]
/proc/loadavg: 2.04 2.00 1.91 3/74 1852
/proc/meminfo: memFree=856952/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=96936 CPUtime=4.6
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 22508 0 0 0 449 11 0 0 25 0 1 0 688285631 99262464 22490 996147200 134512640 135177480 4294955984 18446744073709551615 134537475 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 24234 22490 75 162 0 24069 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 144492

[startup+51.1015 s]
/proc/loadavg: 2.03 2.00 1.91 3/74 1852
/proc/meminfo: memFree=865656/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=29.97
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23095 0 0 0 2986 11 0 0 25 0 1 0 688285631 88453120 20352 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 21595 20352 80 162 0 21430 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 133936

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 1.91 3/74 1858
/proc/meminfo: memFree=865592/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=80.72
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 8060 12 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 133936

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 1858
/proc/meminfo: memFree=865592/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=140.18
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 14006 12 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 133936

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 1858
/proc/meminfo: memFree=865592/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=199.65
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 19953 12 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 133936

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

[startup+230.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 1858
/proc/meminfo: memFree=865592/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=207.59
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 20746 13 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 228.21
Current children cumulated vsize (KiB) 133936

[startup+243.107 s]
/proc/loadavg: 2.00 2.00 1.91 2/72 1859
/proc/meminfo: memFree=1678216/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=220.29
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 22016 13 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 240.91
Current children cumulated vsize (KiB) 133936

[startup+246.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1909
/proc/meminfo: memFree=1673904/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=223.48
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 22333 15 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 244.1
Current children cumulated vsize (KiB) 133936

[startup+247.901 s]
/proc/loadavg: 2.08 2.02 1.92 3/75 1909
/proc/meminfo: memFree=1673648/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=225.07
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 22492 15 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 245.69
Current children cumulated vsize (KiB) 133936

[startup+249.502 s]
/proc/loadavg: 2.08 2.02 1.92 3/75 1909
/proc/meminfo: memFree=1673520/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=226.67
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 22652 15 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 247.29
Current children cumulated vsize (KiB) 133936

[startup+250.302 s]
/proc/loadavg: 2.08 2.02 1.92 3/75 1909
/proc/meminfo: memFree=1673520/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=227.47
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 22732 15 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 248.09
Current children cumulated vsize (KiB) 133936

[startup+250.503 s]
/proc/loadavg: 2.08 2.02 1.92 3/75 1909
/proc/meminfo: memFree=1673520/2055920 swapFree=4156320/4192956
[pid=1829] ppid=1827 vsize=47556 CPUtime=20.62
/proc/1829/stat : 1829 (galacE.sh) S 1827 1829 1320 0 -1 4194304 800 42203 0 1 0 0 2033 29 17 0 1 0 688283545 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1829/statm: 11889 365 246 79 0 219 0
[pid=1852] ppid=1829 vsize=86380 CPUtime=227.67
/proc/1852/stat : 1852 (eSAT_static) R 1829 1829 1320 0 -1 4194304 23096 0 0 0 22752 15 0 0 25 0 1 0 688285631 88453120 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1852/statm: 21595 20353 80 162 0 21430 0
Current children cumulated CPU time (s) 248.29
Current children cumulated vsize (KiB) 133936

Child status: 0
Real time (s): 250.602
CPU time (s): 248.424
CPU user time (s): 247.943
CPU system time (s): 0.480926
CPU usage (%): 99.1308
Max. virtual memory (cumulated for all children) (KiB): 860104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.943
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66300
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= 1660
involuntary context switches= 7110

runsolver used 0.270958 second user time and 0.809876 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 01:59:31
IDJOB=1048440
IDBENCH=54362
IDSOLVER=351
FILE ID=node58/1048440-1215043171
PBS_JOBID= 7875060
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-0_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048440-1215043171/watcher-1048440-1215043171 -o /tmp/evaluation-result-1048440-1215043171/solver-1048440-1215043171 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1048440-1215043171.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b92140e9349a43b07ee62c365fab9f4
RANDOM SEED=1545052771

node58.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.261
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.261
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:        958312 kB
Buffers:         32880 kB
Cached:         146648 kB
SwapCached:      30932 kB
Active:         975340 kB
Inactive:        63980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        958312 kB
SwapTotal:     4192956 kB
SwapFree:      4156320 kB
Dirty:            4760 kB
Writeback:           0 kB
Mapped:         867308 kB
Slab:            42072 kB
Committed_AS:  1827924 kB
PageTables:       3320 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= 66536 MiB
End job on node58 at 2008-07-03 02:03:42