Trace number 1088150

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 29.5875 29.9056

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f7.xml
MD5SUMa673a47612e40743ebfb56a57b81bb4c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.77958
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size37
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
9.07/9.22	c start processing
9.07/9.23	c start relation processing
9.07/9.24	c start cnf exporting
26.11/26.45	c parsing time : 9.088
26.11/26.45	c preprocessing time : 26.322
26.11/26.45	
26.11/26.45	c Nary constraints - conflicts : 0 supports : 0
26.11/26.45	c Binary constraints - conflicts : 3763 supports :340
26.11/26.45	c max arity constraint : 2
26.11/26.45	c Max Tuples generated 1369
26.11/26.45	c relations : 173
26.11/26.45	c relations BDD: 0
26.11/26.45	c sampling 0/0
26.11/26.45	c vars : 22529 - clauses :  844095
26.11/26.45	
26.11/26.48	 
26.11/26.48	c --- SAT Solver Stats ---
26.11/26.49	 
26.11/26.49	c eSAT 0.1 : minisat core with additionnal features
26.11/26.49	c ============================[ Problem Statistics ]=============================
26.11/26.49	c |                                                                             |
26.11/26.49	c |  Number of variables:  22528                                                |
26.11/26.49	c |  Number of clauses:    844095                                               |
26.18/26.99	c |  Parsing time:         0.44         s                                       |
29.46/29.88	c restarts              : 242
29.46/29.88	c conflicts             : 6379           (1934 /sec)
29.46/29.88	c decisions             : 160165         (70.73 % random) (48572 /sec)
29.46/29.88	c euip                  : 1302        
29.46/29.88	c propagations          : 1290821        (391455 /sec)
29.46/29.88	c conflict literals     : 271742         (18.24 % deleted)
29.46/29.88	c Memory used           : 40.64 MB
29.46/29.88	c CPU time              : 3.2975 s
29.46/29.88	c 
29.46/29.88	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-1088150-1215245808/watcher-1088150-1215245808 -o /tmp/evaluation-result-1088150-1215245808/solver-1088150-1215245808 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088150-1215245808.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.25 2.10 2.04 4/72 22945
/proc/meminfo: memFree=1390808/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=8748 CPUtime=0
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 2003555056 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 2187 312 217 79 0 180 0
[pid=22951] ppid=22945 vsize=8768 CPUtime=0
/proc/22951/stat : 22951 (galacE.sh) R 22945 22945 21375 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 2003555058 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 221236489511 0 0 4096 73728 0 0 0 17 1 0 0
/proc/22951/statm: 2192 315 217 79 0 185 0

[startup+0.105866 s]
/proc/loadavg: 2.25 2.10 2.04 4/72 22945
/proc/meminfo: memFree=1390808/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.201885 s]
/proc/loadavg: 2.25 2.10 2.04 4/72 22945
/proc/meminfo: memFree=1390808/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301904 s]
/proc/loadavg: 2.25 2.10 2.04 4/72 22945
/proc/meminfo: memFree=1390808/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701984 s]
/proc/loadavg: 2.25 2.10 2.04 4/72 22945
/proc/meminfo: memFree=1390808/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50213 s]
/proc/loadavg: 2.25 2.10 2.04 4/82 22967
/proc/meminfo: memFree=1349704/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22959] ppid=22945 vsize=812740 CPUtime=1.43
/proc/22959/stat : 22959 (java) S 22945 22945 21375 0 -1 0 13471 0 1 0 136 7 0 0 18 0 9 0 2003555059 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 203185 12661 2583 9 0 197166 0
[pid=22959/tid=22960] ppid=22945 vsize=812740 CPUtime=0.5
/proc/22959/task/22960/stat : 22960 (java) R 22945 22945 21375 0 -1 64 7504 0 1 0 46 4 0 0 20 0 9 0 2003555060 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22961] ppid=22945 vsize=812740 CPUtime=0.71
/proc/22959/task/22961/stat : 22961 (java) R 22945 22945 21375 0 -1 64 4465 0 0 0 70 1 0 0 18 0 9 0 2003555062 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 102477912 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22962] ppid=22945 vsize=812740 CPUtime=0
/proc/22959/task/22962/stat : 22962 (java) S 22945 22945 21375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003555062 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22963] ppid=22945 vsize=812740 CPUtime=0
/proc/22959/task/22963/stat : 22963 (java) S 22945 22945 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003555062 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22964] ppid=22945 vsize=812740 CPUtime=0
/proc/22959/task/22964/stat : 22964 (java) S 22945 22945 21375 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003555064 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22945 vsize=812740 CPUtime=0.2
/proc/22959/task/22965/stat : 22965 (java) S 22945 22945 21375 0 -1 64 802 0 0 0 20 0 0 0 16 0 9 0 2003555064 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22966] ppid=22945 vsize=812740 CPUtime=0
/proc/22959/task/22966/stat : 22966 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003555064 832245760 12661 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22967] ppid=22945 vsize=812740 CPUtime=0
/proc/22959/task/22967/stat : 22967 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003555065 832245760 12661 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) 860308

