Trace number 218791

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, and are wall clock time (not CPU 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 1SAT 313.362 313.586

General information on the benchmark

NamechessboardColoration/
cc-10-10-3.xml
MD5SUM41d5b5560d62ba7898a114348faab5c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.31189
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables100
Number of constraints2025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2025
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
2.41	c start processing
2.41	c start relation processing
2.44	c start cnf exporting
5.14	c parsing time : 2.243
5.14	c preprocessing time : 4.98
5.14	
5.14	c Nary constraints - conflicts : 2025 supports : 0
5.14	c Binary constraints - conflicts : 0 supports :0
5.14	c max arity constraint : 4
5.14	c Max Tuples generated 81
5.14	c relations : 1
5.14	c relations BDD: 1
5.14	c vars : 24601 - clauses :  73300
5.14	
5.18	 
5.18	c --- Minisat Stats ---
5.18	 
312.02	c restarts              : 19
312.02	c conflicts             : 312324         (1018 /sec)
312.02	c decisions             : 580824         (1.02 % random) (1894 /sec)
312.02	c propagations          : 557342102      (1817487 /sec)
312.02	c conflict literals     : 11247090       (15.72 % deleted)
312.02	c Memory used           : 27.70 MB
312.02	c CPU time              : 306.655 s
312.02	
312.03	s SATISFIABLE
313.58	v 2 0 0 1 2 2 0 1 1 1 0 1 2 0 1 2 0 1 2 0 1 0 2 2 2 1 2 1 0 0 0 1 0 1 2 1 1 2 0 2 1 2 2 1 1 0 0 0 0 2 1 1 1 0 0 2 2 2 0 1 2 2 0 0 1 0 1 2 2 1 0 0 1 2 0 0 1 1 2 2 2 0 1 0 1 1 2 0 1 2 1 2 0 2 0 2 1 0 1 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-218791-1168253240 -o ROOT/results/node44/solver-218791-1168253240 -C 1800 -M 900 /tmp/evaluation/218791-1168253240/galac.sh /tmp/evaluation/218791-1168253240/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.88 0.74 1.12 5/70 1432
/proc/meminfo: memFree=1778312/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=8560 CPUtime=0
/proc/1431/stat : 1431 (galac.sh) R 1428 1431 464 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 173723364 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840660879 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1431/statm: 2140 253 197 79 0 133 0

[startup+0.103871 s]
/proc/loadavg: 0.88 0.74 1.12 5/70 1432
/proc/meminfo: memFree=1778312/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=0.01
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.51191 s]
/proc/loadavg: 0.88 0.74 1.12 5/70 1432
/proc/meminfo: memFree=1778312/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=0.01
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.334 s]
/proc/loadavg: 0.88 0.74 1.12 4/92 1466
/proc/meminfo: memFree=1717080/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=0.01
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1450] ppid=1431 vsize=861064 CPUtime=1.27
/proc/1450/stat : 1450 (java) R 1431 1431 464 0 -1 0 15003 0 1 0 119 8 0 0 25 0 8 0 173723368 881729536 14757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1450/statm: 215266 14757 1988 14 0 201471 0
[pid=1450/tid=1454] ppid=1431 vsize=861064 CPUtime=0.03
/proc/1450/task/1454/stat : 1454 (java) S 1431 1431 464 0 -1 64 3351 0 0 0 2 1 0 0 16 0 8 0 173723372 881729536 14758 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1455] ppid=1431 vsize=861064 CPUtime=0
/proc/1450/task/1455/stat : 1455 (java) S 1431 1431 464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173723372 881729536 14758 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1456] ppid=1431 vsize=861064 CPUtime=0
/proc/1450/task/1456/stat : 1456 (java) S 1431 1431 464 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173723372 881729536 14759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1463] ppid=1431 vsize=861064 CPUtime=0
/proc/1450/task/1463/stat : 1463 (java) S 1431 1431 464 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173723375 881729536 14759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1464] ppid=1431 vsize=861064 CPUtime=0.24
/proc/1450/task/1464/stat : 1464 (java) S 1431 1431 464 0 -1 64 992 0 0 0 23 1 0 0 15 0 8 0 173723375 881729536 14759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1465] ppid=1431 vsize=861064 CPUtime=0
/proc/1450/task/1465/stat : 1465 (java) S 1431 1431 464 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173723375 881729536 14760 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1466] ppid=1431 vsize=861064 CPUtime=0
/proc/1450/task/1466/stat : 1466 (java) S 1431 1431 464 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173723376 881729536 14760 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908628

[startup+2.98617 s]
/proc/loadavg: 0.97 0.76 1.12 4/92 1466
/proc/meminfo: memFree=1679192/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=0.01
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1450] ppid=1431 vsize=861196 CPUtime=2.93
/proc/1450/stat : 1450 (java) R 1431 1431 464 0 -1 0 19549 0 1 0 281 12 0 0 25 0 8 0 173723368 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074321239 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1450/statm: 215299 19300 2013 14 0 201504 0
[pid=1450/tid=1454] ppid=1431 vsize=861196 CPUtime=0.04
/proc/1450/task/1454/stat : 1454 (java) S 1431 1431 464 0 -1 64 3468 0 0 0 3 1 0 0 17 0 8 0 173723372 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1455] ppid=1431 vsize=861196 CPUtime=0
/proc/1450/task/1455/stat : 1455 (java) S 1431 1431 464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173723372 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1456] ppid=1431 vsize=861196 CPUtime=0
/proc/1450/task/1456/stat : 1456 (java) S 1431 1431 464 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173723372 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1463] ppid=1431 vsize=861196 CPUtime=0
/proc/1450/task/1463/stat : 1463 (java) S 1431 1431 464 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173723375 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1464] ppid=1431 vsize=861196 CPUtime=0.39
/proc/1450/task/1464/stat : 1464 (java) S 1431 1431 464 0 -1 64 1115 0 0 0 38 1 0 0 15 0 8 0 173723375 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1465] ppid=1431 vsize=861196 CPUtime=0
/proc/1450/task/1465/stat : 1465 (java) S 1431 1431 464 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173723375 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1450/tid=1466] ppid=1431 vsize=861196 CPUtime=0
/proc/1450/task/1466/stat : 1466 (java) S 1431 1431 464 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173723376 881864704 19300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908760

