Trace number 214096

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 1? (TO) 1800.1 1808.65

General information on the benchmark

NamepseudoSeries/par/
par-32-3-c.xml
MD5SUM315a156ccbc0beaf56a30107b637b9af
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2650
Number of constraints6619
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6619
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
7.57	c start processing
7.58	c start relation processing
7.58	c start cnf exporting
8.16	c parsing time : 7.41
8.16	c preprocessing time : 7.998
8.16	
8.16	c Nary constraints - conflicts : 4922 supports : 0
8.16	c Binary constraints - conflicts : 1697 supports :0
8.16	c max arity constraint : 3
8.16	c Max Tuples generated 8
8.16	c relations : 3
8.16	c relations BDD: 0
8.16	c vars : 2651 - clauses :  6619
8.16	
8.20	 
8.20	c --- Minisat Stats ---
8.20	 
1808.64	Terminated

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-214096-1168228173 -o ROOT/results/node10/solver-214096-1168228173 -C 1800 -M 900 /tmp/evaluation/214096-1168228173/galac.sh /tmp/evaluation/214096-1168228173/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: 1.58 1.87 1.79 5/93 31744
/proc/meminfo: memFree=1737136/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=18540 CPUtime=0
/proc/31743/stat : 31743 (runsolver) R 31741 31743 31447 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 171212704 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31743/statm: 4635 279 244 17 0 2626 0

[startup+0.108044 s]
/proc/loadavg: 1.58 1.87 1.79 5/93 31744
/proc/meminfo: memFree=1737136/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=0.01
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.520102 s]
/proc/loadavg: 1.58 1.87 1.79 5/93 31744
/proc/meminfo: memFree=1737136/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=0.01
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.34221 s]
/proc/loadavg: 1.58 1.87 1.79 4/101 31764
/proc/meminfo: memFree=1696432/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=0.01
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31757] ppid=31743 vsize=861064 CPUtime=1.27
/proc/31757/stat : 31757 (java) R 31743 31743 31447 0 -1 0 12218 0 1 0 119 8 0 0 18 0 8 0 171212708 881729536 11971 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154017360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31757/statm: 215266 11971 1989 14 0 201471 0
[pid=31757/tid=31758] ppid=31743 vsize=861064 CPUtime=0.07
/proc/31757/task/31758/stat : 31758 (java) S 31743 31743 31447 0 -1 64 3429 0 0 0 6 1 0 0 16 0 8 0 171212711 881729536 11971 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31759] ppid=31743 vsize=861064 CPUtime=0
/proc/31757/task/31759/stat : 31759 (java) S 31743 31743 31447 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 171212712 881729536 11971 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31760] ppid=31743 vsize=861064 CPUtime=0
/proc/31757/task/31760/stat : 31760 (java) S 31743 31743 31447 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 171212712 881729536 11971 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31761] ppid=31743 vsize=861064 CPUtime=0
/proc/31757/task/31761/stat : 31761 (java) S 31743 31743 31447 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 171212715 881729536 11971 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31762] ppid=31743 vsize=861064 CPUtime=0.29
/proc/31757/task/31762/stat : 31762 (java) R 31743 31743 31447 0 -1 64 1017 0 0 0 28 1 0 0 21 0 8 0 171212715 881729536 11971 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31763] ppid=31743 vsize=861064 CPUtime=0
/proc/31757/task/31763/stat : 31763 (java) S 31743 31743 31447 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171212715 881729536 11971 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31764] ppid=31743 vsize=861064 CPUtime=0
/proc/31757/task/31764/stat : 31764 (java) S 31743 31743 31447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171212715 881729536 11971 18446744073709551615 134512640 134570532 4294956096 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) 908640

