Trace number 1088171

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 24.0303 24.0909

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f12.xml
MD5SUM923ef4c26cd9096899ec03d5df91c70b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.648901
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size32
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 ---
8.46/8.56	c start processing
8.46/8.56	c start relation processing
8.46/8.57	c start cnf exporting
21.95/22.05	c parsing time : 8.443
21.95/22.05	c preprocessing time : 21.929
21.95/22.05	
21.95/22.05	c Nary constraints - conflicts : 0 supports : 0
21.95/22.05	c Binary constraints - conflicts : 3763 supports :340
21.95/22.05	c max arity constraint : 2
21.95/22.05	c Max Tuples generated 1024
21.95/22.05	c relations : 173
21.95/22.05	c relations BDD: 0
21.95/22.05	c sampling 0/0
21.95/22.05	c vars : 19869 - clauses :  718437
21.95/22.05	
21.95/22.08	 
21.95/22.08	c --- SAT Solver Stats ---
21.95/22.08	 
21.95/22.08	c eSAT 0.1 : minisat core with additionnal features
21.95/22.08	c ============================[ Problem Statistics ]=============================
21.95/22.08	c |                                                                             |
21.95/22.09	c |  Number of variables:  19868                                                |
21.95/22.09	c |  Number of clauses:    718437                                               |
22.01/22.50	c |  Parsing time:         0.36         s                                       |
23.90/24.07	c restarts              : 142
23.90/24.07	c conflicts             : 378            (197 /sec)
23.90/24.07	c decisions             : 78878          (84.89 % random) (41046 /sec)
23.90/24.07	c euip                  : 96          
23.90/24.07	c propagations          : 353616         (184011 /sec)
23.90/24.07	c conflict literals     : 7377           (17.09 % deleted)
23.90/24.07	c Memory used           : 31.88 MB
23.90/24.07	c CPU time              : 1.92171 s
23.90/24.07	c 
23.90/24.07	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-1088171-1215245838/watcher-1088171-1215245838 -o /tmp/evaluation-result-1088171-1215245838/solver-1088171-1215245838 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088171-1215245838.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.26 2.12 2.05 4/72 22995
/proc/meminfo: memFree=1390616/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=8772 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 526 1177 0 0 0 0 0 1 18 0 1 0 2003558105 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22995/statm: 2193 317 217 79 0 186 0
[pid=23003] ppid=22995 vsize=8836 CPUtime=0
/proc/23003/stat : 23003 (galacE.sh) R 22995 22995 21375 0 -1 4194368 31 0 0 0 0 0 0 0 21 0 1 0 2003558107 9048064 325 996147200 4194304 4520092 548682068832 18446744073709551615 221236489511 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/23003/statm: 2209 325 217 79 0 202 0

[startup+0.0993361 s]
/proc/loadavg: 2.26 2.12 2.05 4/72 22995
/proc/meminfo: memFree=1390616/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101335 s]
/proc/loadavg: 2.26 2.12 2.05 4/72 22995
/proc/meminfo: memFree=1390616/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301372 s]
/proc/loadavg: 2.26 2.12 2.05 4/72 22995
/proc/meminfo: memFree=1390616/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701448 s]
/proc/loadavg: 2.26 2.12 2.05 4/72 22995
/proc/meminfo: memFree=1390616/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.5026 s]
/proc/loadavg: 2.32 2.13 2.05 4/82 23017
/proc/meminfo: memFree=1349632/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23009] ppid=22995 vsize=812744 CPUtime=1.45
/proc/23009/stat : 23009 (java) S 22995 22995 21375 0 -1 0 13471 0 1 0 138 7 0 0 20 0 9 0 2003558108 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23009/statm: 203186 12658 2583 9 0 197167 0
[pid=23009/tid=23010] ppid=22995 vsize=812744 CPUtime=0.48
/proc/23009/task/23010/stat : 23010 (java) R 22995 22995 21375 0 -1 64 7501 0 1 0 45 3 0 0 25 0 9 0 2003558109 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23011] ppid=22995 vsize=812744 CPUtime=0.77
/proc/23009/task/23011/stat : 23011 (java) R 22995 22995 21375 0 -1 64 4471 0 0 0 76 1 0 0 18 0 9 0 2003558110 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 102496359 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23012] ppid=22995 vsize=812744 CPUtime=0
/proc/23009/task/23012/stat : 23012 (java) S 22995 22995 21375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003558111 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23013] ppid=22995 vsize=812744 CPUtime=0
/proc/23009/task/23013/stat : 23013 (java) S 22995 22995 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003558111 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23014] ppid=22995 vsize=812744 CPUtime=0
/proc/23009/task/23014/stat : 23014 (java) S 22995 22995 21375 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2003558113 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23015] ppid=22995 vsize=812744 CPUtime=0.17
/proc/23009/task/23015/stat : 23015 (java) S 22995 22995 21375 0 -1 64 798 0 0 0 17 0 0 0 16 0 9 0 2003558113 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23016] ppid=22995 vsize=812744 CPUtime=0
/proc/23009/task/23016/stat : 23016 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003558113 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23017] ppid=22995 vsize=812744 CPUtime=0
/proc/23009/task/23017/stat : 23017 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003558113 832249856 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860312

