Trace number 1102919

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 17.9473 18.2227

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-88_ext.xml
MD5SUM3cfd06f021b49d5532957ab1992e4dfd
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.21481
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.34/1.43	c start processing
1.34/1.43	c start relation processing
1.73/1.85	c start cnf exporting
7.38/7.54	c parsing time : 1.31
7.38/7.54	c preprocessing time : 7.419
7.38/7.54	
7.38/7.54	c Nary constraints - conflicts : 0 supports : 0
7.38/7.54	c Binary constraints - conflicts : 0 supports :103
7.38/7.54	c max arity constraint : 2
7.38/7.54	c Max Tuples generated 0
7.38/7.54	c relations : 103
7.38/7.54	c relations BDD: 0
7.38/7.54	c sampling 0/0
7.38/7.54	c vars : 3201 - clauses :  142920
7.38/7.54	
7.43/7.61	 
7.43/7.61	c --- SAT Solver Stats ---
7.43/7.61	 
7.43/7.61	c eSAT 0.1 : minisat core with additionnal features
7.43/7.61	c ============================[ Problem Statistics ]=============================
7.43/7.61	c |                                                                             |
7.43/7.61	c |  Number of variables:  3200                                                 |
7.43/7.61	c |  Number of clauses:    142920                                               |
7.44/7.74	c |  Parsing time:         0.11         s                                       |
16.63/16.99	c restarts              : 144
16.63/16.99	c conflicts             : 10003          (1080 /sec)
16.63/16.99	c decisions             : 68592          (55.99 % random) (7404 /sec)
16.63/16.99	c euip                  : 1860        
16.63/16.99	c propagations          : 3731594        (402824 /sec)
16.63/16.99	c conflict literals     : 2742295        (17.75 % deleted)
16.63/16.99	c Memory used           : 17.11 MB
16.63/16.99	c CPU time              : 9.26359 s
16.63/16.99	c 
16.63/16.99	s SATISFIABLE
17.89/18.21	v 9 13 27 59 40 48 64 36 65 69 36 37 68 11 67 70 0 24 16 55 8 70 67 62 1 36 78 59 76 13 42 57 35 49 46 34 11 58 32 11

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-1102919-1215299970/watcher-1102919-1215299970 -o /tmp/evaluation-result-1102919-1215299970/solver-1102919-1215299970 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1102919-1215299970.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.06 2.02 2.00 4/80 1364
/proc/meminfo: memFree=1669208/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=8652 CPUtime=0
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2008971211 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 2163 280 208 79 0 156 0
[pid=1365] ppid=1364 vsize=8688 CPUtime=0
/proc/1365/stat : 1365 (galacE.sh) S 1364 1364 32331 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2008971212 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1365/statm: 2172 286 209 79 0 165 0
[pid=1366] ppid=1365 vsize=8728 CPUtime=0
/proc/1366/stat : 1366 (galacE.sh) R 1365 1364 32331 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2008971212 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 238487661863 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/1366/statm: 2182 290 209 79 0 175 0

[startup+0.0785739 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 1364
/proc/meminfo: memFree=1669208/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=0.01
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.10246 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 1364
/proc/meminfo: memFree=1669208/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=0.01
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301833 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 1364
/proc/meminfo: memFree=1669208/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=0.01
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701886 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 1364
/proc/meminfo: memFree=1669208/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=0.01
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50297 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 1386
/proc/meminfo: memFree=1599112/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=0.01
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
[pid=1378] ppid=1364 vsize=812552 CPUtime=1.43
/proc/1378/stat : 1378 (java) S 1364 1364 32331 0 -1 0 21839 0 1 0 133 10 0 0 18 0 9 0 2008971215 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1378/statm: 203138 21256 1892 9 0 197171 0
[pid=1378/tid=1379] ppid=1364 vsize=812552 CPUtime=1.17
/proc/1378/task/1379/stat : 1379 (java) R 1364 1364 32331 0 -1 64 14487 0 1 0 110 7 0 0 25 0 9 0 2008971216 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4126883416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1380] ppid=1364 vsize=812552 CPUtime=0.07
/proc/1378/task/1380/stat : 1380 (java) S 1364 1364 32331 0 -1 64 5862 0 0 0 5 2 0 0 16 0 9 0 2008971218 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1381] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1381/stat : 1381 (java) S 1364 1364 32331 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008971218 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1382] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1382/stat : 1382 (java) S 1364 1364 32331 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2008971218 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1383] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1383/stat : 1383 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008971220 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1384] ppid=1364 vsize=812552 CPUtime=0.16
/proc/1378/task/1384/stat : 1384 (java) S 1364 1364 32331 0 -1 64 791 0 0 0 16 0 0 0 16 0 9 0 2008971220 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1385] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1385/stat : 1385 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008971220 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1386] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1386/stat : 1386 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008971220 832053248 21256 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860128

