Trace number 203561

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.01 1804.42

General information on the benchmark

Namefrb/frb59-26/
frb59-26-3-mgd_ext.xml
MD5SUM6d173f9e03ce0044a573210614a3bc28
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables59
Number of constraints547
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension547
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.42	c start processing
1.42	c start relation processing
1.47	c start cnf exporting
4.63	c parsing time : 1.261
4.63	c preprocessing time : 4.474
4.63	
4.63	c Nary constraints - conflicts : 0 supports : 0
4.63	c Binary constraints - conflicts : 527 supports :20
4.63	c max arity constraint : 2
4.63	c Max Tuples generated 0
4.63	c relations : 547
4.63	c relations BDD: 0
4.63	c vars : 1535 - clauses :  119607
4.63	
4.65	 
4.65	c --- Minisat Stats ---
4.65	 

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/node43/watcher-203561-1168161581 -o ROOT/results/node43/solver-203561-1168161581 -C 1800 -M 900 /tmp/evaluation/203561-1168161581/galac.sh /tmp/evaluation/203561-1168161581/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: 2.00 2.00 1.95 4/73 5769
/proc/meminfo: memFree=1390168/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=8652 CPUtime=0
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 164557257 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5768/statm: 2163 280 208 79 0 156 0
[pid=5770] ppid=5768 vsize=8688 CPUtime=0
/proc/5770/stat : 5770 (galac.sh) S 5768 5768 4541 0 -1 4194368 38 0 0 0 0 0 0 0 17 0 1 0 164557257 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216849416274 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/5770/statm: 2172 286 209 79 0 165 0
[pid=5771] ppid=5770 vsize=3660 CPUtime=0
/proc/5771/stat : 5771 (id) R 5770 5768 4541 0 -1 4194304 183 0 0 0 0 0 0 0 19 0 1 0 164557257 3747840 143 18446744073709551615 4194304 4211724 548682069312 18446744073709551615 216846628233 0 0 3674112 0 0 0 0 17 0 0 0
/proc/5771/statm: 915 143 122 4 0 44 0

[startup+0.109834 s]
/proc/loadavg: 2.00 2.00 1.95 4/73 5769
/proc/meminfo: memFree=1390168/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=0.01
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.51789 s]
/proc/loadavg: 2.00 2.00 1.95 4/73 5769
/proc/meminfo: memFree=1390168/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=0.01
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33903 s]
/proc/loadavg: 2.08 2.02 1.96 4/81 5789
/proc/meminfo: memFree=1319816/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=0.01
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5782] ppid=5768 vsize=861064 CPUtime=1.28
/proc/5782/stat : 5782 (java) S 5768 5768 4541 0 -1 0 21651 0 1 0 118 10 0 0 19 0 8 0 164557260 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5782/statm: 215266 21404 1971 14 0 201471 0
[pid=5782/tid=5783] ppid=5768 vsize=861064 CPUtime=0.05
/proc/5782/task/5783/stat : 5783 (java) S 5768 5768 4541 0 -1 64 5814 0 0 0 3 2 0 0 16 0 8 0 164557264 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5784] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5784/stat : 5784 (java) S 5768 5768 4541 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 164557264 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5785] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5785/stat : 5785 (java) S 5768 5768 4541 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 164557264 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5786] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5786/stat : 5786 (java) S 5768 5768 4541 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164557268 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5787] ppid=5768 vsize=861064 CPUtime=0.21
/proc/5782/task/5787/stat : 5787 (java) R 5768 5768 4541 0 -1 64 965 0 0 0 21 0 0 0 21 0 8 0 164557268 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153793142 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5788] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5788/stat : 5788 (java) S 5768 5768 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164557268 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5789] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5789/stat : 5789 (java) S 5768 5768 4541 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164557268 881729536 21404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908640