[startup+3.1029 s]
/proc/loadavg: 2.32 2.13 2.05 3/82 23017
/proc/meminfo: memFree=1349184/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23009] ppid=22995 vsize=812864 CPUtime=3.06
/proc/23009/stat : 23009 (java) S 22995 22995 21375 0 -1 0 13648 0 1 0 298 8 0 0 20 0 9 0 2003558108 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23009/statm: 203216 12794 2583 9 0 197197 0
[pid=23009/tid=23010] ppid=22995 vsize=812864 CPUtime=0.83
/proc/23009/task/23010/stat : 23010 (java) R 22995 22995 21375 0 -1 64 7544 0 1 0 79 4 0 0 25 0 9 0 2003558109 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23011] ppid=22995 vsize=812864 CPUtime=1.95
/proc/23009/task/23011/stat : 23011 (java) R 22995 22995 21375 0 -1 64 4546 0 0 0 193 2 0 0 16 0 9 0 2003558110 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23012] ppid=22995 vsize=812864 CPUtime=0
/proc/23009/task/23012/stat : 23012 (java) S 22995 22995 21375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003558111 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23013] ppid=22995 vsize=812864 CPUtime=0
/proc/23009/task/23013/stat : 23013 (java) S 22995 22995 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003558111 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23014] ppid=22995 vsize=812864 CPUtime=0
/proc/23009/task/23014/stat : 23014 (java) S 22995 22995 21375 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2003558113 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23015] ppid=22995 vsize=812864 CPUtime=0.25
/proc/23009/task/23015/stat : 23015 (java) S 22995 22995 21375 0 -1 64 857 0 0 0 25 0 0 0 15 0 9 0 2003558113 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23016] ppid=22995 vsize=812864 CPUtime=0
/proc/23009/task/23016/stat : 23016 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003558113 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23017] ppid=22995 vsize=812864 CPUtime=0
/proc/23009/task/23017/stat : 23017 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003558113 832372736 12794 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 860432

[startup+6.3025 s]
/proc/loadavg: 2.32 2.13 2.05 3/82 23017
/proc/meminfo: memFree=1348032/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23009] ppid=22995 vsize=812896 CPUtime=6.25
/proc/23009/stat : 23009 (java) S 22995 22995 21375 0 -1 0 14403 0 1 0 616 9 0 0 20 0 9 0 2003558108 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23009/statm: 203224 12971 2583 9 0 197205 0
[pid=23009/tid=23010] ppid=22995 vsize=812896 CPUtime=1.76
/proc/23009/task/23010/stat : 23010 (java) R 22995 22995 21375 0 -1 64 7614 0 1 0 172 4 0 0 25 0 9 0 2003558109 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4126810157 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23011] ppid=22995 vsize=812896 CPUtime=4.17
/proc/23009/task/23011/stat : 23011 (java) S 22995 22995 21375 0 -1 64 5206 0 0 0 415 2 0 0 16 0 9 0 2003558110 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23012] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23012/stat : 23012 (java) S 22995 22995 21375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003558111 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23013] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23013/stat : 23013 (java) S 22995 22995 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003558111 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23014] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23014/stat : 23014 (java) S 22995 22995 21375 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2003558113 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23015] ppid=22995 vsize=812896 CPUtime=0.29
/proc/23009/task/23015/stat : 23015 (java) S 22995 22995 21375 0 -1 64 882 0 0 0 29 0 0 0 15 0 9 0 2003558113 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23016] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23016/stat : 23016 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003558113 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23017] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23017/stat : 23017 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003558113 832405504 12971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860464

