Trace number 1100433

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 171.335 171.708

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-63_ext.xml
MD5SUM0e566d9c333cc3028bf54580af84403c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.39233
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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.94/2.09	c start processing
1.94/2.09	c start relation processing
3.73/3.87	c start cnf exporting
21.71/22.05	c parsing time : 1.961
21.71/22.06	c preprocessing time : 21.929
21.71/22.06	
21.71/22.06	c Nary constraints - conflicts : 0 supports : 0
21.71/22.06	c Binary constraints - conflicts : 0 supports :84
21.71/22.06	c max arity constraint : 2
21.71/22.06	c Max Tuples generated 0
21.71/22.06	c relations : 84
21.71/22.06	c relations BDD: 0
21.71/22.06	c sampling 0/0
21.71/22.06	c vars : 7201 - clauses :  674680
21.71/22.06	
21.71/22.09	 
21.71/22.10	c --- SAT Solver Stats ---
21.71/22.10	 
21.71/22.10	c eSAT 0.1 : minisat core with additionnal features
21.71/22.10	c ============================[ Problem Statistics ]=============================
21.71/22.10	c |                                                                             |
21.79/22.10	c |  Number of variables:  7200                                                 |
21.79/22.10	c |  Number of clauses:    674680                                               |
21.79/22.57	c |  Parsing time:         0.41         s                                       |
171.20/171.68	c restarts              : 397
171.20/171.68	c conflicts             : 82887          (555 /sec)
171.20/171.68	c decisions             : 377463         (25.43 % random) (2528 /sec)
171.20/171.68	c euip                  : 21726       
171.20/171.68	c propagations          : 41453100       (277601 /sec)
171.20/171.68	c conflict literals     : 24200361       (22.73 % deleted)
171.20/171.68	c Memory used           : 65.06 MB
171.20/171.68	c CPU time              : 149.326 s
171.20/171.68	c 
171.20/171.68	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-1100433-1215287061/watcher-1100433-1215287061 -o /tmp/evaluation-result-1100433-1215287061/solver-1100433-1215287061 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100433-1215287061.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/86 12608
/proc/meminfo: memFree=1718432/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=8748 CPUtime=0
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 2007675890 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 2187 312 217 79 0 180 0
[pid=12614] ppid=12608 vsize=8768 CPUtime=0
/proc/12614/stat : 12614 (galacE.sh) R 12608 12608 8119 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 2007675892 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 257203694887 0 0 4096 73728 0 0 0 17 1 0 0
/proc/12614/statm: 2192 315 217 79 0 185 0

[startup+0.0785001 s]
/proc/loadavg: 2.00 2.01 2.00 4/86 12608
/proc/meminfo: memFree=1718432/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.104092 s]
/proc/loadavg: 2.00 2.01 2.00 4/86 12608
/proc/meminfo: memFree=1718432/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.30108 s]
/proc/loadavg: 2.00 2.01 2.00 4/86 12608
/proc/meminfo: memFree=1718432/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701114 s]
/proc/loadavg: 2.00 2.01 2.00 4/86 12608
/proc/meminfo: memFree=1718432/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50218 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 12630
/proc/meminfo: memFree=1639760/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12622] ppid=12608 vsize=812628 CPUtime=1.43
/proc/12622/stat : 12622 (java) S 12608 12608 8119 0 -1 0 23140 0 1 0 133 10 0 0 18 0 9 0 2007675894 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12622/statm: 203157 22557 1888 9 0 197138 0
[pid=12622/tid=12623] ppid=12608 vsize=812628 CPUtime=1.19
/proc/12622/task/12623/stat : 12623 (java) R 12608 12608 8119 0 -1 64 14478 0 1 0 112 7 0 0 25 0 9 0 2007675895 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4126729788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12624] ppid=12608 vsize=812628 CPUtime=0.1
/proc/12622/task/12624/stat : 12624 (java) S 12608 12608 8119 0 -1 64 7210 0 0 0 8 2 0 0 16 0 9 0 2007675897 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12625] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12625/stat : 12625 (java) S 12608 12608 8119 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007675897 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12626] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12626/stat : 12626 (java) S 12608 12608 8119 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007675897 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12627] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12627/stat : 12627 (java) S 12608 12608 8119 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007675899 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12628] ppid=12608 vsize=812628 CPUtime=0.12
/proc/12622/task/12628/stat : 12628 (java) S 12608 12608 8119 0 -1 64 753 0 0 0 12 0 0 0 16 0 9 0 2007675899 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12629] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12629/stat : 12629 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007675899 832131072 22557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12630] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12630/stat : 12630 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007675899 832131072 22557 996147200 134512640 134550740 4294955600 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) 860200