[startup+2.97943 s]
/proc/loadavg: 1.58 1.87 1.79 4/101 31764
/proc/meminfo: memFree=1694000/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=0.01
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31757] ppid=31743 vsize=861196 CPUtime=2.9
/proc/31757/stat : 31757 (java) R 31743 31743 31447 0 -1 0 15094 0 1 0 280 10 0 0 25 0 8 0 171212708 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073668078 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31757/statm: 215299 14845 1989 14 0 201504 0
[pid=31757/tid=31758] ppid=31743 vsize=861196 CPUtime=0.07
/proc/31757/task/31758/stat : 31758 (java) S 31743 31743 31447 0 -1 64 3429 0 0 0 6 1 0 0 17 0 8 0 171212711 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31759] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31759/stat : 31759 (java) S 31743 31743 31447 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 171212712 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31760] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31760/stat : 31760 (java) S 31743 31743 31447 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 171212712 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31761] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31761/stat : 31761 (java) S 31743 31743 31447 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 171212715 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31762] ppid=31743 vsize=861196 CPUtime=0.33
/proc/31757/task/31762/stat : 31762 (java) S 31743 31743 31447 0 -1 64 1058 0 0 0 32 1 0 0 16 0 8 0 171212715 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31763] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31763/stat : 31763 (java) S 31743 31743 31447 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171212715 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31764] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31764/stat : 31764 (java) S 31743 31743 31447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171212715 881864704 14845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908772

[startup+6.27487 s]
/proc/loadavg: 1.62 1.87 1.79 3/101 31764
/proc/meminfo: memFree=1666736/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=0.01
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31757] ppid=31743 vsize=861196 CPUtime=6.17
/proc/31757/stat : 31757 (java) R 31743 31743 31447 0 -1 0 19581 0 1 0 604 13 0 0 25 0 8 0 171212708 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31757/statm: 215299 19331 1992 14 0 201504 0
[pid=31757/tid=31758] ppid=31743 vsize=861196 CPUtime=0.07
/proc/31757/task/31758/stat : 31758 (java) S 31743 31743 31447 0 -1 64 3594 0 0 0 6 1 0 0 16 0 8 0 171212711 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31759] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31759/stat : 31759 (java) S 31743 31743 31447 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 171212712 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31760] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31760/stat : 31760 (java) S 31743 31743 31447 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 171212712 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31761] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31761/stat : 31761 (java) S 31743 31743 31447 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 171212715 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31762] ppid=31743 vsize=861196 CPUtime=0.33
/proc/31757/task/31762/stat : 31762 (java) S 31743 31743 31447 0 -1 64 1058 0 0 0 32 1 0 0 16 0 8 0 171212715 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31763] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31763/stat : 31763 (java) S 31743 31743 31447 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171212715 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31757/tid=31764] ppid=31743 vsize=861196 CPUtime=0
/proc/31757/task/31764/stat : 31764 (java) S 31743 31743 31447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171212715 881864704 19331 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908772

[startup+12.7578 s]
/proc/loadavg: 1.65 1.87 1.79 3/94 31765
/proc/meminfo: memFree=1734504/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=3132 CPUtime=4.5
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 511 0 0 0 450 0 0 0 25 0 1 0 171213525 3207168 493 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 783 493 53 142 0 639 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 50708

[startup+25.5955 s]
/proc/loadavg: 1.72 1.88 1.80 3/94 31765
/proc/meminfo: memFree=1734184/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=3668 CPUtime=17.22
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 638 0 0 0 1722 0 0 0 25 0 1 0 171213525 3756032 620 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 917 620 53 142 0 773 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 51244

[startup+51.261 s]
/proc/loadavg: 1.82 1.89 1.80 4/94 31765
/proc/meminfo: memFree=1733544/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=4332 CPUtime=42.75
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 795 0 0 0 4275 0 0 0 25 0 1 0 171213525 4435968 777 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529624 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1083 777 53 142 0 939 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 51908

[startup+102.488 s]
/proc/loadavg: 1.92 1.90 1.81 3/94 31765
/proc/meminfo: memFree=1733160/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=4880 CPUtime=93.74
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 918 0 0 0 9374 0 0 0 25 0 1 0 171213525 4997120 900 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1220 900 53 142 0 1076 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 52456

[startup+162.548 s]
/proc/loadavg: 1.97 1.92 1.82 3/94 31765
/proc/meminfo: memFree=1732712/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=5288 CPUtime=153.52
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1039 0 0 0 15351 1 0 0 25 0 1 0 171213525 5414912 1021 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1322 1021 53 142 0 1178 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 52864

