Trace number 1101775

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 367.672 371.224

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-3_ext.xml
MD5SUMce40ed4691a90a2ac4217ea7b5e30eda
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 benchmark4.5813
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
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.95/1.04	c start processing
0.95/1.04	c start relation processing
0.95/1.06	c start cnf exporting
2.05/2.15	c parsing time : 0.921
2.05/2.15	c preprocessing time : 2.033
2.05/2.15	
2.05/2.15	c Nary constraints - conflicts : 0 supports : 0
2.05/2.15	c Binary constraints - conflicts : 328 supports :12
2.05/2.15	c max arity constraint : 2
2.05/2.15	c Max Tuples generated 0
2.05/2.15	c relations : 340
2.05/2.15	c relations BDD: 0
2.05/2.15	c sampling 0/0
2.05/2.15	c vars : 761 - clauses :  39429
2.05/2.15	
2.05/2.18	 
2.05/2.18	c --- SAT Solver Stats ---
2.05/2.18	 
2.05/2.18	c eSAT 0.1 : minisat core with additionnal features
2.05/2.18	c ============================[ Problem Statistics ]=============================
2.05/2.18	c |                                                                             |
2.05/2.19	c |  Number of variables:  760                                                  |
2.05/2.19	c |  Number of clauses:    39429                                                |
2.11/2.21	c |  Parsing time:         0.02         s                                       |
366.64/370.22	c restarts              : 633
366.64/370.22	c conflicts             : 607035         (1666 /sec)
366.64/370.22	c decisions             : 893828         (1.77 % random) (2453 /sec)
366.64/370.22	c euip                  : 62557       
366.64/370.22	c propagations          : 48770034       (133826 /sec)
366.64/370.22	c conflict literals     : 30232969       (42.55 % deleted)
366.64/370.22	c Memory used           : 47.11 MB
366.64/370.22	c CPU time              : 364.43 s
366.64/370.22	c 
366.64/370.22	s SATISFIABLE
367.63/371.22	v 5 8 15 1 17 4 1 18 2 6 10 6 3 7 17 2 8 10 5 18 15 18 13 6 0 11 10 11 12 6 5 9 17 0 14 1 18 8 15 10

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-1101775-1215294333/watcher-1101775-1215294333 -o /tmp/evaluation-result-1101775-1215294333/solver-1101775-1215294333 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101775-1215294333.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.10 2.03 2.01 4/80 20849
/proc/meminfo: memFree=1740696/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=8560 CPUtime=0
/proc/20849/stat : 20849 (galacE.sh) R 20847 20849 15944 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2008404663 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 246406694799 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20849/statm: 2140 254 197 79 0 133 0

[startup+0.0164 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 20849
/proc/meminfo: memFree=1740696/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=8652 CPUtime=0
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 2008404663 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101401 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 20849
/proc/meminfo: memFree=1740696/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=0.01
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301435 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 20849
/proc/meminfo: memFree=1740696/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=0.01
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701509 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 20849
/proc/meminfo: memFree=1740696/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=0.01
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50265 s]
/proc/loadavg: 2.10 2.03 2.01 4/90 20871
/proc/meminfo: memFree=1670408/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=0.01
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20863] ppid=20849 vsize=812760 CPUtime=1.44
/proc/20863/stat : 20863 (java) S 20849 20849 15944 0 -1 0 19887 0 1 0 134 10 0 0 18 0 9 0 2008404667 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20863/statm: 203190 19304 1911 9 0 197171 0
[pid=20863/tid=20864] ppid=20849 vsize=812760 CPUtime=1.12
/proc/20863/task/20864/stat : 20864 (java) R 20849 20849 15944 0 -1 64 14537 0 1 0 105 7 0 0 25 0 9 0 2008404668 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4126988325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20863/tid=20865] ppid=20849 vsize=812760 CPUtime=0.03
/proc/20863/task/20865/stat : 20865 (java) S 20849 20849 15944 0 -1 64 3790 0 0 0 2 1 0 0 16 0 9 0 2008404669 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20863/tid=20866] ppid=20849 vsize=812760 CPUtime=0
/proc/20863/task/20866/stat : 20866 (java) S 20849 20849 15944 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2008404669 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20863/tid=20867] ppid=20849 vsize=812760 CPUtime=0
/proc/20863/task/20867/stat : 20867 (java) S 20849 20849 15944 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008404669 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20863/tid=20868] ppid=20849 vsize=812760 CPUtime=0
/proc/20863/task/20868/stat : 20868 (java) S 20849 20849 15944 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008404671 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20863/tid=20869] ppid=20849 vsize=812760 CPUtime=0.26
/proc/20863/task/20869/stat : 20869 (java) S 20849 20849 15944 0 -1 64 862 0 0 0 26 0 0 0 15 0 9 0 2008404671 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20863/tid=20870] ppid=20849 vsize=812760 CPUtime=0
/proc/20863/task/20870/stat : 20870 (java) S 20849 20849 15944 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008404672 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20863/tid=20871] ppid=20849 vsize=812760 CPUtime=0
/proc/20863/task/20871/stat : 20871 (java) S 20849 20849 15944 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008404672 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860324

