Trace number 213998

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
CSPtoSAT+minisat 0.3? (TO) 1800.02 1800.48

General information on the benchmark

NamepseudoSeries/par/
par-32-2-c.xml
MD5SUMec636a8cda30e8c96a0d243ae0d25948
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 variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01	c This is CSPtoSAT+minisat version 0.3
0.01	c (c) 2006 roussel@cril.univ-artois.fr
0.01	
0.01	c This solver internally uses a modified version of MiniSat2 version 061112
0.01	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.01	
0.01	c parsing...
0.49	c ...done
0.49	c #SATvar=5214 #SATclauses=5212 #CSPpredicates=6509

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/node26/watcher-213998-1168063916 -o ROOT/results/node26/solver-213998-1168063916 -C 1800 -M 900 /tmp/evaluation/213998-1168063916/CSPtoSAT+minisat /tmp/evaluation/213998-1168063916/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.83 1.22 1.55 5/86 18283
/proc/meminfo: memFree=1381928/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=6696 CPUtime=0
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 154786512 6856704 386 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 12561697 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 1674 393 359 52 0 30 0

[startup+0.102634 s]
/proc/loadavg: 0.83 1.22 1.55 5/86 18283
/proc/meminfo: memFree=1381928/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=7916 CPUtime=0.09
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1091 0 0 0 9 0 0 0 18 0 1 0 154786512 8105984 1059 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4158431097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 1979 1059 703 52 0 347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7916

[startup+0.512825 s]
/proc/loadavg: 0.83 1.22 1.55 5/86 18283
/proc/meminfo: memFree=1381928/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=8956 CPUtime=0.5
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1405 0 0 0 50 0 0 0 22 0 1 0 154786512 9170944 1347 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134573862 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2239 1347 720 52 0 607 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8956

[startup+1.33375 s]
/proc/loadavg: 0.83 1.22 1.55 3/86 18283
/proc/meminfo: memFree=1379368/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=9088 CPUtime=1.32
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1439 0 0 0 132 0 0 0 25 0 1 0 154786512 9306112 1381 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134679996 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2272 1381 720 52 0 640 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9088

[startup+2.9719 s]
/proc/loadavg: 0.83 1.22 1.55 3/86 18283
/proc/meminfo: memFree=1379176/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=9220 CPUtime=2.96
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1472 0 0 0 296 0 0 0 25 0 1 0 154786512 9441280 1414 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2305 1414 720 52 0 673 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9220

[startup+6.25937 s]
/proc/loadavg: 0.92 1.23 1.55 3/86 18283
/proc/meminfo: memFree=1378600/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=9484 CPUtime=6.25
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1534 0 0 0 625 0 0 0 25 0 1 0 154786512 9711616 1476 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134673102 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2371 1476 720 52 0 739 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 9484

[startup+12.726 s]
/proc/loadavg: 1.01 1.25 1.55 3/86 18283
/proc/meminfo: memFree=1377904/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=9880 CPUtime=12.71
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1641 0 0 0 1271 0 0 0 25 0 1 0 154786512 10117120 1583 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134573848 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2470 1583 720 52 0 838 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 9880

[startup+25.5402 s]
/proc/loadavg: 1.23 1.28 1.56 3/86 18283
/proc/meminfo: memFree=1377136/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=10408 CPUtime=25.52
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1758 0 0 0 2552 0 0 0 25 0 1 0 154786512 10657792 1700 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134673091 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2602 1700 720 52 0 970 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 10408

[startup+51.1864 s]
/proc/loadavg: 1.49 1.34 1.57 3/86 18283
/proc/meminfo: memFree=1376112/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=11068 CPUtime=51.16
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 1933 0 0 0 5115 1 0 0 25 0 1 0 154786512 11333632 1875 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134573834 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2767 1875 720 52 0 1135 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 11068