[startup+222.62 s]
/proc/loadavg: 2.03 1.94 1.83 3/94 31765
/proc/meminfo: memFree=1732328/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=5588 CPUtime=213.31
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1094 0 0 0 21329 2 0 0 25 0 1 0 171213525 5722112 1076 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1397 1076 53 142 0 1253 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 53164

[startup+282.692 s]
/proc/loadavg: 2.01 1.95 1.84 3/94 31765
/proc/meminfo: memFree=1732008/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=5844 CPUtime=273.09
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1157 0 0 0 27307 2 0 0 25 0 1 0 171213525 5984256 1139 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527034 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1461 1139 53 142 0 1317 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 53420

[startup+342.763 s]
/proc/loadavg: 2.07 1.97 1.85 3/94 31765
/proc/meminfo: memFree=1731888/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07

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

/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=7608 CPUtime=1050.2
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1563 0 0 0 105011 9 0 0 25 0 1 0 171213525 7790592 1545 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521302 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1902 1545 53 142 0 1758 0
Current children cumulated CPU time (s) 1058.27
Current children cumulated vsize (KiB) 55184

[startup+1123.76 s]
/proc/loadavg: 2.02 2.02 1.92 3/94 31963
/proc/meminfo: memFree=1729328/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=7760 CPUtime=1109.98
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1587 0 0 0 110989 9 0 0 25 0 1 0 171213525 7946240 1569 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1940 1569 53 142 0 1796 0
Current children cumulated CPU time (s) 1118.05
Current children cumulated vsize (KiB) 55336

[startup+1183.84 s]
/proc/loadavg: 2.00 2.01 1.92 3/94 31963
/proc/meminfo: memFree=1729136/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=7904 CPUtime=1169.78
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1630 0 0 0 116968 10 0 0 25 0 1 0 171213525 8093696 1612 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1976 1612 53 142 0 1832 0
Current children cumulated CPU time (s) 1177.85
Current children cumulated vsize (KiB) 55480