[startup+3.10244 s]
/proc/loadavg: 2.39 2.13 2.05 4/82 22967
/proc/meminfo: memFree=1349128/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22959] ppid=22945 vsize=812876 CPUtime=3.02
/proc/22959/stat : 22959 (java) S 22945 22945 21375 0 -1 0 13655 0 1 0 294 8 0 0 18 0 9 0 2003555059 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 203219 12805 2583 9 0 197200 0
[pid=22959/tid=22960] ppid=22945 vsize=812876 CPUtime=0.8
/proc/22959/task/22960/stat : 22960 (java) R 22945 22945 21375 0 -1 64 7545 0 1 0 76 4 0 0 21 0 9 0 2003555060 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22961] ppid=22945 vsize=812876 CPUtime=1.91
/proc/22959/task/22961/stat : 22961 (java) R 22945 22945 21375 0 -1 64 4550 0 0 0 189 2 0 0 18 0 9 0 2003555062 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 102350566 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22962] ppid=22945 vsize=812876 CPUtime=0
/proc/22959/task/22962/stat : 22962 (java) S 22945 22945 21375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003555062 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22963] ppid=22945 vsize=812876 CPUtime=0
/proc/22959/task/22963/stat : 22963 (java) S 22945 22945 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003555062 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22964] ppid=22945 vsize=812876 CPUtime=0
/proc/22959/task/22964/stat : 22964 (java) S 22945 22945 21375 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003555064 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22945 vsize=812876 CPUtime=0.28
/proc/22959/task/22965/stat : 22965 (java) S 22945 22945 21375 0 -1 64 860 0 0 0 28 0 0 0 15 0 9 0 2003555064 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22966] ppid=22945 vsize=812876 CPUtime=0
/proc/22959/task/22966/stat : 22966 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003555064 832385024 12805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22967] ppid=22945 vsize=812876 CPUtime=0
/proc/22959/task/22967/stat : 22967 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003555065 832385024 12805 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) 860444

[startup+6.30204 s]
/proc/loadavg: 2.39 2.13 2.05 3/82 22967
/proc/meminfo: memFree=1348040/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22959] ppid=22945 vsize=812908 CPUtime=6.19
/proc/22959/stat : 22959 (java) S 22945 22945 21375 0 -1 0 14384 0 1 0 610 9 0 0 18 0 9 0 2003555059 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 203227 12982 2583 9 0 197208 0
[pid=22959/tid=22960] ppid=22945 vsize=812908 CPUtime=1.66
/proc/22959/task/22960/stat : 22960 (java) S 22945 22945 21375 0 -1 64 7613 0 1 0 161 5 0 0 16 0 9 0 2003555060 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22961] ppid=22945 vsize=812908 CPUtime=4.17
/proc/22959/task/22961/stat : 22961 (java) R 22945 22945 21375 0 -1 64 5183 0 0 0 415 2 0 0 25 0 9 0 2003555062 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 104063959 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22962] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22962/stat : 22962 (java) S 22945 22945 21375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003555062 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22963] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22963/stat : 22963 (java) S 22945 22945 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003555062 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22964] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22964/stat : 22964 (java) S 22945 22945 21375 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003555064 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22945 vsize=812908 CPUtime=0.33
/proc/22959/task/22965/stat : 22965 (java) S 22945 22945 21375 0 -1 64 888 0 0 0 33 0 0 0 15 0 9 0 2003555064 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22966] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22966/stat : 22966 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003555064 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22967] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22967/stat : 22967 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003555065 832417792 12982 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860476