[startup+2.9863 s]
/proc/loadavg: 2.08 2.02 1.96 3/81 5789
/proc/meminfo: memFree=1310856/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=0.01
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5782] ppid=5768 vsize=861064 CPUtime=2.91
/proc/5782/stat : 5782 (java) R 5768 5768 4541 0 -1 0 22420 0 1 0 280 11 0 0 25 0 8 0 164557260 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074192328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5782/statm: 215266 22171 1995 14 0 201471 0
[pid=5782/tid=5783] ppid=5768 vsize=861064 CPUtime=0.09
/proc/5782/task/5783/stat : 5783 (java) S 5768 5768 4541 0 -1 64 6461 0 0 0 7 2 0 0 16 0 8 0 164557264 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5784] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5784/stat : 5784 (java) S 5768 5768 4541 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164557264 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5785] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5785/stat : 5785 (java) S 5768 5768 4541 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 164557264 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5786] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5786/stat : 5786 (java) S 5768 5768 4541 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164557268 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5787] ppid=5768 vsize=861064 CPUtime=0.32
/proc/5782/task/5787/stat : 5787 (java) S 5768 5768 4541 0 -1 64 1036 0 0 0 31 1 0 0 16 0 8 0 164557268 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5788] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5788/stat : 5788 (java) S 5768 5768 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164557268 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5782/tid=5789] ppid=5768 vsize=861064 CPUtime=0
/proc/5782/task/5789/stat : 5789 (java) S 5768 5768 4541 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164557268 881729536 22171 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908640

[startup+6.27985 s]
/proc/loadavg: 2.08 2.02 1.96 3/74 5790
/proc/meminfo: memFree=1379072/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=10728 CPUtime=1.59
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 2577 0 0 0 158 1 0 0 25 0 1 0 164557723 10985472 2559 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 2682 2559 54 142 0 2538 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 58304

[startup+12.7459 s]
/proc/loadavg: 2.07 2.02 1.96 3/74 5790
/proc/meminfo: memFree=1368128/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=20972 CPUtime=8.01
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 5122 0 0 0 797 4 0 0 25 0 1 0 164557723 21475328 5104 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 5243 5104 54 142 0 5099 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 68548

[startup+25.5821 s]
/proc/loadavg: 2.06 2.02 1.96 3/74 5790
/proc/meminfo: memFree=1359432/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=29856 CPUtime=20.73
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 7358 0 0 0 2067 6 0 0 25 0 1 0 164557723 30572544 7340 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 7464 7340 54 142 0 7320 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 77432

[startup+51.2483 s]
/proc/loadavg: 2.04 2.01 1.96 3/74 5790
/proc/meminfo: memFree=1348680/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=40476 CPUtime=46.19
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 9976 0 0 0 4611 8 0 0 25 0 1 0 164557723 41447424 9958 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 10119 9958 54 142 0 9975 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 88052

[startup+102.476 s]
/proc/loadavg: 2.05 2.03 1.96 3/74 5790
/proc/meminfo: memFree=1335880/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=53576 CPUtime=96.98
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 13208 0 0 0 9686 12 0 0 25 0 1 0 164557723 54861824 13190 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 13394 13190 54 142 0 13250 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 101152

[startup+162.532 s]
/proc/loadavg: 2.02 2.02 1.96 3/74 5790
/proc/meminfo: memFree=1323336/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=65848 CPUtime=156.54
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 16312 0 0 0 15637 17 0 0 25 0 1 0 164557723 67428352 16294 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 16462 16294 54 142 0 16318 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 113424

[startup+222.592 s]
/proc/loadavg: 2.00 2.01 1.96 3/74 5790
/proc/meminfo: memFree=1313352/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=75932 CPUtime=216.08
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 18768 0 0 0 21589 19 0 0 25 0 1 0 164557723 77754368 18750 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 18983 18750 54 142 0 18839 0
Current children cumulated CPU time (s) 220.65
Current children cumulated vsize (KiB) 123508