[startup+1243.92 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 31963
/proc/meminfo: memFree=1729072/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=7904 CPUtime=1229.57
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1630 0 0 0 122947 10 0 0 25 0 1 0 171213525 8093696 1612 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526872 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 1976 1612 53 142 0 1832 0
Current children cumulated CPU time (s) 1237.64
Current children cumulated vsize (KiB) 55480

[startup+1303.99 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 31963
/proc/meminfo: memFree=1728752/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8168 CPUtime=1289.37
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1686 0 0 0 128926 11 0 0 25 0 1 0 171213525 8364032 1668 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529624 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 2042 1668 53 142 0 1898 0
Current children cumulated CPU time (s) 1297.44
Current children cumulated vsize (KiB) 55744

[startup+1364.07 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 31963
/proc/meminfo: memFree=1728624/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8168 CPUtime=1349.15
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1695 0 0 0 134904 11 0 0 25 0 1 0 171213525 8364032 1677 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529608 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 2042 1677 53 142 0 1898 0
Current children cumulated CPU time (s) 1357.22
Current children cumulated vsize (KiB) 55744

[startup+1424.15 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 31963
/proc/meminfo: memFree=1728560/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8168 CPUtime=1408.95
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1706 0 0 0 140883 12 0 0 25 0 1 0 171213525 8364032 1688 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 2042 1688 53 142 0 1898 0
Current children cumulated CPU time (s) 1417.02
Current children cumulated vsize (KiB) 55744

[startup+1484.22 s]
/proc/loadavg: 2.00 2.00 1.92 4/94 31963
/proc/meminfo: memFree=1728432/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8168 CPUtime=1468.75
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1718 0 0 0 146862 13 0 0 25 0 1 0 171213525 8364032 1700 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 2042 1700 53 142 0 1898 0
Current children cumulated CPU time (s) 1476.82
Current children cumulated vsize (KiB) 55744

[startup+1544.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 31963
/proc/meminfo: memFree=1728304/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8336 CPUtime=1528.54
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1728 0 0 0 152841 13 0 0 25 0 1 0 171213525 8536064 1710 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527161 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 2084 1710 53 142 0 1940 0
Current children cumulated CPU time (s) 1536.61
Current children cumulated vsize (KiB) 55912

[startup+1604.38 s]
/proc/loadavg: 2.08 2.03 1.93 3/94 31963
/proc/meminfo: memFree=1728240/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8336 CPUtime=1588.34
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1739 0 0 0 158820 14 0 0 25 0 1 0 171213525 8536064 1721 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529450 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 2084 1721 53 142 0 1940 0
Current children cumulated CPU time (s) 1596.41
Current children cumulated vsize (KiB) 55912

[startup+1664.45 s]
/proc/loadavg: 2.03 2.02 1.93 3/94 31963
/proc/meminfo: memFree=1728112/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8336 CPUtime=1648.12
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1741 0 0 0 164798 14 0 0 25 0 1 0 171213525 8536064 1723 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31765/statm: 2084 1723 53 142 0 1940 0
Current children cumulated CPU time (s) 1656.19
Current children cumulated vsize (KiB) 55912

[startup+1724.48 s]
/proc/loadavg: 1.87 1.97 1.91 3/94 32075
/proc/meminfo: memFree=1754984/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8336 CPUtime=1707.89
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1743 0 0 0 170772 17 0 0 25 0 1 0 171213525 8536064 1725 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/31765/statm: 2084 1725 53 142 0 1940 0
Current children cumulated CPU time (s) 1715.96
Current children cumulated vsize (KiB) 55912

[startup+1784.53 s]
/proc/loadavg: 1.95 1.97 1.91 3/94 32075
/proc/meminfo: memFree=1754920/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8488 CPUtime=1767.88
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1767 0 0 0 176771 17 0 0 25 0 1 0 171213525 8691712 1749 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31765/statm: 2122 1749 53 142 0 1978 0
Current children cumulated CPU time (s) 1775.95
Current children cumulated vsize (KiB) 56064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.64 s]
/proc/loadavg: 1.97 1.97 1.91 3/94 32075
/proc/meminfo: memFree=1754920/2055920 swapFree=4178216/4192956
[pid=31743] ppid=31741 vsize=47576 CPUtime=8.07
/proc/31743/stat : 31743 (galac.sh) S 31741 31743 31447 0 -1 4194304 799 21638 0 1 0 0 790 17 17 0 1 0 171212704 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31743/statm: 11894 363 245 79 0 218 0
[pid=31765] ppid=31743 vsize=8488 CPUtime=1791.99
/proc/31765/stat : 31765 (minisat) R 31743 31743 31447 0 -1 4194304 1767 0 0 0 179182 17 0 0 25 0 1 0 171213525 8691712 1749 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31765/statm: 2122 1749 53 142 0 1978 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 56064

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 0
Real time (s): 1808.65
CPU time (s): 1800.1
CPU user time (s): 1799.73
CPU system time (s): 0.362944
CPU usage (%): 99.5269
Max. virtual memory (cumulated for all children) (KiB): 908772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24399
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= 1518
involuntary context switches= 56602

runsolver used 2.09968 s user time and 5.83311 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan  8 03:49:34 UTC 2007


IDJOB= 214096
IDBENCH= 4898
FILE ID= node10/214096-1168228173

PBS_JOBID= 3481129

Free space on /tmp= 66377 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-3-c.xml
COMMAND LINE= /tmp/evaluation/214096-1168228173/galac.sh /tmp/evaluation/214096-1168228173/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-214096-1168228173 -o ROOT/results/node10/solver-214096-1168228173 -C 1800 -M 900  /tmp/evaluation/214096-1168228173/galac.sh /tmp/evaluation/214096-1168228173/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  315a156ccbc0beaf56a30107b637b9af

RANDOM SEED= 382474697

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.232
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.232
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:       1737552 kB
Buffers:         38312 kB
Cached:         114576 kB
SwapCached:       2628 kB
Active:         184664 kB
Inactive:        78988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737552 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            4260 kB
Writeback:           0 kB
Mapped:         129800 kB
Slab:            39228 kB
Committed_AS:  5187396 kB
PageTables:       2416 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= 66379 MiB



End job on node10 on Mon Jan  8 04:19:44 UTC 2007