[startup+12.7022 s]
/proc/loadavg: 2.33 2.12 2.05 3/82 22967
/proc/meminfo: memFree=1315848/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22959] ppid=22945 vsize=812908 CPUtime=12.53
/proc/22959/stat : 22959 (java) S 22945 22945 21375 0 -1 0 21848 0 1 0 1238 15 0 0 18 0 9 0 2003555059 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 203227 20398 2589 9 0 197208 0
[pid=22959/tid=22960] ppid=22945 vsize=812908 CPUtime=6.45
/proc/22959/task/22960/stat : 22960 (java) R 22945 22945 21375 0 -1 64 14797 0 1 0 634 11 0 0 20 0 9 0 2003555060 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4127348577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22961] ppid=22945 vsize=812908 CPUtime=5.67
/proc/22959/task/22961/stat : 22961 (java) S 22945 22945 21375 0 -1 64 5422 0 0 0 564 3 0 0 16 0 9 0 2003555062 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22962] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22962/stat : 22962 (java) S 22945 22945 21375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003555062 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22963] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22963/stat : 22963 (java) S 22945 22945 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003555062 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22964] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22964/stat : 22964 (java) S 22945 22945 21375 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003555064 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22945 vsize=812908 CPUtime=0.39
/proc/22959/task/22965/stat : 22965 (java) S 22945 22945 21375 0 -1 64 929 0 0 0 39 0 0 0 16 0 9 0 2003555064 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22966] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22966/stat : 22966 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003555064 832417792 20398 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22967] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22967/stat : 22967 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003555065 832417792 20398 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) 860476

[startup+25.5027 s]
/proc/loadavg: 2.28 2.12 2.05 3/82 22967
/proc/meminfo: memFree=1306312/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22959] ppid=22945 vsize=812908 CPUtime=25.21
/proc/22959/stat : 22959 (java) S 22945 22945 21375 0 -1 0 21935 0 1 0 2501 20 0 0 18 0 9 0 2003555059 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 203227 20461 2589 9 0 197208 0
[pid=22959/tid=22960] ppid=22945 vsize=812908 CPUtime=19.09
/proc/22959/task/22960/stat : 22960 (java) R 22945 22945 21375 0 -1 64 14821 0 1 0 1894 15 0 0 25 0 9 0 2003555060 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4127342298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22961] ppid=22945 vsize=812908 CPUtime=5.68
/proc/22959/task/22961/stat : 22961 (java) S 22945 22945 21375 0 -1 64 5477 0 0 0 565 3 0 0 16 0 9 0 2003555062 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22962] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22962/stat : 22962 (java) S 22945 22945 21375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003555062 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22963] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22963/stat : 22963 (java) S 22945 22945 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003555062 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22964] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22964/stat : 22964 (java) S 22945 22945 21375 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003555064 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22945 vsize=812908 CPUtime=0.4
/proc/22959/task/22965/stat : 22965 (java) S 22945 22945 21375 0 -1 64 937 0 0 0 40 0 0 0 17 0 9 0 2003555064 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22966] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22966/stat : 22966 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003555064 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22967] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22967/stat : 22967 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003555065 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860476

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

[startup+25.6027 s]
/proc/loadavg: 2.28 2.12 2.05 3/82 22967
/proc/meminfo: memFree=1306312/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=0.01
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22959] ppid=22945 vsize=812908 CPUtime=25.3
/proc/22959/stat : 22959 (java) S 22945 22945 21375 0 -1 0 21935 0 1 0 2510 20 0 0 18 0 9 0 2003555059 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22959/statm: 203227 20461 2589 9 0 197208 0
[pid=22959/tid=22960] ppid=22945 vsize=812908 CPUtime=19.19
/proc/22959/task/22960/stat : 22960 (java) R 22945 22945 21375 0 -1 64 14821 0 1 0 1904 15 0 0 25 0 9 0 2003555060 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4126381682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22961] ppid=22945 vsize=812908 CPUtime=5.68
/proc/22959/task/22961/stat : 22961 (java) S 22945 22945 21375 0 -1 64 5477 0 0 0 565 3 0 0 16 0 9 0 2003555062 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22962] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22962/stat : 22962 (java) S 22945 22945 21375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003555062 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22963] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22963/stat : 22963 (java) S 22945 22945 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003555062 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22964] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22964/stat : 22964 (java) S 22945 22945 21375 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003555064 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22965] ppid=22945 vsize=812908 CPUtime=0.4
/proc/22959/task/22965/stat : 22965 (java) S 22945 22945 21375 0 -1 64 937 0 0 0 40 0 0 0 17 0 9 0 2003555064 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22966] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22966/stat : 22966 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003555064 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22959/tid=22967] ppid=22945 vsize=812908 CPUtime=0
/proc/22959/task/22967/stat : 22967 (java) S 22945 22945 21375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003555065 832417792 20461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 860476