[startup+102.472 s]
/proc/loadavg: 1.84 1.45 1.59 3/86 18283
/proc/meminfo: memFree=1374640/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=11992 CPUtime=102.43
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 2149 0 0 0 10241 2 0 0 25 0 1 0 154786512 12279808 2091 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671376 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2998 2091 720 52 0 1366 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 11992

[startup+162.477 s]
/proc/loadavg: 1.94 1.55 1.62 3/86 18283
/proc/meminfo: memFree=1373424/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=12652 CPUtime=162.43
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 2321 0 0 0 16240 3 0 0 25 0 1 0 154786512 12955648 2263 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678223 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3163 2263 720 52 0 1531 0
Current children cumulated CPU time (s) 162.43
Current children cumulated vsize (KiB) 12652

[startup+222.488 s]
/proc/loadavg: 1.98 1.63 1.64 4/86 18283
/proc/meminfo: memFree=1372208/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=13312 CPUtime=222.42
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 2484 0 0 0 22239 3 0 0 25 0 1 0 154786512 13631488 2426 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134674813 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3328 2426 720 52 0 1696 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 13312

[startup+282.494 s]
/proc/loadavg: 1.99 1.69 1.66 3/86 18283
/proc/meminfo: memFree=1371440/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=13844 CPUtime=282.41
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 2608 0 0 0 28237 4 0 0 25 0 1 0 154786512 14176256 2550 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671588 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3461 2550 720 52 0 1829 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 13844

[startup+342.499 s]
/proc/loadavg: 1.99 1.75 1.68 4/86 18283
/proc/meminfo: memFree=1370800/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=14372 CPUtime=342.4
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 2746 0 0 0 34236 4 0 0 25 0 1 0 154786512 14716928 2688 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3593 2688 720 52 0 1961 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 14372

[startup+402.507 s]
/proc/loadavg: 1.99 1.79 1.69 3/86 18285
/proc/meminfo: memFree=1369840/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=14768 CPUtime=402.39
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 2842 0 0 0 40234 5 0 0 25 0 1 0 154786512 15122432 2784 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562942 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3692 2784 720 52 0 2060 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 14768

[startup+462.512 s]
/proc/loadavg: 1.99 1.83 1.71 3/86 18285
/proc/meminfo: memFree=1369456/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=15164 CPUtime=462.39
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 2942 0 0 0 46233 6 0 0 25 0 1 0 154786512 15527936 2884 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3791 2884 720 52 0 2159 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 15164

[startup+522.524 s]
/proc/loadavg: 1.99 1.85 1.73 4/86 18285
/proc/meminfo: memFree=1368944/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=15564 CPUtime=522.38
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3042 0 0 0 52232 6 0 0 25 0 1 0 154786512 15937536 2984 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134672946 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3891 2984 720 52 0 2259 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 15564

[startup+582.533 s]
/proc/loadavg: 1.99 1.88 1.74 3/86 18285
/proc/meminfo: memFree=1367984/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=15952 CPUtime=582.37
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3160 0 0 0 58230 7 0 0 25 0 1 0 154786512 16334848 3102 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 3988 3102 720 52 0 2356 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 15952

[startup+642.537 s]
/proc/loadavg: 2.07 1.91 1.76 3/86 18285
/proc/meminfo: memFree=1367024/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=16376 CPUtime=642.36
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3259 0 0 0 64229 7 0 0 25 0 1 0 154786512 16769024 3201 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4094 3201 720 52 0 2462 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 16376

[startup+702.547 s]
/proc/loadavg: 2.02 1.93 1.77 3/86 18285
/proc/meminfo: memFree=1366128/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=16904 CPUtime=702.36
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3365 0 0 0 70228 8 0 0 25 0 1 0 154786512 17309696 3307 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134533075 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4226 3307 720 52 0 2594 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 16904

[startup+762.558 s]
/proc/loadavg: 2.06 1.95 1.79 3/86 18285
/proc/meminfo: memFree=1365744/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=17168 CPUtime=762.35
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3455 0 0 0 76227 8 0 0 25 0 1 0 154786512 17580032 3397 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671588 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4292 3397 720 52 0 2660 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 17168

