Trace number 1064409

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.1 1812.21

General information on the benchmark

Namecsp/tdsp/
normalized-C2-1-15.xml
MD5SUM40fd1462beb1882ea3b8d112ab0c1152
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8329
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints350
Maximum constraint arity6
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.08	c Parsing = 1
0.00/0.08	c Building = 1
0.00/0.08	c [ NumberOfVariables = 77 ]
0.00/0.08	c [ NumberOfConstraints = 350 ]
0.00/0.08	c [ SizeOfSearchSpace(log2) = 258.939 ]
0.00/0.08	c SymmetrySearch = 1
0.00/0.08	c [ Found 8 symmetries ]
0.00/0.08	c InitialPropagation = 1
0.00/0.08	c [ SizeOfSearchSpace(log2) = 249.625 ]
0.00/0.08	c InitialSAC = 1
0.00/0.08	c [ SizeOfSearchSpace(log2) = 249.625 ]
0.00/0.08	c Search(SampleFF) : 
72.43/73.17	c [ Sampling domwdeg ]
72.43/73.17	c [ Sampling impacts ]
72.43/73.17	c [ SamplingScores: ]
72.43/73.17	c [ domwdeg+min = 7.51639e-68 | domwdeg+rnd = 1.15776e-61 ]
72.43/73.17	c [ impacts+min = 2.22833e-06 | impacts+rnd = 4.12485e-07 ]
72.43/73.17	c [ la+min = 0 | la+rnd = 0 ]
72.43/73.17	c [ domwdeg = 5.78878e-62 | impacts = 1.32041e-06 | la = 0 ]
72.43/73.17	c [ min = 7.42777e-07 | rand = 1.32041e-06 ]
72.43/73.17	c [ restarting at (3.96356,7.16806e-08) ]
83.04/83.80	c [ restarting at (9.9089,7.79926e-17) ]
109.31/110.39	c [ restarting at (24.7722,2.37299e-14) ]
175.23/176.81	c [ restarting at (61.9306,3.90885e-13) ]
339.98/343.00	c [ restarting at (154.827,0.000189315) ]
751.60/758.28	c [ restarting at (387.066,8.99951e-18) ]
1358.19/1370.16	c [ restarting at (967.666,2.2371e-14) ]

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-1064409-1215141243/watcher-1064409-1215141243 -o /tmp/evaluation-result-1064409-1215141243/solver-1064409-1215141243 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1064409-1215141243.xml 589323665 

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.28 2.09 2.02 4/84 15720
/proc/meminfo: memFree=1696968/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=0.19
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1445 0 0 0 19 0 0 0 19 0 1 0 1993096271 104165376 1366 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1366 502 234 0 24133 0

[startup+0.31072 s]
/proc/loadavg: 2.28 2.09 2.02 4/84 15720
/proc/meminfo: memFree=1696968/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=0.29
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1445 0 0 0 29 0 0 0 20 0 1 0 1993096271 104165376 1366 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1366 502 234 0 24133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101724

[startup+0.401735 s]
/proc/loadavg: 2.28 2.09 2.02 4/84 15720
/proc/meminfo: memFree=1696968/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=0.38
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1445 0 0 0 38 0 0 0 20 0 1 0 1993096271 104165376 1366 996147200 134512640 135472138 4294956224 18446744073709551615 134906046 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1366 502 234 0 24133 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 101724

[startup+0.501753 s]
/proc/loadavg: 2.28 2.09 2.02 4/84 15720
/proc/meminfo: memFree=1696968/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=0.48
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1445 0 0 0 48 0 0 0 21 0 1 0 1993096271 104165376 1366 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1366 502 234 0 24133 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 101724

[startup+0.701788 s]
/proc/loadavg: 2.28 2.09 2.02 4/84 15720
/proc/meminfo: memFree=1696968/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=0.68
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1445 0 0 0 68 0 0 0 23 0 1 0 1993096271 104165376 1366 996147200 134512640 135472138 4294956224 18446744073709551615 134984313 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1366 502 234 0 24133 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 101724

[startup+1.50192 s]
/proc/loadavg: 2.28 2.09 2.02 3/85 15721
/proc/meminfo: memFree=1693440/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1.47
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1447 0 0 0 147 0 0 0 25 0 1 0 1993096271 104165376 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1368 502 234 0 24133 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 101724