[startup+27.202 s]
/proc/loadavg: 2.26 2.12 2.05 3/82 22967
/proc/meminfo: memFree=1305608/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=26.18
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 798 23647 0 1 0 0 2595 23 17 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 26.18
Current children cumulated vsize (KiB) 47568

[startup+28.8013 s]
/proc/loadavg: 2.26 2.12 2.05 3/74 22968
/proc/meminfo: memFree=1332232/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=26.18
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 798 23647 0 1 0 0 2595 23 17 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22968] ppid=22945 vsize=48228 CPUtime=2.28
/proc/22968/stat : 22968 (eSAT_static) R 22945 22945 21375 0 -1 4194304 11351 0 0 0 222 6 0 0 25 0 1 0 2003557705 49385472 11333 996147200 134512640 135177480 4294955968 18446744073709551615 134537319 0 0 4096 3 0 0 0 17 1 0 0
/proc/22968/statm: 12057 11333 75 162 0 11892 0
Current children cumulated CPU time (s) 28.46
Current children cumulated vsize (KiB) 95796

[startup+29.6014 s]
/proc/loadavg: 2.26 2.12 2.05 3/74 22968
/proc/meminfo: memFree=1332232/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=26.18
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 798 23647 0 1 0 0 2595 23 17 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22968] ppid=22945 vsize=41608 CPUtime=3.09
/proc/22968/stat : 22968 (eSAT_static) R 22945 22945 21375 0 -1 4194304 11387 0 0 0 302 7 0 0 25 0 1 0 2003557705 42606592 9921 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/22968/statm: 10402 9921 80 162 0 10237 0
Current children cumulated CPU time (s) 29.27
Current children cumulated vsize (KiB) 89176

[startup+29.8065 s]
/proc/loadavg: 2.26 2.12 2.05 3/74 22968
/proc/meminfo: memFree=1337736/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=26.18
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 798 23647 0 1 0 0 2595 23 17 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
[pid=22968] ppid=22945 vsize=41608 CPUtime=3.28
/proc/22968/stat : 22968 (eSAT_static) R 22945 22945 21375 0 -1 4194304 11387 0 0 0 321 7 0 0 25 0 1 0 2003557705 42606592 9921 996147200 134512640 135177480 4294955968 18446744073709551615 134565545 0 0 4096 3 0 0 0 17 1 0 0
/proc/22968/statm: 10402 9921 80 162 0 10237 0
Current children cumulated CPU time (s) 29.46
Current children cumulated vsize (KiB) 89176

[startup+29.9015 s]
/proc/loadavg: 2.26 2.12 2.05 3/74 22968
/proc/meminfo: memFree=1337736/2055920 swapFree=4180412/4192956
[pid=22945] ppid=22943 vsize=47568 CPUtime=29.56
/proc/22945/stat : 22945 (galacE.sh) S 22943 22945 21375 0 -1 4194304 832 35045 0 1 0 0 2925 31 16 0 1 0 2003555056 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22945/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 29.56
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 29.9056
CPU time (s): 29.5875
CPU user time (s): 29.2606
CPU system time (s): 0.32695
CPU usage (%): 98.9362
Max. virtual memory (cumulated for all children) (KiB): 860616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.2606
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36031
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= 2762
involuntary context switches= 3376

runsolver used 0.057991 second user time and 0.088986 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 10:16:48
IDJOB=1088150
IDBENCH=58068
IDSOLVER=351
FILE ID=node21/1088150-1215245808
PBS_JOBID= 7881990
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a673a47612e40743ebfb56a57b81bb4c
RANDOM SEED=2001214877

node21.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.263
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.263
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:       1391288 kB
Buffers:        103380 kB
Cached:         435780 kB
SwapCached:       6472 kB
Active:         265860 kB
Inactive:       329232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391288 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3876 kB
Writeback:           0 kB
Mapped:          62136 kB
Slab:            54760 kB
Committed_AS:  3609592 kB
PageTables:       1892 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= 66476 MiB
End job on node21 at 2008-07-05 10:17:18