[startup+6.27651 s]
/proc/loadavg: 0.97 0.76 1.12 4/86 1468
/proc/meminfo: memFree=1692824/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=6624 CPUtime=1.08
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 1482 0 0 0 108 0 0 0 25 0 1 0 173723882 6782976 1464 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 1656 1464 53 142 0 1512 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 54188

[startup+12.7432 s]
/proc/loadavg: 1.05 0.78 1.13 2/69 1477
/proc/meminfo: memFree=1769448/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=8364 CPUtime=7.54
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 1932 0 0 0 753 1 0 0 25 0 1 0 173723882 8564736 1914 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 2091 1914 53 142 0 1947 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 55928

[startup+25.5485 s]
/proc/loadavg: 1.04 0.79 1.12 2/66 1483
/proc/meminfo: memFree=1774416/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=11596 CPUtime=20.33
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 2741 0 0 0 2032 1 0 0 25 0 1 0 173723882 11874304 2723 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 2899 2723 53 142 0 2755 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 59160

[startup+51.1711 s]
/proc/loadavg: 1.02 0.81 1.12 2/66 1483
/proc/meminfo: memFree=1768912/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=17208 CPUtime=45.94
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 4121 0 0 0 4591 3 0 0 25 0 1 0 173723882 17620992 4103 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 4302 4103 53 142 0 4158 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 64772

[startup+102.409 s]
/proc/loadavg: 1.01 0.83 1.11 2/66 1483
/proc/meminfo: memFree=1763152/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=23068 CPUtime=97.17
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 5548 0 0 0 9711 6 0 0 25 0 1 0 173723882 23621632 5530 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 5767 5530 53 142 0 5623 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 70632

[startup+162.463 s]
/proc/loadavg: 1.00 0.86 1.10 2/66 1483
/proc/meminfo: memFree=1762064/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=24124 CPUtime=157.21
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 5832 0 0 0 15715 6 0 0 25 0 1 0 173723882 24702976 5814 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 6031 5814 53 142 0 5887 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 71688

[startup+222.512 s]
/proc/loadavg: 1.00 0.89 1.09 2/66 1483
/proc/meminfo: memFree=1760592/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=25576 CPUtime=217.24
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 6184 0 0 0 21717 7 0 0 25 0 1 0 173723882 26189824 6166 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 6394 6166 53 142 0 6250 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 73140

[startup+282.564 s]
/proc/loadavg: 1.00 0.90 1.08 2/66 1483
/proc/meminfo: memFree=1757776/2055920 swapFree=4191892/4192956
[pid=1431] ppid=1428 vsize=47564 CPUtime=5.12
/proc/1431/stat : 1431 (galac.sh) S 1428 1431 464 0 -1 4194304 797 21295 0 1 0 0 497 15 17 0 1 0 173723364 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1431/statm: 11891 362 244 79 0 218 0
[pid=1467] ppid=1431 vsize=28216 CPUtime=277.28
/proc/1467/stat : 1467 (minisat) R 1431 1431 464 0 -1 4194304 6884 0 0 0 27720 8 0 0 25 0 1 0 173723882 28893184 6866 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529624 0 0 4096 3 0 0 0 17 1 0 0
/proc/1467/statm: 7054 6866 53 142 0 6910 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 75780

Child status: 0
Real time (s): 313.586
CPU time (s): 313.362
CPU user time (s): 312.991
CPU system time (s): 0.370943
CPU usage (%): 99.9286
Max. virtual memory (cumulated for all children) (KiB): 908864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.991
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45265
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= 2642
involuntary context switches= 2360

runsolver used 0.248962 s user time and 0.650901 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan  8 10:47:21 UTC 2007


IDJOB= 218791
IDBENCH= 5256
FILE ID= node44/218791-1168253240

PBS_JOBID= 3482015

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-10-10-3.xml
COMMAND LINE= /tmp/evaluation/218791-1168253240/galac.sh /tmp/evaluation/218791-1168253240/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-218791-1168253240 -o ROOT/results/node44/solver-218791-1168253240 -C 1800 -M 900  /tmp/evaluation/218791-1168253240/galac.sh /tmp/evaluation/218791-1168253240/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  41d5b5560d62ba7898a114348faab5c0

RANDOM SEED= 247233851

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.213
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.213
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:       1778992 kB
Buffers:         36048 kB
Cached:         166152 kB
SwapCached:        304 kB
Active:         112592 kB
Inactive:       109372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778992 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5904 kB
Writeback:           0 kB
Mapped:          28636 kB
Slab:            40540 kB
Committed_AS:  3706560 kB
PageTables:       1620 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= 66544 MiB



End job on node44 on Mon Jan  8 10:52:37 UTC 2007