Trace number 1101841

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac ESAT 1604.56 1611.16

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-1_ext.xml
MD5SUM3ba7c472e2faa27c10c104f417226e24
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.09283
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
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 ---
0.96/1.08	c start processing
0.96/1.08	c start relation processing
0.96/1.09	c start cnf exporting
2.06/2.12	c parsing time : 0.965
2.06/2.12	c preprocessing time : 2.01
2.06/2.12	
2.06/2.12	c Nary constraints - conflicts : 0 supports : 0
2.06/2.12	c Binary constraints - conflicts : 334 supports :12
2.06/2.12	c max arity constraint : 2
2.06/2.12	c Max Tuples generated 0
2.06/2.12	c relations : 346
2.06/2.12	c relations BDD: 0
2.06/2.12	c sampling 0/0
2.06/2.12	c vars : 761 - clauses :  39659
2.06/2.12	
2.06/2.15	 
2.06/2.15	c --- SAT Solver Stats ---
2.06/2.15	 
2.06/2.15	c eSAT 0.1 : minisat core with additionnal features
2.06/2.15	c ============================[ Problem Statistics ]=============================
2.06/2.15	c |                                                                             |
2.06/2.15	c |  Number of variables:  760                                                  |
2.06/2.15	c |  Number of clauses:    39659                                                |
2.06/2.18	c |  Parsing time:         0.02         s                                       |
1603.71/1610.34	c restarts              : 973
1603.71/1610.34	c conflicts             : 1251281        (781 /sec)
1603.71/1610.34	c decisions             : 1708337        (1.38 % random) (1067 /sec)
1603.71/1610.34	c euip                  : 126280      
1603.71/1610.34	c propagations          : 108078583      (67492 /sec)
1603.71/1610.34	c conflict literals     : 68618223       (42.63 % deleted)
1603.71/1610.34	c Memory used           : 91.92 MB
1603.71/1610.34	c CPU time              : 1601.37 s
1603.71/1610.34	c 
1603.71/1610.34	s SATISFIABLE
1603.77/1611.15	v 6 14 6 5 13 6 15 10 18 4 10 10 16 4 3 18 18 14 5 8 10 7 15 2 7 18 17 1 3 17 12 7 15 18 6 16 12 18 9 6

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101841-1215294529/watcher-1101841-1215294529 -o /tmp/evaluation-result-1101841-1215294529/solver-1101841-1215294529 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101841-1215294529.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.03 1.99 1.99 4/73 18514
/proc/meminfo: memFree=1381312/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=8652 CPUtime=0
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2008427945 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 2163 280 208 79 0 156 0
[pid=18515] ppid=18514 vsize=8688 CPUtime=0
/proc/18515/stat : 18515 (galacE.sh) R 18514 18514 16047 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 2008427945 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228706544287 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/18515/statm: 2172 286 209 79 0 165 0
[pid=18516] ppid=18515 vsize=8688 CPUtime=0
/proc/18516/stat : 18516 (galacE.sh) R 18515 18514 16047 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 2008427945 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228706544287 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/18516/statm: 2172 286 209 79 0 165 0