[startup+822.567 s]
/proc/loadavg: 2.02 1.96 1.80 3/86 18285
/proc/meminfo: memFree=1365104/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=17780 CPUtime=822.35
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3601 0 0 0 82226 9 0 0 25 0 1 0 154786512 18206720 3543 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134600139 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4445 3543 720 52 0 2813 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 17780

[startup+882.58 s]
/proc/loadavg: 2.00 1.96 1.81 3/86 18285
/proc/meminfo: memFree=1364656/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=18176 CPUtime=882.34
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3696 0 0 0 88225 9 0 0 25 0 1 0 154786512 18612224 3638 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134626416 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4544 3638 720 52 0 2912 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 18176

[startup+942.594 s]
/proc/loadavg: 2.00 1.97 1.82 3/86 18285
/proc/meminfo: memFree=1364208/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=18440 CPUtime=942.35
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3760 0 0 0 94225 10 0 0 25 0 1 0 154786512 18882560 3702 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4610 3702 720 52 0 2978 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 18440

[startup+1002.6 s]
/proc/loadavg: 2.00 1.97 1.83 3/86 18285
/proc/meminfo: memFree=1363824/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=18704 CPUtime=1002.33
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3826 0 0 0 100223 10 0 0 25 0 1 0 154786512 19152896 3768 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134573844 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4676 3768 720 52 0 3044 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 18704

[startup+1062.61 s]
/proc/loadavg: 2.00 1.97 1.83 3/86 18285
/proc/meminfo: memFree=1363376/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=19100 CPUtime=1062.32
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3920 0 0 0 106222 10 0 0 25 0 1 0 154786512 19558400 3862 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4775 3862 720 52 0 3143 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 19100

[startup+1122.61 s]
/proc/loadavg: 2.00 1.97 1.84 3/86 18285
/proc/meminfo: memFree=1363056/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=19364 CPUtime=1122.32
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 3993 0 0 0 112221 11 0 0 25 0 1 0 154786512 19828736 3935 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134538352 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4841 3935 720 52 0 3209 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 19364

[startup+1182.63 s]
/proc/loadavg: 2.00 1.97 1.84 3/86 18285
/proc/meminfo: memFree=1362608/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=19760 CPUtime=1182.31
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4078 0 0 0 118220 11 0 0 25 0 1 0 154786512 20234240 4020 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 4940 4020 720 52 0 3308 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 19760

[startup+1242.63 s]
/proc/loadavg: 2.00 1.97 1.85 3/86 18285
/proc/meminfo: memFree=1362160/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=20024 CPUtime=1242.31
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4161 0 0 0 124219 12 0 0 25 0 1 0 154786512 20504576 4103 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134538353 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5006 4103 720 52 0 3374 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 20024

[startup+1302.64 s]
/proc/loadavg: 2.00 1.97 1.85 3/86 18285
/proc/meminfo: memFree=1361520/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=20556 CPUtime=1302.3
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4299 0 0 0 130218 12 0 0 25 0 1 0 154786512 21049344 4241 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5139 4241 720 52 0 3507 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 20556

[startup+1362.65 s]
/proc/loadavg: 2.03 1.99 1.87 3/86 18285
/proc/meminfo: memFree=1360176/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=20952 CPUtime=1362.29
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4380 0 0 0 136216 13 0 0 25 0 1 0 154786512 21454848 4322 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5238 4322 720 52 0 3606 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 20952

[startup+1422.66 s]
/proc/loadavg: 2.01 1.99 1.87 3/86 18285
/proc/meminfo: memFree=1359792/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=21080 CPUtime=1422.29
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4437 0 0 0 142215 14 0 0 25 0 1 0 154786512 21585920 4379 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5270 4379 720 52 0 3638 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 21080

