Trace number 226357

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 1UNSAT 1737.31 1740.19

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-23_ext.xml
MD5SUM052daab93e3479cd3789561612b07034
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.086
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.02	c start processing
1.02	c start relation processing
1.19	c start cnf exporting
3.66	c parsing time : 0.865
3.66	c preprocessing time : 3.506
3.66	
3.66	c Nary constraints - conflicts : 0 supports : 0
3.66	c Binary constraints - conflicts : 0 supports :135
3.66	c max arity constraint : 2
3.66	c Max Tuples generated 0
3.66	c relations : 135
3.66	c relations BDD: 0
3.66	c vars : 1601 - clauses :  42040
3.66	
3.71	 
3.71	c --- Minisat Stats ---
3.71	 
1740.17	c restarts              : 19
1740.17	c conflicts             : 351013         (203 /sec)
1740.17	c decisions             : 438756         (1.25 % random) (253 /sec)
1740.17	c propagations          : 87764062       (50638 /sec)
1740.17	c conflict literals     : 78106348       (22.52 % deleted)
1740.17	c Memory used           : 92.60 MB
1740.17	c CPU time              : 1733.17 s
1740.17	
1740.17	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node26/watcher-226357-1168275199 -o ROOT/results/node26/solver-226357-1168275199 -C 1800 -M 900 /tmp/evaluation/226357-1168275199/galac.sh /tmp/evaluation/226357-1168275199/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.84 0.96 0.98 4/81 19690
/proc/meminfo: memFree=617936/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=8564 CPUtime=0
/proc/19689/stat : 19689 (galac.sh) R 19683 19689 19570 0 -1 4194304 317 0 0 0 0 0 0 0 18 0 1 0 175914281 8769536 261 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028655058 0 2147483391 4096 8192 0 0 0 17 1 0 0
/proc/19689/statm: 2141 261 201 79 0 134 0

[startup+0.103526 s]
/proc/loadavg: 0.84 0.96 0.98 4/81 19690
/proc/meminfo: memFree=617936/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=0.01
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 761 1865 0 0 0 0 0 1 23 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.511563 s]
/proc/loadavg: 0.84 0.96 0.98 4/81 19690
/proc/meminfo: memFree=617936/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=0.01
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 761 1865 0 0 0 0 0 1 23 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33314 s]
/proc/loadavg: 0.84 0.96 0.98 3/102 19724
/proc/meminfo: memFree=535776/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=0.01
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 761 1865 0 0 0 0 0 1 23 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19710] ppid=19689 vsize=861064 CPUtime=1.28
/proc/19710/stat : 19710 (java) R 19689 19689 19570 0 -1 0 22022 0 1 0 119 9 0 0 25 0 8 0 175914285 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19710/statm: 215266 21775 1992 14 0 201471 0
[pid=19710/tid=19712] ppid=19689 vsize=861064 CPUtime=0.05
/proc/19710/task/19712/stat : 19712 (java) S 19689 19689 19570 0 -1 64 6135 0 0 0 4 1 0 0 16 0 8 0 175914288 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19715] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19715/stat : 19715 (java) S 19689 19689 19570 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175914289 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19716] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19716/stat : 19716 (java) S 19689 19689 19570 0 -1 64 4 0 0 0 0 0 0 0 25 0 8 0 175914289 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19721] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19721/stat : 19721 (java) S 19689 19689 19570 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 175914292 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19722] ppid=19689 vsize=861064 CPUtime=0.22
/proc/19710/task/19722/stat : 19722 (java) S 19689 19689 19570 0 -1 64 972 0 0 0 22 0 0 0 15 0 8 0 175914292 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19723] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19723/stat : 19723 (java) S 19689 19689 19570 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175914292 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19724] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19724/stat : 19724 (java) S 19689 19689 19570 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175914292 881729536 21775 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908632