[startup+3.10216 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 1386
/proc/meminfo: memFree=1590280/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=0.01
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
[pid=1378] ppid=1364 vsize=812552 CPUtime=3.01
/proc/1378/stat : 1378 (java) S 1364 1364 32331 0 -1 0 24880 0 1 0 289 12 0 0 18 0 9 0 2008971215 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1378/statm: 203138 24293 1914 9 0 197171 0
[pid=1378/tid=1379] ppid=1364 vsize=812552 CPUtime=2.61
/proc/1378/task/1379/stat : 1379 (java) R 1364 1364 32331 0 -1 64 14533 0 1 0 254 7 0 0 25 0 9 0 2008971216 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1380] ppid=1364 vsize=812552 CPUtime=0.16
/proc/1378/task/1380/stat : 1380 (java) S 1364 1364 32331 0 -1 64 8816 0 0 0 13 3 0 0 16 0 9 0 2008971218 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1381] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1381/stat : 1381 (java) S 1364 1364 32331 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008971218 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1382] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1382/stat : 1382 (java) S 1364 1364 32331 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2008971218 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1383] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1383/stat : 1383 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008971220 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1384] ppid=1364 vsize=812552 CPUtime=0.21
/proc/1378/task/1384/stat : 1384 (java) S 1364 1364 32331 0 -1 64 832 0 0 0 21 0 0 0 16 0 9 0 2008971220 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1385] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1385/stat : 1385 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008971220 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1386] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1386/stat : 1386 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008971220 832053248 24293 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860128

[startup+6.30152 s]
/proc/loadavg: 2.06 2.01 2.00 3/90 1386
/proc/meminfo: memFree=1576200/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=0.01
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
[pid=1378] ppid=1364 vsize=812552 CPUtime=6.18
/proc/1378/stat : 1378 (java) S 1364 1364 32331 0 -1 0 24902 0 1 0 605 13 0 0 18 0 9 0 2008971215 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1378/statm: 203138 24307 1915 9 0 197171 0
[pid=1378/tid=1379] ppid=1364 vsize=812552 CPUtime=5.75
/proc/1378/task/1379/stat : 1379 (java) R 1364 1364 32331 0 -1 64 14542 0 1 0 567 8 0 0 25 0 9 0 2008971216 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 104689078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1380] ppid=1364 vsize=812552 CPUtime=0.17
/proc/1378/task/1380/stat : 1380 (java) S 1364 1364 32331 0 -1 64 8816 0 0 0 14 3 0 0 16 0 9 0 2008971218 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1381] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1381/stat : 1381 (java) S 1364 1364 32331 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008971218 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1382] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1382/stat : 1382 (java) S 1364 1364 32331 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2008971218 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1383] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1383/stat : 1383 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008971220 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1384] ppid=1364 vsize=812552 CPUtime=0.23
/proc/1378/task/1384/stat : 1384 (java) S 1364 1364 32331 0 -1 64 845 0 0 0 23 0 0 0 15 0 9 0 2008971220 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1385] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1385/stat : 1385 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008971220 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1378/tid=1386] ppid=1364 vsize=812552 CPUtime=0
/proc/1378/task/1386/stat : 1386 (java) S 1364 1364 32331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008971220 832053248 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860128