[startup+1482.68 s]
/proc/loadavg: 2.00 1.99 1.88 3/86 18285
/proc/meminfo: memFree=1358576/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=21476 CPUtime=1482.29
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4539 0 0 0 148215 14 0 0 25 0 1 0 154786512 21991424 4481 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562849 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5369 4481 720 52 0 3737 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 21476

[startup+1542.69 s]
/proc/loadavg: 2.00 1.99 1.88 3/86 18285
/proc/meminfo: memFree=1358192/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=21740 CPUtime=1542.29
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4594 0 0 0 154214 15 0 0 25 0 1 0 154786512 22261760 4536 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134630845 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5435 4536 720 52 0 3803 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 21740

[startup+1602.69 s]
/proc/loadavg: 2.00 1.99 1.89 3/86 18285
/proc/meminfo: memFree=1357680/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=22136 CPUtime=1602.28
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4690 0 0 0 160212 16 0 0 25 0 1 0 154786512 22667264 4632 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134674422 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5534 4632 720 52 0 3902 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 22136

[startup+1662.7 s]
/proc/loadavg: 2.00 1.99 1.90 4/86 18285
/proc/meminfo: memFree=1357104/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=22664 CPUtime=1662.27
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4814 0 0 0 166211 16 0 0 25 0 1 0 154786512 23207936 4756 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134630848 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5666 4756 720 52 0 4034 0
Current children cumulated CPU time (s) 1662.27
Current children cumulated vsize (KiB) 22664

[startup+1722.71 s]
/proc/loadavg: 2.00 1.99 1.90 3/86 18285
/proc/meminfo: memFree=1356784/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=22796 CPUtime=1722.26
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4865 0 0 0 172210 16 0 0 25 0 1 0 154786512 23343104 4807 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5699 4807 720 52 0 4067 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 22796

[startup+1782.72 s]
/proc/loadavg: 2.00 1.99 1.91 3/86 18285
/proc/meminfo: memFree=1356208/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=23192 CPUtime=1782.26
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4955 0 0 0 178209 17 0 0 25 0 1 0 154786512 23748608 4897 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134533128 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5798 4897 720 52 0 4166 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 23192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.47 s]
/proc/loadavg: 2.00 1.99 1.91 2/81 18297
/proc/meminfo: memFree=1374992/2055920 swapFree=4192812/4192956
[pid=18282] ppid=18280 vsize=23340 CPUtime=1800.01
/proc/18282/stat : 18282 (CSPtoSAT+minisa) R 18280 18282 18133 0 -1 4194304 4979 0 0 0 179983 18 0 0 25 0 1 0 154786512 23900160 4921 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 5835 4921 720 52 0 4203 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 23340

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.48
CPU time (s): 1800.02
CPU user time (s): 1799.83
CPU system time (s): 0.185971
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 23340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 5424

runsolver used 1.56676 s user time and 4.82926 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 06:11:58 UTC 2007


IDJOB= 213998
IDBENCH= 4890
FILE ID= node26/213998-1168063916

PBS_JOBID= 3475614

Free space on /tmp= 66534 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-2-c.xml
COMMAND LINE= /tmp/evaluation/213998-1168063916/CSPtoSAT+minisat /tmp/evaluation/213998-1168063916/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-213998-1168063916 -o ROOT/results/node26/solver-213998-1168063916 -C 1800 -M 900  /tmp/evaluation/213998-1168063916/CSPtoSAT+minisat /tmp/evaluation/213998-1168063916/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  ec636a8cda30e8c96a0d243ae0d25948

RANDOM SEED= 345492028

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:       1382664 kB
Buffers:         41000 kB
Cached:         486680 kB
SwapCached:          0 kB
Active:         107884 kB
Inactive:       490112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5988 kB
Writeback:           0 kB
Mapped:          92784 kB
Slab:            60148 kB
Committed_AS:  2731076 kB
PageTables:       2236 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= 66537 MiB



End job on node26 on Sat Jan  6 06:42:04 UTC 2007