[startup+3.10119 s]
/proc/loadavg: 2.28 2.09 2.02 3/85 15721
/proc/meminfo: memFree=1693184/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=3.06
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1448 0 0 0 306 0 0 0 25 0 1 0 1993096271 104165376 1369 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1369 502 234 0 24133 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 101724

[startup+6.30172 s]
/proc/loadavg: 2.25 2.09 2.02 3/85 15721
/proc/meminfo: memFree=1693184/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=6.22
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1448 0 0 0 622 0 0 0 25 0 1 0 1993096271 104165376 1369 996147200 134512640 135472138 4294956224 18446744073709551615 134905541 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1369 502 234 0 24133 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 101724

[startup+12.7018 s]
/proc/loadavg: 2.23 2.09 2.02 3/85 15721
/proc/meminfo: memFree=1693248/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=12.57
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1449 0 0 0 1257 0 0 0 25 0 1 0 1993096271 104165376 1370 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1370 502 234 0 24133 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 101724

[startup+25.502 s]
/proc/loadavg: 2.18 2.08 2.02 3/85 15721
/proc/meminfo: memFree=1693312/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=25.26
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1452 0 0 0 2526 0 0 0 25 0 1 0 1993096271 104165376 1373 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1373 502 234 0 24133 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 101724

[startup+51.1013 s]
/proc/loadavg: 2.12 2.07 2.02 3/85 15721
/proc/meminfo: memFree=1693248/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=50.62
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1453 0 0 0 5062 0 0 0 25 0 1 0 1993096271 104165376 1374 996147200 134512640 135472138 4294956224 18446744073709551615 134905508 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1374 503 234 0 24133 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 101724

[startup+102.302 s]
/proc/loadavg: 2.05 2.06 2.01 3/85 15721
/proc/meminfo: memFree=1693120/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=101.38
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1475 0 0 0 10138 0 0 0 25 0 1 0 1993096271 104165376 1396 996147200 134512640 135472138 4294956224 18446744073709551615 134906688 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1396 504 234 0 24133 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 101724

[startup+162.302 s]
/proc/loadavg: 2.02 2.05 2.00 3/85 15721
/proc/meminfo: memFree=1693056/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=160.86
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1475 0 0 0 16085 1 0 0 25 0 1 0 1993096271 104165376 1396 996147200 134512640 135472138 4294956224 18446744073709551615 134928756 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1396 504 234 0 24133 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 101724

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/85 15721
/proc/meminfo: memFree=1692992/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=220.34
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1475 0 0 0 22033 1 0 0 25 0 1 0 1993096271 104165376 1396 996147200 134512640 135472138 4294956224 18446744073709551615 134928843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1396 504 234 0 24133 0
Current children cumulated CPU time (s) 220.34
Current children cumulated vsize (KiB) 101724

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 15721
/proc/meminfo: memFree=1692992/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=279.81
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1479 0 0 0 27980 1 0 0 25 0 1 0 1993096271 104165376 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134916208 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1400 504 234 0 24133 0
Current children cumulated CPU time (s) 279.81
Current children cumulated vsize (KiB) 101724

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 15721
/proc/meminfo: memFree=1692992/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=339.29
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 33928 1 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 339.29
Current children cumulated vsize (KiB) 101724

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 15721
/proc/meminfo: memFree=1692992/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=398.77
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 39875 2 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 135208112 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 398.77
Current children cumulated vsize (KiB) 101724