[startup+12.7023 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 1387
/proc/meminfo: memFree=1654088/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=7.44
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 800 26615 0 1 0 0 728 16 17 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
[pid=1387] ppid=1364 vsize=13496 CPUtime=5.03
/proc/1387/stat : 1387 (eSAT_static) R 1364 1364 32331 0 -1 4194304 3521 0 0 0 502 1 0 0 25 0 1 0 2008971973 13819904 3199 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/1387/statm: 3374 3199 81 162 0 3209 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 61072

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

[startup+15.9016 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 1387
/proc/meminfo: memFree=1651080/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=7.44
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 800 26615 0 1 0 0 728 16 17 0 1 0 2008971211 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1364/statm: 11894 365 246 79 0 219 0
[pid=1387] ppid=1364 vsize=16084 CPUtime=8.2
/proc/1387/stat : 1387 (eSAT_static) R 1364 1364 32331 0 -1 4194304 4189 0 0 0 818 2 0 0 25 0 1 0 2008971973 16470016 3867 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1387/statm: 4021 3867 81 162 0 3856 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 63660

[startup+17.5018 s]
/proc/loadavg: 2.05 2.01 2.00 5/90 1396
/proc/meminfo: memFree=1633416/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=16.74
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 836 31170 0 1 0 0 1655 19 16 0 1 0 2008971211 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1364/statm: 11894 366 246 79 0 219 0
[pid=1388] ppid=1364 vsize=812468 CPUtime=0.49
/proc/1388/stat : 1388 (java) S 1364 1364 32331 0 -1 0 10327 0 1 0 42 7 0 0 18 0 9 0 2008972911 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1388/statm: 203117 9750 1857 9 0 197150 0
[pid=1388/tid=1389] ppid=1364 vsize=812468 CPUtime=0.37
/proc/1388/task/1389/stat : 1389 (java) R 1364 1364 32331 0 -1 64 8855 0 1 0 32 5 0 0 22 0 9 0 2008972912 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1390] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1390/stat : 1390 (java) S 1364 1364 32331 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2008972914 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1391] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1391/stat : 1391 (java) S 1364 1364 32331 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2008972914 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1392] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1392/stat : 1392 (java) S 1364 1364 32331 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008972914 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1393] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1393/stat : 1393 (java) S 1364 1364 32331 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008972916 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1394] ppid=1364 vsize=812468 CPUtime=0.1
/proc/1388/task/1394/stat : 1394 (java) R 1364 1364 32331 0 -1 64 759 0 0 0 10 0 0 0 16 0 9 0 2008972916 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 101752364 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1395] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1395/stat : 1395 (java) S 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008972916 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1396] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1396/stat : 1396 (java) S 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008972916 831967232 9750 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 860044

[startup+17.9028 s]
/proc/loadavg: 2.05 2.01 2.00 5/90 1396
/proc/meminfo: memFree=1633416/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=16.74
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 836 31170 0 1 0 0 1655 19 16 0 1 0 2008971211 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1364/statm: 11894 366 246 79 0 219 0
[pid=1388] ppid=1364 vsize=812468 CPUtime=0.88
/proc/1388/stat : 1388 (java) S 1364 1364 32331 0 -1 0 16144 0 1 0 78 10 0 0 18 0 9 0 2008972911 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1388/statm: 203117 15563 1868 9 0 197150 0
[pid=1388/tid=1389] ppid=1364 vsize=812468 CPUtime=0.74
/proc/1388/task/1389/stat : 1389 (java) R 1364 1364 32331 0 -1 64 14372 0 1 0 66 8 0 0 25 0 9 0 2008972912 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4126665343 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1390] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1390/stat : 1390 (java) S 1364 1364 32331 0 -1 64 292 0 0 0 0 0 0 0 16 0 9 0 2008972914 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1391] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1391/stat : 1391 (java) S 1364 1364 32331 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008972914 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1392] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1392/stat : 1392 (java) S 1364 1364 32331 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2008972914 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1393] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1393/stat : 1393 (java) S 1364 1364 32331 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008972916 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1394] ppid=1364 vsize=812468 CPUtime=0.1
/proc/1388/task/1394/stat : 1394 (java) S 1364 1364 32331 0 -1 64 765 0 0 0 10 0 0 0 16 0 9 0 2008972916 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1395] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1395/stat : 1395 (java) S 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008972916 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1396] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1396/stat : 1396 (java) S 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008972916 831967232 15563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.62
Current children cumulated vsize (KiB) 860044

[startup+18.1029 s]
/proc/loadavg: 2.05 2.01 2.00 5/90 1396
/proc/meminfo: memFree=1633416/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=16.74
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 836 31170 0 1 0 0 1655 19 16 0 1 0 2008971211 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1364/statm: 11894 366 246 79 0 219 0
[pid=1388] ppid=1364 vsize=812468 CPUtime=1.08
/proc/1388/stat : 1388 (java) S 1364 1364 32331 0 -1 0 16169 0 1 0 98 10 0 0 18 0 9 0 2008972911 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1388/statm: 203117 15588 1870 9 0 197150 0
[pid=1388/tid=1389] ppid=1364 vsize=812468 CPUtime=0.91
/proc/1388/task/1389/stat : 1389 (java) R 1364 1364 32331 0 -1 64 14374 0 1 0 83 8 0 0 25 0 9 0 2008972912 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1390] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1390/stat : 1390 (java) S 1364 1364 32331 0 -1 64 292 0 0 0 0 0 0 0 16 0 9 0 2008972914 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1391] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1391/stat : 1391 (java) S 1364 1364 32331 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008972914 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1392] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1392/stat : 1392 (java) S 1364 1364 32331 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2008972914 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1393] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1393/stat : 1393 (java) S 1364 1364 32331 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008972916 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1394] ppid=1364 vsize=812468 CPUtime=0.13
/proc/1388/task/1394/stat : 1394 (java) R 1364 1364 32331 0 -1 64 788 0 0 0 13 0 0 0 16 0 9 0 2008972916 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 101693144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1395] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1395/stat : 1395 (java) S 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008972916 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1396] ppid=1364 vsize=812468 CPUtime=0
/proc/1388/task/1396/stat : 1396 (java) R 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008972916 831967232 15588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.82
Current children cumulated vsize (KiB) 860044