[startup+12.7027 s]
/proc/loadavg: 2.27 2.13 2.05 3/82 23017
/proc/meminfo: memFree=1315008/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23009] ppid=22995 vsize=812896 CPUtime=12.64
/proc/23009/stat : 23009 (java) S 22995 22995 21375 0 -1 0 21842 0 1 0 1250 14 0 0 20 0 9 0 2003558108 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23009/statm: 203224 20367 2589 9 0 197205 0
[pid=23009/tid=23010] ppid=22995 vsize=812896 CPUtime=6.91
/proc/23009/task/23010/stat : 23010 (java) R 22995 22995 21375 0 -1 64 14796 0 1 0 681 10 0 0 25 0 9 0 2003558109 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4127301435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23011] ppid=22995 vsize=812896 CPUtime=5.35
/proc/23009/task/23011/stat : 23011 (java) S 22995 22995 21375 0 -1 64 5423 0 0 0 533 2 0 0 16 0 9 0 2003558110 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23012] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23012/stat : 23012 (java) S 22995 22995 21375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003558111 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23013] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23013/stat : 23013 (java) S 22995 22995 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003558111 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23014] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23014/stat : 23014 (java) S 22995 22995 21375 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2003558113 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23015] ppid=22995 vsize=812896 CPUtime=0.36
/proc/23009/task/23015/stat : 23015 (java) S 22995 22995 21375 0 -1 64 922 0 0 0 35 1 0 0 15 0 9 0 2003558113 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23016] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23016/stat : 23016 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003558113 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23017] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23017/stat : 23017 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003558113 832405504 20367 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 860464

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

[startup+19.1019 s]
/proc/loadavg: 2.25 2.12 2.05 3/82 23017
/proc/meminfo: memFree=1310080/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=0.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23009] ppid=22995 vsize=812896 CPUtime=19.04
/proc/23009/stat : 23009 (java) S 22995 22995 21375 0 -1 0 21913 0 1 0 1887 17 0 0 20 0 9 0 2003558108 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23009/statm: 203224 20425 2589 9 0 197205 0
[pid=23009/tid=23010] ppid=22995 vsize=812896 CPUtime=13.27
/proc/23009/task/23010/stat : 23010 (java) R 22995 22995 21375 0 -1 64 14809 0 1 0 1315 12 0 0 25 0 9 0 2003558109 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4127298848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23011] ppid=22995 vsize=812896 CPUtime=5.38
/proc/23009/task/23011/stat : 23011 (java) S 22995 22995 21375 0 -1 64 5474 0 0 0 535 3 0 0 16 0 9 0 2003558110 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23012] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23012/stat : 23012 (java) S 22995 22995 21375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003558111 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23013] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23013/stat : 23013 (java) S 22995 22995 21375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003558111 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23014] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23014/stat : 23014 (java) S 22995 22995 21375 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2003558113 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23015] ppid=22995 vsize=812896 CPUtime=0.37
/proc/23009/task/23015/stat : 23015 (java) S 22995 22995 21375 0 -1 64 929 0 0 0 36 1 0 0 17 0 9 0 2003558113 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23016] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23016/stat : 23016 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003558113 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23009/tid=23017] ppid=22995 vsize=812896 CPUtime=0
/proc/23009/task/23017/stat : 23017 (java) S 22995 22995 21375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003558113 832405504 20425 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 860464