[startup+2.97179 s]
/proc/loadavg: 0.93 0.98 0.99 3/102 19724
/proc/meminfo: memFree=521632/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=0.01
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 761 1865 0 0 0 0 0 1 23 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19710] ppid=19689 vsize=861064 CPUtime=2.91
/proc/19710/stat : 19710 (java) R 19689 19689 19570 0 -1 0 23006 0 1 0 281 10 0 0 25 0 8 0 175914285 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073925675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19710/statm: 215266 22757 1995 14 0 201471 0
[pid=19710/tid=19712] ppid=19689 vsize=861064 CPUtime=0.08
/proc/19710/task/19712/stat : 19712 (java) S 19689 19689 19570 0 -1 64 7100 0 0 0 6 2 0 0 16 0 8 0 175914288 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19715] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19715/stat : 19715 (java) S 19689 19689 19570 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175914289 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19716] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19716/stat : 19716 (java) S 19689 19689 19570 0 -1 64 4 0 0 0 0 0 0 0 25 0 8 0 175914289 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19721] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19721/stat : 19721 (java) S 19689 19689 19570 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 175914292 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19722] ppid=19689 vsize=861064 CPUtime=0.24
/proc/19710/task/19722/stat : 19722 (java) S 19689 19689 19570 0 -1 64 985 0 0 0 24 0 0 0 15 0 8 0 175914292 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19723] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19723/stat : 19723 (java) S 19689 19689 19570 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175914292 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19710/tid=19724] ppid=19689 vsize=861064 CPUtime=0
/proc/19710/task/19724/stat : 19724 (java) S 19689 19689 19570 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175914292 881729536 22757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908632

