Trace number 1058649

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
casper zito? (TO) 1800.08 1807.91

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-14_ext.xml
MD5SUMc10ecc9c1ecd063a30e5a8ffb7ffef86
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark925.489
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.23	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.23	c Parsing = 1
0.69/0.74	c Building = 1
0.88/0.91	c [ NumberOfVariables = 28 ]
0.88/0.91	c [ NumberOfConstraints = 93 ]
0.88/0.91	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.88/0.91	c SymmetrySearch = 1
3.97/4.09	c InitialPropagation = 1
4.06/4.14	c [ SizeOfSearchSpace(log2) = 134.606 ]
4.06/4.14	c InitialSAC = 1
4.65/4.72	c [ SizeOfSearchSpace(log2) = 134.606 ]
4.65/4.72	c Search(SampleFF) : 
97.41/98.00	c [ Sampling domwdeg ]
97.41/98.00	c [ Sampling impacts ]
97.41/98.00	c [ SamplingScores: ]
97.41/98.00	c [ domwdeg+min = 1.15348e-07 | domwdeg+rnd = 5.0399e-08 ]
97.41/98.00	c [ impacts+min = 1.03793e-08 | impacts+rnd = 6.85662e-11 ]
97.41/98.00	c [ la+min = 0 | la+rnd = 0 ]
97.41/98.00	c [ domwdeg = 8.28734e-08 | impacts = 5.22394e-09 | la = 0 ]
97.41/98.00	c [ min = 4.1909e-08 | rand = 5.22394e-09 ]
97.41/98.00	c [ restarting at (3.96356,6.43326e-08) ]
108.15/108.71	c [ restarting at (9.9089,6.2329e-08) ]
134.52/135.27	c [ restarting at (24.7722,0.00127563) ]
200.59/201.69	c [ restarting at (61.9306,1.63013e-06) ]
365.79/367.69	c [ restarting at (154.827,0.000182395) ]
486.59/489.10	c [ restarting at (387.066,5.36888e-05) ]
1450.60/1457.06	c [ restarting at (967.666,0.00351579) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058649-1215116817/watcher-1058649-1215116817 -o /tmp/evaluation-result-1058649-1215116817/solver-1058649-1215116817 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1058649-1215116817.xml 527045160 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1349
/proc/meminfo: memFree=1391872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=18572 CPUtime=0
/proc/1349/stat : 1349 (runsolver) R 1347 1349 619 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990656164 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1349/statm: 4643 292 257 25 0 2626 0

[startup+0.112107 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1349
/proc/meminfo: memFree=1391872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=7404 CPUtime=0.1
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 974 0 0 0 10 0 0 0 18 0 1 0 1990656164 7581696 934 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 1851 934 365 234 0 553 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7404

[startup+0.202122 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1349
/proc/meminfo: memFree=1391872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=9300 CPUtime=0.18
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 1426 0 0 0 18 0 0 0 18 0 1 0 1990656164 9523200 1386 996147200 134512640 135472138 4294956224 18446744073709551615 8296059 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 2325 1389 365 234 0 1027 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9300

[startup+0.302138 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1349
/proc/meminfo: memFree=1391872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=11192 CPUtime=0.29
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 1922 0 0 0 28 1 0 0 19 0 1 0 1990656164 11460608 1882 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 2798 1882 365 234 0 1500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11192

[startup+0.701214 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1349
/proc/meminfo: memFree=1391872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=19244 CPUtime=0.69
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 3935 0 0 0 66 3 0 0 23 0 1 0 1990656164 19705856 3895 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 4811 3895 365 234 0 3513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19244

[startup+1.50135 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1340088/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=186500 CPUtime=1.47
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 21959 0 0 0 133 14 0 0 25 0 1 0 1990656164 190976000 21919 996147200 134512640 135472138 4294956224 18446744073709551615 8296059 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 46625 21920 432 234 0 45327 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 186500

[startup+3.10164 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1261944/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=320016 CPUtime=3.07
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 47095 0 0 0 278 29 0 0 25 0 1 0 1990656164 327696384 46738 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 80004 46738 439 234 0 78706 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 320016

[startup+6.3012 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1352632/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=6.26
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 48683 0 0 0 593 33 0 0 25 0 1 0 1990656164 139612160 10159 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10159 468 234 0 32787 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 136340

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1352184/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=12.62
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 48822 0 0 0 1229 33 0 0 25 0 1 0 1990656164 139612160 10298 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10298 476 234 0 32787 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 136340

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1351864/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=25.36
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 48890 0 0 0 2503 33 0 0 25 0 1 0 1990656164 139612160 10366 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10366 476 234 0 32787 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 136340

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1351800/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=50.83
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 48922 0 0 0 5050 33 0 0 25 0 1 0 1990656164 139612160 10398 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10398 478 234 0 32787 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 136340

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1351672/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=101.78
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 48923 0 0 0 10145 33 0 0 25 0 1 0 1990656164 139612160 10399 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10399 479 234 0 32787 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 136340

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1351288/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=161.48
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49010 0 0 0 16115 33 0 0 25 0 1 0 1990656164 139612160 10486 996147200 134512640 135472138 4294956224 18446744073709551615 134585002 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10486 479 234 0 32787 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 136340

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1350
/proc/meminfo: memFree=1351288/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=221.19
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49010 0 0 0 22086 33 0 0 25 0 1 0 1990656164 139612160 10486 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10486 479 234 0 32787 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 136340

[startup+282.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 1350
/proc/meminfo: memFree=1350328/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=280.9
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49013 0 0 0 28057 33 0 0 25 0 1 0 1990656164 139612160 10489 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10489 479 234 0 32787 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 136340

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 2.00 4/81 1350
/proc/meminfo: memFree=1349624/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=340.61
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49013 0 0 0 34027 34 0 0 25 0 1 0 1990656164 139612160 10489 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10489 479 234 0 32787 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 136340

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/81 1350
/proc/meminfo: memFree=1349304/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=400.32
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 39998 34 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 400.32
Current children cumulated vsize (KiB) 136340

[startup+462.303 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 1350
/proc/meminfo: memFree=1349176/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=460.02
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 45968 34 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 460.02
Current children cumulated vsize (KiB) 136340

[startup+522.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 1392
/proc/meminfo: memFree=1555568/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=519.74
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 51939 35 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 519.74
Current children cumulated vsize (KiB) 136340

[startup+582.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 1394
/proc/meminfo: memFree=1555184/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=579.49
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 57913 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 579.49
Current children cumulated vsize (KiB) 136340

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 1394
/proc/meminfo: memFree=1555440/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=639.25
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 63889 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134617300 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 639.25
Current children cumulated vsize (KiB) 136340


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1555256/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=818.51
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 81815 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 818.51
Current children cumulated vsize (KiB) 136340

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1555256/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=878.26
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 87790 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 878.26
Current children cumulated vsize (KiB) 136340

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1555192/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=938.01
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 93765 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134604938 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 938.01
Current children cumulated vsize (KiB) 136340

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1555192/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=997.76
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 99740 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 997.76
Current children cumulated vsize (KiB) 136340

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1555128/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1057.52
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 105716 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1057.52
Current children cumulated vsize (KiB) 136340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1555064/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1117.27
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 111691 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1117.27
Current children cumulated vsize (KiB) 136340

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1555000/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1177.03
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 117667 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1177.03
Current children cumulated vsize (KiB) 136340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1236.77
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 123641 36 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134604927 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1236.77
Current children cumulated vsize (KiB) 136340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1296.54
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 129617 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134604978 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1296.54
Current children cumulated vsize (KiB) 136340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1356.29
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 135592 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1356.29
Current children cumulated vsize (KiB) 136340

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554936/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1416.05
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 141568 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134604949 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1416.05
Current children cumulated vsize (KiB) 136340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554936/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1475.8
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 147543 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1475.8
Current children cumulated vsize (KiB) 136340

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1535.55
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 153518 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1535.55
Current children cumulated vsize (KiB) 136340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1595.3
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 159493 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1595.3
Current children cumulated vsize (KiB) 136340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554872/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1655.06
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 165469 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585177 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1655.06
Current children cumulated vsize (KiB) 136340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554680/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1714.81
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 171444 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1714.81
Current children cumulated vsize (KiB) 136340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554552/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1774.56
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 177419 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585058 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 136340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1394
/proc/meminfo: memFree=1554552/2055920 swapFree=4180540/4192956
[pid=1349] ppid=1347 vsize=136340 CPUtime=1800.06
/proc/1349/stat : 1349 (casperzito) R 1347 1349 619 0 -1 4194304 49066 0 0 0 179969 37 0 0 25 0 1 0 1990656164 139612160 10542 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1349/statm: 34085 10542 479 234 0 32787 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 136340

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.91
CPU time (s): 1800.08
CPU user time (s): 1799.69
CPU system time (s): 0.385941
CPU usage (%): 99.5667
Max. virtual memory (cumulated for all children) (KiB): 320016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49066
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= 16
involuntary context switches= 33029

runsolver used 1.61275 second user time and 4.97224 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 22:26:58
IDJOB=1058649
IDBENCH=54174
IDSOLVER=362
FILE ID=node18/1058649-1215116817
PBS_JOBID= 7877168
Free space on /tmp= 66536 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-14_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058649-1215116817/watcher-1058649-1215116817 -o /tmp/evaluation-result-1058649-1215116817/solver-1058649-1215116817 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1058649-1215116817.xml 527045160 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c10ecc9c1ecd063a30e5a8ffb7ffef86
RANDOM SEED=527045160

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.268
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	: 5931.00
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.268
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:       1392352 kB
Buffers:         37464 kB
Cached:         240496 kB
SwapCached:       6280 kB
Active:         469188 kB
Inactive:       133456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1392352 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            8728 kB
Writeback:           0 kB
Mapped:         338276 kB
Slab:            45580 kB
Committed_AS:  4187468 kB
PageTables:       2364 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= 66536 MiB
End job on node18 at 2008-07-03 22:57:08