[startup+0.059662 s]
/proc/loadavg: 2.03 1.99 1.99 4/73 18514
/proc/meminfo: memFree=1381312/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=0.01
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102654 s]
/proc/loadavg: 2.03 1.99 1.99 4/73 18514
/proc/meminfo: memFree=1381312/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=0.01
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302678 s]
/proc/loadavg: 2.03 1.99 1.99 4/73 18514
/proc/meminfo: memFree=1381312/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=0.01
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702713 s]
/proc/loadavg: 2.03 1.99 1.99 4/73 18514
/proc/meminfo: memFree=1381312/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=0.01
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50179 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 18536
/proc/meminfo: memFree=1311088/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=0.01
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18528] ppid=18514 vsize=812780 CPUtime=1.45
/proc/18528/stat : 18528 (java) S 18514 18514 16047 0 -1 0 19892 0 1 0 133 12 0 0 18 0 9 0 2008427948 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18528/statm: 203195 19309 1912 9 0 197176 0
[pid=18528/tid=18529] ppid=18514 vsize=812780 CPUtime=1.14
/proc/18528/task/18529/stat : 18529 (java) R 18514 18514 16047 0 -1 64 14543 0 1 0 106 8 0 0 25 0 9 0 2008427949 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4127110156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18530] ppid=18514 vsize=812780 CPUtime=0.03
/proc/18528/task/18530/stat : 18530 (java) S 18514 18514 16047 0 -1 64 3793 0 0 0 2 1 0 0 17 0 9 0 2008427950 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18531] ppid=18514 vsize=812780 CPUtime=0
/proc/18528/task/18531/stat : 18531 (java) S 18514 18514 16047 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008427951 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18532] ppid=18514 vsize=812780 CPUtime=0
/proc/18528/task/18532/stat : 18532 (java) S 18514 18514 16047 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008427951 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18533] ppid=18514 vsize=812780 CPUtime=0
/proc/18528/task/18533/stat : 18533 (java) S 18514 18514 16047 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 2008427953 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18534] ppid=18514 vsize=812780 CPUtime=0.25
/proc/18528/task/18534/stat : 18534 (java) S 18514 18514 16047 0 -1 64 857 0 0 0 25 0 0 0 16 0 9 0 2008427953 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18535] ppid=18514 vsize=812780 CPUtime=0
/proc/18528/task/18535/stat : 18535 (java) S 18514 18514 16047 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2008427953 832286720 19309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18536] ppid=18514 vsize=812780 CPUtime=0
/proc/18528/task/18536/stat : 18536 (java) S 18514 18514 16047 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008427953 832286720 19309 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) 860340