[startup+6.25912 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 19725
/proc/meminfo: memFree=596056/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=9868 CPUtime=2.52
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 2372 0 0 0 251 1 0 0 25 0 1 0 175914653 10104832 2354 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 2467 2354 54 142 0 2323 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 57436

[startup+12.7247 s]
/proc/loadavg: 1.09 1.01 1.00 3/95 19725
/proc/meminfo: memFree=588824/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=16480 CPUtime=8.95
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 3993 0 0 0 892 3 0 0 25 0 1 0 175914653 16875520 3975 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 4120 3975 54 142 0 3976 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 64048

[startup+25.5519 s]
/proc/loadavg: 1.31 1.06 1.02 3/95 19725
/proc/meminfo: memFree=582424/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=23120 CPUtime=21.72
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 5652 0 0 0 2167 5 0 0 25 0 1 0 175914653 23674880 5634 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 5780 5634 54 142 0 5636 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 70688

[startup+51.2003 s]
/proc/loadavg: 1.55 1.13 1.04 3/95 19725
/proc/meminfo: memFree=573976/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=31476 CPUtime=47.24
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 7711 0 0 0 4717 7 0 0 25 0 1 0 175914653 32231424 7693 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 7869 7693 54 142 0 7725 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 79044

[startup+102.486 s]
/proc/loadavg: 1.82 1.28 1.09 3/95 19725
/proc/meminfo: memFree=561816/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=44012 CPUtime=98.3
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 10814 0 0 0 9819 11 0 0 25 0 1 0 175914653 45068288 10796 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 11003 10796 54 142 0 10859 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 91580

[startup+162.535 s]
/proc/loadavg: 1.92 1.39 1.14 3/88 19926
/proc/meminfo: memFree=532816/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=54284 CPUtime=158.02
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 13319 0 0 0 15786 16 0 0 25 0 1 0 175914653 55586816 13301 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/19725/statm: 13571 13301 54 142 0 13427 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 101852

[startup+222.603 s]
/proc/loadavg: 1.97 1.50 1.19 3/88 19926
/proc/meminfo: memFree=512272/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=58104 CPUtime=217.77
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 14262 0 0 0 21760 17 0 0 25 0 1 0 175914653 59498496 14244 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19725/statm: 14526 14244 54 142 0 14382 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 105672

[startup+282.667 s]
/proc/loadavg: 1.99 1.59 1.24 3/88 19926
/proc/meminfo: memFree=500240/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=58300 CPUtime=277.49
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 14301 0 0 0 27732 17 0 0 25 0 1 0 175914653 59699200 14283 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527687 0 0 4096 3 0 0 0 17 0 0 0
/proc/19725/statm: 14575 14283 54 142 0 14431 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 105868

[startup+342.734 s]
/proc/loadavg: 1.99 1.66 1.29 3/88 19926
/proc/meminfo: memFree=492560/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=63428 CPUtime=337.26
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 15527 0 0 0 33707 19 0 0 25 0 1 0 175914653 64950272 15509 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19725/statm: 15857 15509 54 142 0 15713 0
Current children cumulated CPU time (s) 340.89
Current children cumulated vsize (KiB) 110996

[startup+402.794 s]
/proc/loadavg: 1.99 1.72 1.33 3/87 20163
/proc/meminfo: memFree=540768/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0

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

Current children cumulated CPU time (s) 880.65
Current children cumulated vsize (KiB) 129132

[startup+943.408 s]
/proc/loadavg: 1.08 1.17 1.21 2/79 20375
/proc/meminfo: memFree=540832/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=81564 CPUtime=937.08
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 19842 0 0 0 93672 36 0 0 25 0 1 0 175914653 83521536 19824 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 20391 19824 54 142 0 20247 0
Current children cumulated CPU time (s) 940.71
Current children cumulated vsize (KiB) 129132

[startup+1003.47 s]
/proc/loadavg: 1.03 1.14 1.19 2/79 20375
/proc/meminfo: memFree=540832/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=81564 CPUtime=997.12
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 19842 0 0 0 99676 36 0 0 25 0 1 0 175914653 83521536 19824 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 20391 19824 54 142 0 20247 0
Current children cumulated CPU time (s) 1000.75
Current children cumulated vsize (KiB) 129132

[startup+1063.54 s]
/proc/loadavg: 1.01 1.11 1.18 2/79 20375
/proc/meminfo: memFree=540704/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=81724 CPUtime=1057.17
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 19867 0 0 0 105680 37 0 0 25 0 1 0 175914653 83685376 19849 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 20431 19849 54 142 0 20287 0
Current children cumulated CPU time (s) 1060.8
Current children cumulated vsize (KiB) 129292

[startup+1123.6 s]
/proc/loadavg: 1.00 1.09 1.17 2/79 20375
/proc/meminfo: memFree=540512/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=81940 CPUtime=1117.22
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 19914 0 0 0 111685 37 0 0 25 0 1 0 175914653 83906560 19896 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 20485 19896 54 142 0 20341 0
Current children cumulated CPU time (s) 1120.85
Current children cumulated vsize (KiB) 129508

[startup+1183.67 s]
/proc/loadavg: 1.00 1.07 1.16 2/79 20375
/proc/meminfo: memFree=536160/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=86212 CPUtime=1177.28
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 20992 0 0 0 117689 39 0 0 25 0 1 0 175914653 88281088 20974 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 21553 20974 54 142 0 21409 0
Current children cumulated CPU time (s) 1180.91
Current children cumulated vsize (KiB) 133780

[startup+1243.73 s]
/proc/loadavg: 1.00 1.05 1.14 2/79 20375
/proc/meminfo: memFree=536096/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=86212 CPUtime=1237.32
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 20993 0 0 0 123693 39 0 0 25 0 1 0 175914653 88281088 20975 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 21553 20975 54 142 0 21409 0
Current children cumulated CPU time (s) 1240.95
Current children cumulated vsize (KiB) 133780

[startup+1303.8 s]
/proc/loadavg: 1.00 1.04 1.13 2/79 20375
/proc/meminfo: memFree=535968/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=86380 CPUtime=1297.37
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 21023 0 0 0 129697 40 0 0 25 0 1 0 175914653 88453120 21005 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 21595 21005 54 142 0 21451 0
Current children cumulated CPU time (s) 1301
Current children cumulated vsize (KiB) 133948

[startup+1363.86 s]
/proc/loadavg: 1.00 1.03 1.12 2/79 20375
/proc/meminfo: memFree=535712/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=86596 CPUtime=1357.42
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 21061 0 0 0 135702 40 0 0 25 0 1 0 175914653 88674304 21043 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 21649 21043 54 142 0 21505 0
Current children cumulated CPU time (s) 1361.05
Current children cumulated vsize (KiB) 134164

[startup+1423.93 s]
/proc/loadavg: 1.00 1.02 1.11 2/79 20375
/proc/meminfo: memFree=535648/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=86596 CPUtime=1417.47
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 21082 0 0 0 141706 41 0 0 25 0 1 0 175914653 88674304 21064 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 21649 21064 54 142 0 21505 0
Current children cumulated CPU time (s) 1421.1
Current children cumulated vsize (KiB) 134164

[startup+1484 s]
/proc/loadavg: 1.00 1.02 1.10 2/79 20375
/proc/meminfo: memFree=532000/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=90288 CPUtime=1477.51
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 21972 0 0 0 147709 42 0 0 25 0 1 0 175914653 92454912 21954 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 22572 21954 54 142 0 22428 0
Current children cumulated CPU time (s) 1481.14
Current children cumulated vsize (KiB) 137856

[startup+1544.06 s]
/proc/loadavg: 1.00 1.01 1.09 2/79 20377
/proc/meminfo: memFree=527392/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=94820 CPUtime=1537.56
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 23078 0 0 0 153712 44 0 0 25 0 1 0 175914653 97095680 23060 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 23705 23060 54 142 0 23561 0
Current children cumulated CPU time (s) 1541.19
Current children cumulated vsize (KiB) 142388

[startup+1604.13 s]
/proc/loadavg: 1.03 1.02 1.09 2/79 20377
/proc/meminfo: memFree=527200/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=94820 CPUtime=1597.62
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 23105 0 0 0 159717 45 0 0 25 0 1 0 175914653 97095680 23087 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 23705 23087 54 142 0 23561 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 142388

[startup+1664.19 s]
/proc/loadavg: 1.01 1.02 1.08 2/79 20377
/proc/meminfo: memFree=527136/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=94820 CPUtime=1657.66
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 23106 0 0 0 165721 45 0 0 25 0 1 0 175914653 97095680 23088 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 23705 23088 54 142 0 23561 0
Current children cumulated CPU time (s) 1661.29
Current children cumulated vsize (KiB) 142388

[startup+1724.26 s]
/proc/loadavg: 1.00 1.01 1.07 2/79 20377
/proc/meminfo: memFree=527136/2055920 swapFree=4192812/4192956
[pid=19689] ppid=19683 vsize=47568 CPUtime=3.63
/proc/19689/stat : 19689 (galac.sh) S 19683 19689 19570 0 -1 4194304 799 24881 0 1 0 0 350 13 17 0 1 0 175914281 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19689/statm: 11892 363 245 79 0 218 0
[pid=19725] ppid=19689 vsize=94820 CPUtime=1717.71
/proc/19725/stat : 19725 (minisat) R 19689 19689 19570 0 -1 4194304 23109 0 0 0 171725 46 0 0 25 0 1 0 175914653 97095680 23091 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19725/statm: 23705 23091 54 142 0 23561 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 142388

Child status: 0
Real time (s): 1740.19
CPU time (s): 1737.31
CPU user time (s): 1736.68
CPU system time (s): 0.628904
CPU usage (%): 99.8342
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1736.68
system time used= 0.628904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49013
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1115
involuntary context switches= 42359

runsolver used 1.81372 s user time and 4.55331 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan  8 16:53:20 UTC 2007


IDJOB= 226357
IDBENCH= 5961
FILE ID= node26/226357-1168275199

PBS_JOBID= 3483301

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-23_ext.xml
COMMAND LINE= /tmp/evaluation/226357-1168275199/galac.sh /tmp/evaluation/226357-1168275199/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-226357-1168275199 -o ROOT/results/node26/solver-226357-1168275199 -C 1800 -M 900  /tmp/evaluation/226357-1168275199/galac.sh /tmp/evaluation/226357-1168275199/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  052daab93e3479cd3789561612b07034

RANDOM SEED= 309593310

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.236
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.236
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:        618352 kB
Buffers:         14480 kB
Cached:        1306760 kB
SwapCached:          0 kB
Active:         754960 kB
Inactive:       630436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        618352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4140 kB
Writeback:           0 kB
Mapped:          83144 kB
Slab:            37224 kB
Committed_AS:  3516792 kB
PageTables:       2112 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= 66540 MiB



End job on node26 on Mon Jan  8 17:22:20 UTC 2007