[startup+462.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 15721
/proc/meminfo: memFree=1692864/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=458.26
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 45824 2 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134984285 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 458.26
Current children cumulated vsize (KiB) 101724

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15721
/proc/meminfo: memFree=1692800/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=517.74
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 51772 2 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134984313 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 517.74
Current children cumulated vsize (KiB) 101724

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15721
/proc/meminfo: memFree=1692736/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=577.22
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 57720 2 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134906688 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 577.22
Current children cumulated vsize (KiB) 101724

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15721
/proc/meminfo: memFree=1692736/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=636.7
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 63668 2 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134984225 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 636.7
Current children cumulated vsize (KiB) 101724


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

[startup+882.303 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 15721
/proc/meminfo: memFree=1692480/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=874.62
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 87460 2 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 135265498 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 874.62
Current children cumulated vsize (KiB) 101724

[startup+942.301 s]
/proc/loadavg: 2.10 2.03 2.00 3/85 15721
/proc/meminfo: memFree=1692480/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=934.09
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 93407 2 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134984313 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 934.09
Current children cumulated vsize (KiB) 101724

[startup+1002.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/85 15721
/proc/meminfo: memFree=1692480/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=993.59
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 99356 3 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 993.59
Current children cumulated vsize (KiB) 101724

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/85 15721
/proc/meminfo: memFree=1692416/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1053.07
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1485 0 0 0 105304 3 0 0 25 0 1 0 1993096271 104165376 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1406 504 234 0 24133 0
Current children cumulated CPU time (s) 1053.07
Current children cumulated vsize (KiB) 101724

[startup+1122.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 15721
/proc/meminfo: memFree=1692480/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1112.56
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 111253 3 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1112.56
Current children cumulated vsize (KiB) 101724

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 15721
/proc/meminfo: memFree=1692352/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1172.03
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 117200 3 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134581753 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1172.03
Current children cumulated vsize (KiB) 101724

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 15723
/proc/meminfo: memFree=1692288/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1231.51
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 123148 3 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1231.51
Current children cumulated vsize (KiB) 101724

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15723
/proc/meminfo: memFree=1692224/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1290.99
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 129096 3 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134911584 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1290.99
Current children cumulated vsize (KiB) 101724

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15723
/proc/meminfo: memFree=1692160/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1350.46
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 135043 3 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134905532 0 0 4096 0 0 0 0 17 1 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1350.46
Current children cumulated vsize (KiB) 101724

[startup+1422.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 15752
/proc/meminfo: memFree=1785248/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1410.35
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 141031 4 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134984225 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1410.35
Current children cumulated vsize (KiB) 101724

[startup+1482.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 15752
/proc/meminfo: memFree=1785248/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1470.33
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 147029 4 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134984290 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1470.33
Current children cumulated vsize (KiB) 101724

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15752
/proc/meminfo: memFree=1785184/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1530.3
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 153026 4 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 135234808 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1530.3
Current children cumulated vsize (KiB) 101724

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15752
/proc/meminfo: memFree=1785120/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1590.28
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 159023 5 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134578208 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1590.28
Current children cumulated vsize (KiB) 101724

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15752
/proc/meminfo: memFree=1785184/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1650.25
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 165020 5 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134905489 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1650.25
Current children cumulated vsize (KiB) 101724

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15752
/proc/meminfo: memFree=1785184/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1710.22
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 171017 5 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 135252667 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1710.22
Current children cumulated vsize (KiB) 101724

[startup+1782.31 s]
/proc/loadavg: 2.03 2.00 2.00 3/73 15752
/proc/meminfo: memFree=1784992/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1770.2
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 177015 5 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1770.2
Current children cumulated vsize (KiB) 101724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.08 2.01 2.00 3/73 15752
/proc/meminfo: memFree=1784992/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1800.09
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 180004 5 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134984253 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 101724

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

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

[startup+1812.2 s]
/proc/loadavg: 2.08 2.01 2.00 3/73 15752
/proc/meminfo: memFree=1784992/2055920 swapFree=4180240/4192956
[pid=15720] ppid=15718 vsize=101724 CPUtime=1800.09
/proc/15720/stat : 15720 (casperzito) R 15718 15720 13511 0 -1 4194304 1487 0 0 0 180004 5 0 0 25 0 1 0 1993096271 104165376 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134984253 0 0 4096 0 0 0 0 17 0 0 0
/proc/15720/statm: 25431 1408 504 234 0 24133 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 101724

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.21
CPU time (s): 1800.1
CPU user time (s): 1800.04
CPU system time (s): 0.055991
CPU usage (%): 99.3317
Max. virtual memory (cumulated for all children) (KiB): 101724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1487
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= 57637

runsolver used 2.03769 second user time and 4.76328 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 05:14:03
IDJOB=1064409
IDBENCH=54945
IDSOLVER=362
FILE ID=node50/1064409-1215141243
PBS_JOBID= 7877279
Free space on /tmp= 66536 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/tdsp/normalized-C2-1-15.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064409-1215141243/watcher-1064409-1215141243 -o /tmp/evaluation-result-1064409-1215141243/solver-1064409-1215141243 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1064409-1215141243.xml 589323665 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40fd1462beb1882ea3b8d112ab0c1152
RANDOM SEED=589323665

node50.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.261
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.261
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:       1697448 kB
Buffers:         39648 kB
Cached:         164632 kB
SwapCached:       6724 kB
Active:         217252 kB
Inactive:        72208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697448 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:         102556 kB
Slab:            53796 kB
Committed_AS:  3939284 kB
PageTables:       2112 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node50 at 2008-07-04 05:44:17