[startup+3.1023 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 12630
/proc/meminfo: memFree=1629336/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12622] ppid=12608 vsize=812628 CPUtime=3.02
/proc/12622/stat : 12622 (java) S 12608 12608 8119 0 -1 0 24412 0 1 0 291 11 0 0 18 0 9 0 2007675894 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12622/statm: 203157 23825 1891 9 0 197138 0
[pid=12622/tid=12623] ppid=12608 vsize=812628 CPUtime=2.7
/proc/12622/task/12623/stat : 12623 (java) R 12608 12608 8119 0 -1 64 14491 0 1 0 263 7 0 0 25 0 9 0 2007675895 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4126835523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12624] ppid=12608 vsize=812628 CPUtime=0.15
/proc/12622/task/12624/stat : 12624 (java) S 12608 12608 8119 0 -1 64 8448 0 0 0 12 3 0 0 17 0 9 0 2007675897 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12625] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12625/stat : 12625 (java) S 12608 12608 8119 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007675897 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12626] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12626/stat : 12626 (java) S 12608 12608 8119 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007675897 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12627] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12627/stat : 12627 (java) S 12608 12608 8119 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007675899 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12628] ppid=12608 vsize=812628 CPUtime=0.15
/proc/12622/task/12628/stat : 12628 (java) S 12608 12608 8119 0 -1 64 774 0 0 0 15 0 0 0 16 0 9 0 2007675899 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12629] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12629/stat : 12629 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007675899 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12630] ppid=12608 vsize=812628 CPUtime=0
/proc/12622/task/12630/stat : 12630 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007675899 832131072 23825 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860200

[startup+6.30157 s]
/proc/loadavg: 2.08 2.02 2.01 3/96 12630
/proc/meminfo: memFree=1611224/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12622] ppid=12608 vsize=812760 CPUtime=6.18
/proc/12622/stat : 12622 (java) S 12608 12608 8119 0 -1 0 28602 0 1 0 604 14 0 0 18 0 9 0 2007675894 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12622/statm: 203190 28008 1913 9 0 197171 0
[pid=12622/tid=12623] ppid=12608 vsize=812760 CPUtime=5.64
/proc/12622/task/12623/stat : 12623 (java) R 12608 12608 8119 0 -1 64 14541 0 1 0 556 8 0 0 25 0 9 0 2007675895 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4126898532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12624] ppid=12608 vsize=812760 CPUtime=0.32
/proc/12622/task/12624/stat : 12624 (java) S 12608 12608 8119 0 -1 64 12547 0 0 0 27 5 0 0 16 0 9 0 2007675897 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12625] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12625/stat : 12625 (java) S 12608 12608 8119 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007675897 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12626] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12626/stat : 12626 (java) S 12608 12608 8119 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007675897 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12627] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12627/stat : 12627 (java) S 12608 12608 8119 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007675899 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12628] ppid=12608 vsize=812760 CPUtime=0.21
/proc/12622/task/12628/stat : 12628 (java) S 12608 12608 8119 0 -1 64 815 0 0 0 21 0 0 0 16 0 9 0 2007675899 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12629] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12629/stat : 12629 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007675899 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12630] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12630/stat : 12630 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007675899 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860332

[startup+12.7011 s]
/proc/loadavg: 2.08 2.02 2.00 3/96 12630
/proc/meminfo: memFree=1603992/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=0.01
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12622] ppid=12608 vsize=812760 CPUtime=12.53
/proc/12622/stat : 12622 (java) S 12608 12608 8119 0 -1 0 28616 0 1 0 1235 18 0 0 18 0 9 0 2007675894 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12622/statm: 203190 28008 1913 9 0 197171 0
[pid=12622/tid=12623] ppid=12608 vsize=812760 CPUtime=11.96
/proc/12622/task/12623/stat : 12623 (java) R 12608 12608 8119 0 -1 64 14555 0 1 0 1185 11 0 0 25 0 9 0 2007675895 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4126866732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12624] ppid=12608 vsize=812760 CPUtime=0.32
/proc/12622/task/12624/stat : 12624 (java) S 12608 12608 8119 0 -1 64 12547 0 0 0 27 5 0 0 16 0 9 0 2007675897 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12625] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12625/stat : 12625 (java) S 12608 12608 8119 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007675897 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12626] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12626/stat : 12626 (java) S 12608 12608 8119 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007675897 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12627] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12627/stat : 12627 (java) S 12608 12608 8119 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007675899 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12628] ppid=12608 vsize=812760 CPUtime=0.21
/proc/12622/task/12628/stat : 12628 (java) S 12608 12608 8119 0 -1 64 815 0 0 0 21 0 0 0 16 0 9 0 2007675899 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12629] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12629/stat : 12629 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007675899 832266240 28008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12622/tid=12630] ppid=12608 vsize=812760 CPUtime=0
/proc/12622/task/12630/stat : 12630 (java) S 12608 12608 8119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007675899 832266240 28008 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) 860332