[startup+3.10293 s]
/proc/loadavg: 2.10 2.03 2.01 3/90 20871
/proc/meminfo: memFree=1663560/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 47564

[startup+6.30149 s]
/proc/loadavg: 2.09 2.03 2.00 3/82 20872
/proc/meminfo: memFree=1734216/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=6872 CPUtime=4.06
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 1580 0 0 0 406 0 0 0 25 0 1 0 2008404882 7036928 1474 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 1718 1474 81 162 0 1553 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 54436

[startup+12.7026 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 20872
/proc/meminfo: memFree=1730120/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=10388 CPUtime=10.41
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 2429 0 0 0 1039 2 0 0 25 0 1 0 2008404882 10637312 2323 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 2597 2323 81 162 0 2432 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 57952

[startup+25.5019 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 20872
/proc/meminfo: memFree=1726280/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=13800 CPUtime=23.09
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 3290 0 0 0 2306 3 0 0 25 0 1 0 2008404882 14131200 3184 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 3450 3184 81 162 0 3285 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 61364

[startup+51.1013 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 20872
/proc/meminfo: memFree=1720328/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=19644 CPUtime=48.44
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 4739 0 0 0 4839 5 0 0 25 0 1 0 2008404882 20115456 4633 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 4911 4633 81 162 0 4746 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 67208

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 20872
/proc/meminfo: memFree=1715016/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=23920 CPUtime=99.16
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 5805 0 0 0 9910 6 0 0 25 0 1 0 2008404882 24494080 5699 996147200 134512640 135177480 4294955968 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 5980 5699 81 162 0 5815 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 71484

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 20872
/proc/meminfo: memFree=1710728/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=27780 CPUtime=158.59
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 6723 0 0 0 15852 7 0 0 25 0 1 0 2008404882 28446720 6617 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 6945 6617 81 162 0 6780 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 75344

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 20872
/proc/meminfo: memFree=1702856/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=34992 CPUtime=218.02
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 8562 0 0 0 21793 9 0 0 25 0 1 0 2008404882 35831808 8456 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 8748 8456 81 162 0 8583 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 82556

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20872
/proc/meminfo: memFree=1699912/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=38068 CPUtime=277.47
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 9318 0 0 0 27736 11 0 0 25 0 1 0 2008404882 38981632 9212 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 9517 9212 81 162 0 9352 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 85632

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20872
/proc/meminfo: memFree=1689416/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=48236 CPUtime=336.9
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 11815 0 0 0 33677 13 0 0 25 0 1 0 2008404882 49393664 11709 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 12059 11709 81 162 0 11894 0
Current children cumulated CPU time (s) 339.01
Current children cumulated vsize (KiB) 95800

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20872
/proc/meminfo: memFree=1689352/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=48236 CPUtime=352.74
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 11816 0 0 0 35261 13 0 0 25 0 1 0 2008404882 49393664 11710 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 12059 11710 81 162 0 11894 0
Current children cumulated CPU time (s) 354.85
Current children cumulated vsize (KiB) 95800

[startup+364.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20872
/proc/meminfo: memFree=1689288/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=48236 CPUtime=359.08
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 11816 0 0 0 35895 13 0 0 25 0 1 0 2008404882 49393664 11710 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 12059 11710 81 162 0 11894 0
Current children cumulated CPU time (s) 361.19
Current children cumulated vsize (KiB) 95800

[startup+367.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20872
/proc/meminfo: memFree=1689288/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=48236 CPUtime=362.25
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 11817 0 0 0 36212 13 0 0 25 0 1 0 2008404882 49393664 11711 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 12059 11711 81 162 0 11894 0
Current children cumulated CPU time (s) 364.36
Current children cumulated vsize (KiB) 95800

[startup+369.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20872
/proc/meminfo: memFree=1689288/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=2.11
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 799 23070 0 1 0 0 198 13 17 0 1 0 2008404663 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20849/statm: 11891 364 245 79 0 219 0
[pid=20872] ppid=20849 vsize=48236 CPUtime=363.84
/proc/20872/stat : 20872 (eSAT_static) R 20849 20849 15944 0 -1 4194304 11817 0 0 0 36371 13 0 0 25 0 1 0 2008404882 49393664 11711 996147200 134512640 135177480 4294955968 18446744073709551615 134564526 0 0 4096 3 0 0 0 17 1 0 0
/proc/20872/statm: 12059 11711 81 162 0 11894 0
Current children cumulated CPU time (s) 365.95
Current children cumulated vsize (KiB) 95800

[startup+370.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20872
/proc/meminfo: memFree=1689288/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=366.69
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 835 34899 0 1 0 0 36641 28 16 0 1 0 2008404663 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 246406676562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20849/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 366.69
Current children cumulated vsize (KiB) 47564

[startup+370.707 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 20881
/proc/meminfo: memFree=1725064/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=366.69
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 835 34899 0 1 0 0 36641 28 16 0 1 0 2008404663 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 246406676562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20849/statm: 11891 365 245 79 0 219 0
[pid=20873] ppid=20849 vsize=812772 CPUtime=0.45
/proc/20873/stat : 20873 (java) S 20849 20849 15944 0 -1 0 5586 0 1 0 41 4 0 0 18 0 9 0 2008441687 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20873/statm: 203193 5009 1855 9 0 197174 0
[pid=20873/tid=20874] ppid=20849 vsize=812772 CPUtime=0.35
/proc/20873/task/20874/stat : 20874 (java) R 20849 20849 15944 0 -1 64 4122 0 1 0 32 3 0 0 20 0 9 0 2008441688 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4125977229 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20875] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20875/stat : 20875 (java) S 20849 20849 15944 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 2008441690 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20876] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20876/stat : 20876 (java) S 20849 20849 15944 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008441690 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20877] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20877/stat : 20877 (java) S 20849 20849 15944 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008441690 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20878] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20878/stat : 20878 (java) S 20849 20849 15944 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008441692 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20879] ppid=20849 vsize=812772 CPUtime=0.08
/proc/20873/task/20879/stat : 20879 (java) R 20849 20849 15944 0 -1 64 751 0 0 0 8 0 0 0 20 0 9 0 2008441692 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20880] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20880/stat : 20880 (java) S 20849 20849 15944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008441692 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20881] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20881/stat : 20881 (java) S 20849 20849 15944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008441692 832278528 5009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 367.14
Current children cumulated vsize (KiB) 860336

[startup+371.102 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 20881
/proc/meminfo: memFree=1725064/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=366.69
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 835 34899 0 1 0 0 36641 28 16 0 1 0 2008404663 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 246406676562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20849/statm: 11891 365 245 79 0 219 0
[pid=20873] ppid=20849 vsize=812772 CPUtime=0.83
/proc/20873/stat : 20873 (java) S 20849 20849 15944 0 -1 0 12824 0 1 0 76 7 0 0 18 0 9 0 2008441687 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20873/statm: 203193 12247 1858 9 0 197174 0
[pid=20873/tid=20874] ppid=20849 vsize=812772 CPUtime=0.64
/proc/20873/task/20874/stat : 20874 (java) R 20849 20849 15944 0 -1 64 11300 0 1 0 58 6 0 0 23 0 9 0 2008441688 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20875] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20875/stat : 20875 (java) S 20849 20849 15944 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 2008441690 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20876] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20876/stat : 20876 (java) S 20849 20849 15944 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008441690 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20877] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20877/stat : 20877 (java) S 20849 20849 15944 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008441690 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20878] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20878/stat : 20878 (java) S 20849 20849 15944 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008441692 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20879] ppid=20849 vsize=812772 CPUtime=0.17
/proc/20873/task/20879/stat : 20879 (java) R 20849 20849 15944 0 -1 64 811 0 0 0 17 0 0 0 16 0 9 0 2008441692 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 101785007 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20880] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20880/stat : 20880 (java) S 20849 20849 15944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008441692 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20881] ppid=20849 vsize=812772 CPUtime=0
/proc/20873/task/20881/stat : 20881 (java) S 20849 20849 15944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008441692 832278528 12247 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 367.52
Current children cumulated vsize (KiB) 860336