[startup+282.645 s]
/proc/loadavg: 2.04 2.02 1.97 3/74 5790
/proc/meminfo: memFree=1304136/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=85220 CPUtime=275.64
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 21074 0 0 0 27542 22 0 0 25 0 1 0 164557723 87265280 21056 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5790/statm: 21305 21056 54 142 0 21161 0
Current children cumulated CPU time (s) 280.21
Current children cumulated vsize (KiB) 132796

[startup+342.701 s]
/proc/loadavg: 2.01 2.02 1.97 3/83 5865
/proc/meminfo: memFree=1206464/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=95508 CPUtime=335.28
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 23634 0 0 0 33501 27 0 0 25 0 1 0 164557723 97800192 23616 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 23877 23616 54 142 0 23733 0
Current children cumulated CPU time (s) 339.85
Current children cumulated vsize (KiB) 143084


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

/proc/loadavg: 2.17 2.04 1.99 3/83 5865
/proc/meminfo: memFree=1105856/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=146596 CPUtime=1114.85
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 36153 0 0 0 111443 42 0 0 25 0 1 0 164557723 150114304 36135 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 36649 36135 54 142 0 36505 0
Current children cumulated CPU time (s) 1119.42
Current children cumulated vsize (KiB) 194172

[startup+1183.19 s]
/proc/loadavg: 2.09 2.05 2.00 3/83 5865
/proc/meminfo: memFree=1105664/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=146760 CPUtime=1174.87
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 36190 0 0 0 117445 42 0 0 25 0 1 0 164557723 150282240 36172 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 36690 36172 54 142 0 36546 0
Current children cumulated CPU time (s) 1179.44
Current children cumulated vsize (KiB) 194336

[startup+1243.19 s]
/proc/loadavg: 2.03 2.04 2.00 3/83 5865
/proc/meminfo: memFree=1073280/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=146760 CPUtime=1234.81
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 36194 0 0 0 123439 42 0 0 25 0 1 0 164557723 150282240 36176 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 36690 36176 54 142 0 36546 0
Current children cumulated CPU time (s) 1239.38
Current children cumulated vsize (KiB) 194336