[startup+22.3015 s]
/proc/loadavg: 2.23 2.12 2.05 3/82 23017
/proc/meminfo: memFree=1307776/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=22.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 798 23630 0 1 0 0 2181 20 17 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 22.01
Current children cumulated vsize (KiB) 47568

[startup+23.1067 s]
/proc/loadavg: 2.23 2.12 2.05 3/74 23018
/proc/meminfo: memFree=1345536/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=22.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 798 23630 0 1 0 0 2181 20 17 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23018] ppid=22995 vsize=35816 CPUtime=0.99
/proc/23018/stat : 23018 (eSAT_static) R 22995 22995 21375 0 -1 4194304 8503 0 0 0 95 4 0 0 25 0 1 0 2003560313 36675584 8485 996147200 134512640 135177480 4294955968 18446744073709551615 134537357 0 0 4096 3 0 0 0 17 1 0 0
/proc/23018/statm: 8954 8485 75 162 0 8789 0
Current children cumulated CPU time (s) 23
Current children cumulated vsize (KiB) 83384

[startup+23.5028 s]
/proc/loadavg: 2.23 2.12 2.05 3/74 23018
/proc/meminfo: memFree=1345536/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=22.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 798 23630 0 1 0 0 2181 20 17 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23018] ppid=22995 vsize=37184 CPUtime=1.39
/proc/23018/stat : 23018 (eSAT_static) R 22995 22995 21375 0 -1 4194304 8943 0 0 0 134 5 0 0 25 0 1 0 2003560313 38076416 8925 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 1 0 0
/proc/23018/statm: 9296 8925 75 162 0 9131 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 84752

[startup+23.9018 s]
/proc/loadavg: 2.23 2.12 2.05 3/74 23018
/proc/meminfo: memFree=1345536/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=22.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 798 23630 0 1 0 0 2181 20 17 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23018] ppid=22995 vsize=32644 CPUtime=1.79
/proc/23018/stat : 23018 (eSAT_static) R 22995 22995 21375 0 -1 4194304 8968 0 0 0 174 5 0 0 25 0 1 0 2003560313 33427456 7852 996147200 134512640 135177480 4294955968 18446744073709551615 134565391 0 0 4096 3 0 0 0 17 1 0 0
/proc/23018/statm: 8161 7852 77 162 0 7996 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 80212

[startup+24.0019 s]
/proc/loadavg: 2.23 2.12 2.05 3/74 23018
/proc/meminfo: memFree=1345536/2055920 swapFree=4180412/4192956
[pid=22995] ppid=22993 vsize=47568 CPUtime=22.01
/proc/22995/stat : 22995 (galacE.sh) S 22993 22995 21375 0 -1 4194304 798 23630 0 1 0 0 2181 20 17 0 1 0 2003558105 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22995/statm: 11892 363 244 79 0 219 0
[pid=23018] ppid=22995 vsize=32644 CPUtime=1.89
/proc/23018/stat : 23018 (eSAT_static) R 22995 22995 21375 0 -1 4194304 8971 0 0 0 184 5 0 0 25 0 1 0 2003560313 33427456 7855 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/23018/statm: 8161 7855 80 162 0 7996 0
Current children cumulated CPU time (s) 23.9
Current children cumulated vsize (KiB) 80212

Child status: 0
Real time (s): 24.0909
CPU time (s): 24.0303
CPU user time (s): 23.7454
CPU system time (s): 0.284956
CPU usage (%): 99.7487
Max. virtual memory (cumulated for all children) (KiB): 860604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7454
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33598
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= 3448
involuntary context switches= 3548

runsolver used 0.033994 second user time and 0.085986 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 10:17:18
IDJOB=1088171
IDBENCH=58069
IDSOLVER=351
FILE ID=node21/1088171-1215245838
PBS_JOBID= 7881990
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 923ef4c26cd9096899ec03d5df91c70b
RANDOM SEED=684895775

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:       1391096 kB
Buffers:        103432 kB
Cached:         435796 kB
SwapCached:       6472 kB
Active:         265944 kB
Inactive:       329248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391096 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          62136 kB
Slab:            54820 kB
Committed_AS:  3610688 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:42