[startup+25.5011 s]
/proc/loadavg: 2.13 2.04 2.01 3/101 12686
/proc/meminfo: memFree=1607008/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=43748 CPUtime=3.38
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 10761 0 0 0 331 7 0 0 25 0 1 0 2007678100 44797952 10743 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 10937 10743 75 162 0 10772 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 91320

[startup+51.1012 s]
/proc/loadavg: 2.09 2.03 2.01 3/101 12686
/proc/meminfo: memFree=1606368/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=43968 CPUtime=28.97
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 12740 0 0 0 2888 9 0 0 25 0 1 0 2007678100 45023232 10849 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 10992 10849 80 162 0 10827 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 91540

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/101 12686
/proc/meminfo: memFree=1593184/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=57212 CPUtime=80.15
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 16036 0 0 0 8004 11 0 0 25 0 1 0 2007678100 58585088 14145 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 14303 14145 80 162 0 14138 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 104784

[startup+162.301 s]
/proc/loadavg: 2.10 2.05 2.01 4/88 12862
/proc/meminfo: memFree=1642200/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=66620 CPUtime=140.11
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 18386 0 0 0 13995 16 0 0 25 0 1 0 2007678100 68218880 16495 996147200 134512640 135177480 4294955968 18446744073709551615 134565537 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 16655 16495 80 162 0 16490 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 114192

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

[startup+166.303 s]
/proc/loadavg: 2.10 2.05 2.01 3/88 12862
/proc/meminfo: memFree=1641496/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=66620 CPUtime=144.11
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 18386 0 0 0 14394 17 0 0 25 0 1 0 2007678100 68218880 16495 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 16655 16495 80 162 0 16490 0
Current children cumulated CPU time (s) 165.9
Current children cumulated vsize (KiB) 114192

[startup+169.502 s]
/proc/loadavg: 2.09 2.05 2.01 3/88 12862
/proc/meminfo: memFree=1641176/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=66620 CPUtime=147.31
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 18387 0 0 0 14714 17 0 0 25 0 1 0 2007678100 68218880 16496 996147200 134512640 135177480 4294955968 18446744073709551615 134565364 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 16655 16496 80 162 0 16490 0
Current children cumulated CPU time (s) 169.1
Current children cumulated vsize (KiB) 114192

[startup+171.102 s]
/proc/loadavg: 2.09 2.05 2.01 3/88 12862
/proc/meminfo: memFree=1640920/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=66620 CPUtime=148.91
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 18387 0 0 0 14874 17 0 0 25 0 1 0 2007678100 68218880 16496 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 16655 16496 80 162 0 16490 0
Current children cumulated CPU time (s) 170.7
Current children cumulated vsize (KiB) 114192

[startup+171.501 s]
/proc/loadavg: 2.09 2.05 2.01 3/88 12862
/proc/meminfo: memFree=1640792/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=21.79
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 799 30355 0 1 0 0 2154 25 17 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
[pid=12674] ppid=12608 vsize=66620 CPUtime=149.31
/proc/12674/stat : 12674 (eSAT_static) R 12608 12608 8119 0 -1 4194304 18387 0 0 0 14914 17 0 0 25 0 1 0 2007678100 68218880 16496 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 0 0 0
/proc/12674/statm: 16655 16496 80 162 0 16490 0
Current children cumulated CPU time (s) 171.1
Current children cumulated vsize (KiB) 114192

[startup+171.701 s]
/proc/loadavg: 2.09 2.05 2.01 3/88 12862
/proc/meminfo: memFree=1640792/2055920 swapFree=4180840/4192956
[pid=12608] ppid=12606 vsize=47572 CPUtime=171.3
/proc/12608/stat : 12608 (galacE.sh) S 12606 12608 8119 0 -1 4194304 833 48753 0 1 0 0 17087 43 16 0 1 0 2007675890 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12608/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 171.3
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 171.708
CPU time (s): 171.335
CPU user time (s): 170.879
CPU system time (s): 0.45593
CPU usage (%): 99.7829
Max. virtual memory (cumulated for all children) (KiB): 860332

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

runsolver used 0.19297 second user time and 0.614906 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 21:44:21
IDJOB=1100433
IDBENCH=59914
IDSOLVER=351
FILE ID=node65/1100433-1215287061
PBS_JOBID= 7882206
Free space on /tmp= 66488 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-63_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100433-1215287061/watcher-1100433-1215287061 -o /tmp/evaluation-result-1100433-1215287061/solver-1100433-1215287061 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1100433-1215287061.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e566d9c333cc3028bf54580af84403c
RANDOM SEED=941021342

node65.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.231
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.231
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:       1718912 kB
Buffers:         35648 kB
Cached:         181148 kB
SwapCached:       6584 kB
Active:         218944 kB
Inactive:        64340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718912 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            8668 kB
Writeback:           0 kB
Mapped:          80848 kB
Slab:            38224 kB
Committed_AS:  4856528 kB
PageTables:       2468 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= 66484 MiB
End job on node65 at 2008-07-05 21:47:13