[startup+1303.29 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 5865
/proc/meminfo: memFree=1072768/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=147332 CPUtime=1294.84
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 36321 0 0 0 129442 42 0 0 25 0 1 0 164557723 150867968 36303 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 36833 36303 54 142 0 36689 0
Current children cumulated CPU time (s) 1299.41
Current children cumulated vsize (KiB) 194908

[startup+1363.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 5865
/proc/meminfo: memFree=1072192/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=147988 CPUtime=1354.78
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 36436 0 0 0 135436 42 0 0 25 0 1 0 164557723 151539712 36418 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 36997 36418 54 142 0 36853 0
Current children cumulated CPU time (s) 1359.35
Current children cumulated vsize (KiB) 195564

[startup+1423.38 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 5865
/proc/meminfo: memFree=1072128/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=148108 CPUtime=1414.82
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 36455 0 0 0 141439 43 0 0 25 0 1 0 164557723 151662592 36437 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 37027 36437 54 142 0 36883 0
Current children cumulated CPU time (s) 1419.39
Current children cumulated vsize (KiB) 195684

[startup+1483.39 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 5865
/proc/meminfo: memFree=1064192/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=156132 CPUtime=1474.75
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 38457 0 0 0 147430 45 0 0 25 0 1 0 164557723 159879168 38439 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 39033 38439 54 142 0 38889 0
Current children cumulated CPU time (s) 1479.32
Current children cumulated vsize (KiB) 203708

[startup+1543.39 s]
/proc/loadavg: 2.10 2.03 2.00 3/83 5865
/proc/meminfo: memFree=1056448/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=164192 CPUtime=1534.68
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 40378 0 0 0 153420 48 0 0 25 0 1 0 164557723 168132608 40360 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 41048 40360 54 142 0 40904 0
Current children cumulated CPU time (s) 1539.25
Current children cumulated vsize (KiB) 211768

[startup+1603.39 s]
/proc/loadavg: 2.12 2.05 2.01 3/83 5865
/proc/meminfo: memFree=1051776/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=168788 CPUtime=1594.64
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 41530 0 0 0 159414 50 0 0 25 0 1 0 164557723 172838912 41512 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529458 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 42197 41513 54 142 0 42053 0
Current children cumulated CPU time (s) 1599.21
Current children cumulated vsize (KiB) 216364

[startup+1663.49 s]
/proc/loadavg: 2.04 2.04 2.00 3/83 5865
/proc/meminfo: memFree=1046592/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=173896 CPUtime=1654.67
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 42807 0 0 0 165416 51 0 0 25 0 1 0 164557723 178069504 42789 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 43474 42789 54 142 0 43330 0
Current children cumulated CPU time (s) 1659.24
Current children cumulated vsize (KiB) 221472

[startup+1723.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 5865
/proc/meminfo: memFree=1046592/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=173896 CPUtime=1714.6
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 42810 0 0 0 171409 51 0 0 25 0 1 0 164557723 178069504 42792 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 43474 42792 54 142 0 43330 0
Current children cumulated CPU time (s) 1719.17
Current children cumulated vsize (KiB) 221472

[startup+1783.58 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 5865
/proc/meminfo: memFree=1046464/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=174108 CPUtime=1774.63
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 42835 0 0 0 177412 51 0 0 25 0 1 0 164557723 178286592 42817 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 43527 42817 54 142 0 43383 0
Current children cumulated CPU time (s) 1779.2
Current children cumulated vsize (KiB) 221684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 5865
/proc/meminfo: memFree=1046464/2055920 swapFree=4192812/4192956
[pid=5768] ppid=5766 vsize=47576 CPUtime=4.57
/proc/5768/stat : 5768 (galac.sh) S 5766 5768 4541 0 -1 4194304 798 24136 0 1 0 0 443 14 17 0 1 0 164557257 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5768/statm: 11894 363 245 79 0 218 0
[pid=5790] ppid=5768 vsize=174108 CPUtime=1795.44
/proc/5790/stat : 5790 (minisat) R 5768 5768 4541 0 -1 4194304 42836 0 0 0 179493 51 0 0 25 0 1 0 164557723 178286592 42818 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5790/statm: 43527 42818 54 142 0 43383 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 221684

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 5768 and gives childrusage.ru_utime.tv_sec=4 childrusage.ru_utime.tv_usec=435325 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=158975
CPU time returned by wait4() is 4.5943
while last known CPU time is 1800.01

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1804.42
CPU time (s): 1800.01
CPU user time (s): 1799.36
CPU system time (s): 0.65
CPU usage (%): 99.7559
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.43532
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24934
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= 1042
involuntary context switches= 1055

runsolver used 2.05469 s user time and 5.80412 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 09:19:41 UTC 2007


IDJOB= 203561
IDBENCH= 3969
FILE ID= node43/203561-1168161581

PBS_JOBID= 3478528

Free space on /tmp= 66490 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb59-26/frb59-26-3-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/203561-1168161581/galac.sh /tmp/evaluation/203561-1168161581/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-203561-1168161581 -o ROOT/results/node43/solver-203561-1168161581 -C 1800 -M 900  /tmp/evaluation/203561-1168161581/galac.sh /tmp/evaluation/203561-1168161581/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6d173f9e03ce0044a573210614a3bc28

RANDOM SEED= 755654156

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.278
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.278
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:       1390776 kB
Buffers:         67456 kB
Cached:         508844 kB
SwapCached:          0 kB
Active:         262144 kB
Inactive:       340492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3444 kB
Writeback:           0 kB
Mapped:          37280 kB
Slab:            48064 kB
Committed_AS:  3306256 kB
PageTables:       1708 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= 66485 MiB



End job on node43 on Sun Jan  7 09:49:46 UTC 2007