[startup+18.2029 s]
/proc/loadavg: 2.05 2.01 2.00 5/90 1396
/proc/meminfo: memFree=1633416/2055920 swapFree=4180004/4192956
[pid=1364] ppid=1362 vsize=47576 CPUtime=16.74
/proc/1364/stat : 1364 (galacE.sh) S 1362 1364 32331 0 -1 4194304 843 31170 0 1 0 0 1655 19 16 0 1 0 2008971211 48717824 367 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1364/statm: 11894 367 246 79 0 219 0
[pid=1388] ppid=1364 vsize=812580 CPUtime=1.15
/proc/1388/stat : 1388 (java) S 1364 1364 32331 0 -1 0 16345 0 1 0 105 10 0 0 18 0 9 0 2008972911 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1388/statm: 203145 15725 1924 9 0 197150 0
[pid=1388/tid=1389] ppid=1364 vsize=812580 CPUtime=0.96
/proc/1388/task/1389/stat : 1389 (java) S 1364 1364 32331 0 -1 64 14526 0 1 0 88 8 0 0 18 0 9 0 2008972912 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1390] ppid=1364 vsize=812580 CPUtime=0
/proc/1388/task/1390/stat : 1390 (java) S 1364 1364 32331 0 -1 64 292 0 0 0 0 0 0 0 16 0 9 0 2008972914 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1391] ppid=1364 vsize=812580 CPUtime=0
/proc/1388/task/1391/stat : 1391 (java) S 1364 1364 32331 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008972914 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1392] ppid=1364 vsize=812580 CPUtime=0
/proc/1388/task/1392/stat : 1392 (java) S 1364 1364 32331 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2008972914 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1393] ppid=1364 vsize=812580 CPUtime=0
/proc/1388/task/1393/stat : 1393 (java) S 1364 1364 32331 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008972916 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1394] ppid=1364 vsize=812580 CPUtime=0.16
/proc/1388/task/1394/stat : 1394 (java) S 1364 1364 32331 0 -1 64 812 0 0 0 15 1 0 0 16 0 9 0 2008972916 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1395] ppid=1364 vsize=812580 CPUtime=0
/proc/1388/task/1395/stat : 1395 (java) S 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008972916 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1388/tid=1396] ppid=1364 vsize=812580 CPUtime=0
/proc/1388/task/1396/stat : 1396 (java) S 1364 1364 32331 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008972916 832081920 15725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.89
Current children cumulated vsize (KiB) 860156

Child status: 0
Real time (s): 18.2227
CPU time (s): 17.9473
CPU user time (s): 17.6173
CPU system time (s): 0.329949
CPU usage (%): 98.4883
Max. virtual memory (cumulated for all children) (KiB): 860156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6173
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48556
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= 2023
involuntary context switches= 2577

runsolver used 0.023996 second user time and 0.069989 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-06 01:19:31
IDJOB=1102919
IDBENCH=60252
IDSOLVER=351
FILE ID=node23/1102919-1215299970
PBS_JOBID= 7882374
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-88_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1102919-1215299970/watcher-1102919-1215299970 -o /tmp/evaluation-result-1102919-1215299970/solver-1102919-1215299970 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1102919-1215299970.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3cfd06f021b49d5532957ab1992e4dfd
RANDOM SEED=369972718

node23.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.216
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.216
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:       1669688 kB
Buffers:         63096 kB
Cached:         221816 kB
SwapCached:       7012 kB
Active:         214480 kB
Inactive:       117072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669688 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:          62620 kB
Slab:            39872 kB
Committed_AS:  4318600 kB
PageTables:       1852 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= 66536 MiB
End job on node23 at 2008-07-06 01:19:49