[startup+371.202 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 20881
/proc/meminfo: memFree=1725064/2055920 swapFree=4180728/4192956
[pid=20849] ppid=20847 vsize=47564 CPUtime=366.69
/proc/20849/stat : 20849 (galacE.sh) S 20847 20849 15944 0 -1 4194304 842 34899 0 1 0 0 36641 28 16 0 1 0 2008404663 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 246406676562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20849/statm: 11891 366 245 79 0 219 0
[pid=20873] ppid=20849 vsize=812884 CPUtime=0.94
/proc/20873/stat : 20873 (java) S 20849 20849 15944 0 -1 0 13335 0 1 0 86 8 0 0 18 0 9 0 2008441687 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20873/statm: 203221 12718 1913 9 0 197174 0
[pid=20873/tid=20874] ppid=20849 vsize=812884 CPUtime=0.72
/proc/20873/task/20874/stat : 20874 (java) R 20849 20849 15944 0 -1 64 11785 0 1 0 65 7 0 0 18 0 9 0 2008441688 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4125976789 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20875] ppid=20849 vsize=812884 CPUtime=0
/proc/20873/task/20875/stat : 20875 (java) S 20849 20849 15944 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 2008441690 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20876] ppid=20849 vsize=812884 CPUtime=0
/proc/20873/task/20876/stat : 20876 (java) S 20849 20849 15944 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008441690 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20877] ppid=20849 vsize=812884 CPUtime=0
/proc/20873/task/20877/stat : 20877 (java) S 20849 20849 15944 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008441690 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20878] ppid=20849 vsize=812884 CPUtime=0
/proc/20873/task/20878/stat : 20878 (java) S 20849 20849 15944 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008441692 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20879] ppid=20849 vsize=812884 CPUtime=0.2
/proc/20873/task/20879/stat : 20879 (java) S 20849 20849 15944 0 -1 64 837 0 0 0 20 0 0 0 16 0 9 0 2008441692 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20880] ppid=20849 vsize=812884 CPUtime=0
/proc/20873/task/20880/stat : 20880 (java) S 20849 20849 15944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008441692 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=20873/tid=20881] ppid=20849 vsize=812884 CPUtime=0
/proc/20873/task/20881/stat : 20881 (java) S 20849 20849 15944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008441692 832393216 12718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 367.63
Current children cumulated vsize (KiB) 860448

Child status: 0
Real time (s): 371.224
CPU time (s): 367.672
CPU user time (s): 367.291
CPU system time (s): 0.380942
CPU usage (%): 99.0432
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 367.291
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49277
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= 1629
involuntary context switches= 9642

runsolver used 0.364944 second user time and 1.3338 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 23:45:33
IDJOB=1101775
IDBENCH=60065
IDSOLVER=351
FILE ID=node61/1101775-1215294333
PBS_JOBID= 7882211
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce40ed4691a90a2ac4217ea7b5e30eda
RANDOM SEED=1963280982

node61.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.269
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.269
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:       1741176 kB
Buffers:         64172 kB
Cached:         174840 kB
SwapCached:       6468 kB
Active:         169192 kB
Inactive:        88300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741176 kB
SwapTotal:     4192956 kB
SwapFree:      4180728 kB
Dirty:            5840 kB
Writeback:           0 kB
Mapped:          26748 kB
Slab:            41964 kB
Committed_AS:  4038576 kB
PageTables:       2296 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-05 23:51:45