[startup+3.10194 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 18536
/proc/meminfo: memFree=1304176/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 47560

[startup+6.30125 s]
/proc/loadavg: 2.02 1.99 1.99 3/75 18537
/proc/meminfo: memFree=1374000/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=7188 CPUtime=4.12
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 1641 0 0 0 412 0 0 0 25 0 1 0 2008428160 7360512 1537 996147200 134512640 135177480 4294955968 18446744073709551615 134571818 0 0 4096 3 0 0 0 17 1 0 0
/proc/18537/statm: 1797 1537 80 162 0 1632 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 54748

[startup+12.7019 s]
/proc/loadavg: 2.02 1.99 1.99 3/75 18537
/proc/meminfo: memFree=1370736/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=10372 CPUtime=10.5
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 2429 0 0 0 1049 1 0 0 25 0 1 0 2008428160 10620928 2325 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18537/statm: 2593 2325 80 162 0 2428 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 57932

[startup+25.5021 s]
/proc/loadavg: 2.02 1.99 1.99 3/75 18537
/proc/meminfo: memFree=1368496/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=12752 CPUtime=23.25
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 3041 0 0 0 2323 2 0 0 25 0 1 0 2008428160 13058048 2937 996147200 134512640 135177480 4294955968 18446744073709551615 134571001 0 0 4096 3 0 0 0 17 1 0 0
/proc/18537/statm: 3188 2937 80 162 0 3023 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 60312

[startup+51.1025 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 18537
/proc/meminfo: memFree=1363056/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=18312 CPUtime=48.75
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 4430 0 0 0 4872 3 0 0 25 0 1 0 2008428160 18751488 4326 996147200 134512640 135177480 4294955968 18446744073709551615 134573339 0 0 4096 3 0 0 0 17 1 0 0
/proc/18537/statm: 4578 4326 80 162 0 4413 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 65872

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 18537
/proc/meminfo: memFree=1357168/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=24324 CPUtime=99.75
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 5909 0 0 0 9970 5 0 0 25 0 1 0 2008428160 24907776 5805 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18537/statm: 6081 5805 80 162 0 5916 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 71884

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 18578
/proc/meminfo: memFree=1352168/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=28276 CPUtime=159.57
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 6867 0 0 0 15951 6 0 0 25 0 1 0 2008428160 28954624 6763 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 7069 6763 80 162 0 6904 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 75836

[startup+222.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 18578
/proc/meminfo: memFree=1344232/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=36424 CPUtime=219.56
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 8893 0 0 0 21948 8 0 0 25 0 1 0 2008428160 37298176 8789 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 9106 8789 81 162 0 8941 0
Current children cumulated CPU time (s) 221.67
Current children cumulated vsize (KiB) 83984

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 18578
/proc/meminfo: memFree=1344104/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=36572 CPUtime=279.53
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 8932 0 0 0 27945 8 0 0 25 0 1 0 2008428160 37449728 8828 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 9143 8828 81 162 0 8978 0
Current children cumulated CPU time (s) 281.64
Current children cumulated vsize (KiB) 84132

[startup+342.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 18629
/proc/meminfo: memFree=1340704/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0

################
# More data... #
################

/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=83400 CPUtime=1056.11
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 20398 0 0 0 105588 23 0 0 25 0 1 0 2008428160 85401600 20294 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 20850 20294 81 162 0 20685 0
Current children cumulated CPU time (s) 1058.22
Current children cumulated vsize (KiB) 130960

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 18635
/proc/meminfo: memFree=1296544/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=83400 CPUtime=1115.84
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 20398 0 0 0 111560 24 0 0 25 0 1 0 2008428160 85401600 20294 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 20850 20294 81 162 0 20685 0
Current children cumulated CPU time (s) 1117.95
Current children cumulated vsize (KiB) 130960

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 18635
/proc/meminfo: memFree=1296544/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=83400 CPUtime=1175.56
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 20402 0 0 0 117532 24 0 0 25 0 1 0 2008428160 85401600 20298 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 20850 20298 81 162 0 20685 0
Current children cumulated CPU time (s) 1177.67
Current children cumulated vsize (KiB) 130960

[startup+1242.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/77 18635
/proc/meminfo: memFree=1295712/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=83916 CPUtime=1235.28
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 20494 0 0 0 123504 24 0 0 25 0 1 0 2008428160 85929984 20390 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 20979 20390 81 162 0 20814 0
Current children cumulated CPU time (s) 1237.39
Current children cumulated vsize (KiB) 131476

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 18635
/proc/meminfo: memFree=1295136/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=84396 CPUtime=1295.01
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 20597 0 0 0 129477 24 0 0 25 0 1 0 2008428160 86421504 20493 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 21099 20493 81 162 0 20934 0
Current children cumulated CPU time (s) 1297.12
Current children cumulated vsize (KiB) 131956

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 18635
/proc/meminfo: memFree=1294816/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=84716 CPUtime=1354.74
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 20696 0 0 0 135449 25 0 0 25 0 1 0 2008428160 86749184 20592 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 21179 20592 81 162 0 21014 0
Current children cumulated CPU time (s) 1356.85
Current children cumulated vsize (KiB) 132276

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18635
/proc/meminfo: memFree=1293792/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=85408 CPUtime=1414.46
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 20843 0 0 0 141421 25 0 0 25 0 1 0 2008428160 87457792 20739 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 21352 20739 81 162 0 21187 0
Current children cumulated CPU time (s) 1416.57
Current children cumulated vsize (KiB) 132968

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 18635
/proc/meminfo: memFree=1292640/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=86156 CPUtime=1474.19
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 21028 0 0 0 147394 25 0 0 25 0 1 0 2008428160 88223744 20924 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 21539 20924 81 162 0 21374 0
Current children cumulated CPU time (s) 1476.3
Current children cumulated vsize (KiB) 133716

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 18635
/proc/meminfo: memFree=1290144/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=88336 CPUtime=1533.91
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 21577 0 0 0 153365 26 0 0 25 0 1 0 2008428160 90456064 21473 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 22084 21473 81 162 0 21919 0
Current children cumulated CPU time (s) 1536.02
Current children cumulated vsize (KiB) 135896

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/77 18635
/proc/meminfo: memFree=1285408/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=93328 CPUtime=1593.64
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 22848 0 0 0 159336 28 0 0 25 0 1 0 2008428160 95567872 22744 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 23332 22744 81 162 0 23167 0
Current children cumulated CPU time (s) 1595.75
Current children cumulated vsize (KiB) 140888

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

[startup+1606.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/77 18635
/proc/meminfo: memFree=1284896/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=93724 CPUtime=1597.62
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 22949 0 0 0 159734 28 0 0 25 0 1 0 2008428160 95973376 22845 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 23431 22845 81 162 0 23266 0
Current children cumulated CPU time (s) 1599.73
Current children cumulated vsize (KiB) 141284

[startup+1609.5 s]
/proc/loadavg: 2.13 2.05 2.01 3/77 18635
/proc/meminfo: memFree=1284704/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=93988 CPUtime=1600.8
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 23000 0 0 0 160052 28 0 0 25 0 1 0 2008428160 96243712 22896 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 23497 22896 81 162 0 23332 0
Current children cumulated CPU time (s) 1602.91
Current children cumulated vsize (KiB) 141548

[startup+1610.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/77 18635
/proc/meminfo: memFree=1284512/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=2.11
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 800 23062 0 1 0 0 195 16 17 0 1 0 2008427945 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18514/statm: 11890 365 246 79 0 219 0
[pid=18537] ppid=18514 vsize=94120 CPUtime=1601.6
/proc/18537/stat : 18537 (eSAT_static) R 18514 18514 16047 0 -1 4194304 23028 0 0 0 160132 28 0 0 25 0 1 0 2008428160 96378880 22924 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18537/statm: 23530 22924 81 162 0 23365 0
Current children cumulated CPU time (s) 1603.71
Current children cumulated vsize (KiB) 141680

[startup+1610.7 s]
/proc/loadavg: 2.13 2.05 2.01 3/77 18635
/proc/meminfo: memFree=1284512/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=1603.77
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 836 46106 0 1 0 0 160331 46 16 0 1 0 2008427945 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/18514/statm: 11890 366 246 79 0 219 0
Current children cumulated CPU time (s) 1603.77
Current children cumulated vsize (KiB) 47560

[startup+1611.1 s]
/proc/loadavg: 2.13 2.05 2.01 3/77 18635
/proc/meminfo: memFree=1284512/2055920 swapFree=4179560/4192956
[pid=18514] ppid=18512 vsize=47560 CPUtime=1603.77
/proc/18514/stat : 18514 (galacE.sh) S 18512 18514 16047 0 -1 4194304 836 46106 0 1 0 0 160331 46 16 0 1 0 2008427945 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/18514/statm: 11890 366 246 79 0 219 0
Current children cumulated CPU time (s) 1603.77
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 1611.16
CPU time (s): 1604.56
CPU user time (s): 1604
CPU system time (s): 0.557915
CPU usage (%): 99.5904
Max. virtual memory (cumulated for all children) (KiB): 860340

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

runsolver used 2.15267 second user time and 4.65729 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 23:48:49
IDJOB=1101841
IDBENCH=60075
IDSOLVER=351
FILE ID=node8/1101841-1215294529
PBS_JOBID= 7882286
Free space on /tmp= 66332 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-1_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101841-1215294529/watcher-1101841-1215294529 -o /tmp/evaluation-result-1101841-1215294529/solver-1101841-1215294529 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101841-1215294529.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ba7c472e2faa27c10c104f417226e24
RANDOM SEED=804482822

node8.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1381792 kB
Buffers:         96816 kB
Cached:         493188 kB
SwapCached:       6900 kB
Active:         237324 kB
Inactive:       372000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381792 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:          26968 kB
Slab:            50112 kB
Committed_AS:  3513524 kB
PageTables:       1732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node8 at 2008-07-06 00:15:40