Trace number 1064703

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.02 1811.21

General information on the benchmark

Namecsp/tdsp/
normalized-C5-2-91.xml
MD5SUM47946473c43a0c517dbef8b6f98d48d6
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 benchmark588.036
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.16	c Parsing = 1
0.00/0.16	c Building = 1
0.00/0.20	c [ NumberOfVariables = 221 ]
0.00/0.20	c [ NumberOfConstraints = 2774 ]
0.00/0.20	c [ SizeOfSearchSpace(log2) = 982.164 ]
0.00/0.20	c SymmetrySearch = 1
1.18/1.23	c [ Found 18432 symmetries ]
1.18/1.26	c InitialPropagation = 1
1.18/1.27	c [ SizeOfSearchSpace(log2) = 968.147 ]
1.18/1.27	c InitialSAC = 1
1.28/1.37	c [ SizeOfSearchSpace(log2) = 968.147 ]
1.28/1.37	c Search(SampleFF) : 
78.01/78.78	c [ Sampling domwdeg ]
78.01/78.78	c [ Sampling impacts ]
78.01/78.78	c [ SamplingScores: ]
78.01/78.78	c [ domwdeg+min = 4.2182e-246 | domwdeg+rnd = 3.93773e-174 ]
78.01/78.78	c [ impacts+min = 2.36394e-23 | impacts+rnd = 6.95359e-19 ]
78.01/78.78	c [ la+min = 0 | la+rnd = 0 ]
78.01/78.78	c [ domwdeg = 1.96887e-174 | impacts = 3.47692e-19 | la = 0 ]
78.01/78.78	c [ min = 7.8798e-24 | rand = 3.47692e-19 ]
78.01/78.78	c [ restarting at (3.96356,8.02526e-11) ]
88.61/89.40	c [ restarting at (9.9089,7.15803e-44) ]
114.89/115.96	c [ restarting at (24.7722,1.60282e-49) ]
127.68/128.80	c [ restarting at (61.9306,3.31838e-40) ]
281.45/283.71	c [ restarting at (154.827,2.58456e-53) ]
665.01/670.95	c [ restarting at (387.066,8.5758e-71) ]
1628.65/1639.16	c [ restarting at (967.666,1.3376e-22) ]

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

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.01 2.05 2.01 4/80 13488
/proc/meminfo: memFree=1366792/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=1052 CPUtime=0
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 698309351 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 4870948 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 263 26 20 234 0 3 0

[startup+0.21676 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 13488
/proc/meminfo: memFree=1366792/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=104476 CPUtime=0.19
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 3772 0 0 0 18 1 0 0 19 0 1 0 698309351 106983424 3732 996147200 134512640 135472138 4294956224 18446744073709551615 134664307 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 26119 3732 453 234 0 24821 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 104476

[startup+0.302783 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 13488
/proc/meminfo: memFree=1366792/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=120456 CPUtime=0.28
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 6333 0 0 0 26 2 0 0 19 0 1 0 698309351 123346944 6190 996147200 134512640 135472138 4294956224 18446744073709551615 134535929 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 30114 6190 459 234 0 28816 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 120456

[startup+0.4028 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 13488
/proc/meminfo: memFree=1366792/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=120456 CPUtime=0.38
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 6520 0 0 0 36 2 0 0 20 0 1 0 698309351 123346944 6368 996147200 134512640 135472138 4294956224 18446744073709551615 134535920 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 30114 6368 459 234 0 28816 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 120456

[startup+0.701858 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 13488
/proc/meminfo: memFree=1366792/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=120456 CPUtime=0.68
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 6604 0 0 0 66 2 0 0 23 0 1 0 698309351 123346944 6450 996147200 134512640 135472138 4294956224 18446744073709551615 134533610 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 30114 6450 459 234 0 28816 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 120456

[startup+1.50198 s]
/proc/loadavg: 2.01 2.05 2.01 3/81 13489
/proc/meminfo: memFree=1339520/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110544 CPUtime=1.47
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7465 0 0 0 144 3 0 0 25 0 1 0 698309351 113197056 5331 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27636 5331 497 234 0 26338 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 110544

[startup+3.10125 s]
/proc/loadavg: 2.01 2.05 2.01 3/81 13489
/proc/meminfo: memFree=1347008/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=3.06
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7488 0 0 0 303 3 0 0 25 0 1 0 698309351 113201152 5354 996147200 134512640 135472138 4294956224 18446744073709551615 135202760 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5354 502 234 0 26339 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 110548

[startup+6.30179 s]
/proc/loadavg: 2.01 2.05 2.01 3/81 13489
/proc/meminfo: memFree=1346944/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=6.23
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7501 0 0 0 620 3 0 0 25 0 1 0 698309351 113201152 5367 996147200 134512640 135472138 4294956224 18446744073709551615 134928768 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5367 502 234 0 26339 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 110548

[startup+12.7019 s]
/proc/loadavg: 2.00 2.05 2.01 3/81 13489
/proc/meminfo: memFree=1346880/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=12.58
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7501 0 0 0 1255 3 0 0 25 0 1 0 698309351 113201152 5367 996147200 134512640 135472138 4294956224 18446744073709551615 134588618 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5367 502 234 0 26339 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 110548

[startup+25.507 s]
/proc/loadavg: 2.00 2.04 2.01 3/81 13489
/proc/meminfo: memFree=1347008/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=25.27
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7506 0 0 0 2524 3 0 0 25 0 1 0 698309351 113201152 5372 996147200 134512640 135472138 4294956224 18446744073709551615 134984298 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5372 502 234 0 26339 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 110548

[startup+51.1023 s]
/proc/loadavg: 2.00 2.04 2.01 3/81 13489
/proc/meminfo: memFree=1346752/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=50.65
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7567 0 0 0 5062 3 0 0 25 0 1 0 698309351 113201152 5433 996147200 134512640 135472138 4294956224 18446744073709551615 134578202 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5433 503 234 0 26339 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 110548

[startup+102.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 13489
/proc/meminfo: memFree=1346560/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=101.41
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7575 0 0 0 10138 3 0 0 25 0 1 0 698309351 113201152 5441 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5441 504 234 0 26339 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 110548

[startup+162.302 s]
/proc/loadavg: 1.95 2.01 1.99 3/84 13529
/proc/meminfo: memFree=1230888/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=160.94
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7575 0 0 0 16090 4 0 0 25 0 1 0 698309351 113201152 5441 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5441 504 234 0 26339 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 110548

[startup+222.302 s]
/proc/loadavg: 1.98 2.00 1.99 4/84 13529
/proc/meminfo: memFree=1125160/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=220.52
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7575 0 0 0 22047 5 0 0 25 0 1 0 698309351 113201152 5441 996147200 134512640 135472138 4294956224 18446744073709551615 135262944 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5441 504 234 0 26339 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 110548

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 4/84 13529
/proc/meminfo: memFree=1007592/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=280.06
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7575 0 0 0 28001 5 0 0 25 0 1 0 698309351 113201152 5441 996147200 134512640 135472138 4294956224 18446744073709551615 134578198 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5441 504 234 0 26339 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 110548

[startup+342.306 s]
/proc/loadavg: 1.99 2.00 1.99 4/84 13529
/proc/meminfo: memFree=897384/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=339.46
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7582 0 0 0 33941 5 0 0 25 0 1 0 698309351 113201152 5448 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5448 504 234 0 26339 0
Current children cumulated CPU time (s) 339.46
Current children cumulated vsize (KiB) 110548

[startup+402.302 s]
/proc/loadavg: 2.23 2.07 2.02 3/84 13529
/proc/meminfo: memFree=783528/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=398.69
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7584 0 0 0 39864 5 0 0 25 0 1 0 698309351 113201152 5450 996147200 134512640 135472138 4294956224 18446744073709551615 134608784 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5450 504 234 0 26339 0
Current children cumulated CPU time (s) 398.69
Current children cumulated vsize (KiB) 110548

[startup+462.301 s]
/proc/loadavg: 2.32 2.13 2.04 3/84 13529
/proc/meminfo: memFree=708136/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=458.43
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7585 0 0 0 45837 6 0 0 25 0 1 0 698309351 113201152 5451 996147200 134512640 135472138 4294956224 18446744073709551615 134580900 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 27637 5451 504 234 0 26339 0
Current children cumulated CPU time (s) 458.43
Current children cumulated vsize (KiB) 110548

[startup+522.301 s]
/proc/loadavg: 2.76 2.30 2.10 4/84 13529
/proc/meminfo: memFree=701992/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=517.87
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7592 0 0 0 51781 6 0 0 25 0 1 0 698309351 113201152 5458 996147200 134512640 135472138 4294956224 18446744073709551615 134921343 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5458 504 234 0 26339 0
Current children cumulated CPU time (s) 517.87
Current children cumulated vsize (KiB) 110548

[startup+582.301 s]
/proc/loadavg: 2.47 2.32 2.12 3/84 13529
/proc/meminfo: memFree=685800/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=577.27
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 57721 6 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 577.27
Current children cumulated vsize (KiB) 110548

[startup+642.301 s]
/proc/loadavg: 2.25 2.28 2.12 3/84 13535
/proc/meminfo: memFree=685800/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=636.69
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 63662 7 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134677778 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 636.69
Current children cumulated vsize (KiB) 110548


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

[startup+822.302 s]
/proc/loadavg: 2.02 2.16 2.09 3/81 13575
/proc/meminfo: memFree=1331712/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=815.46
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 81538 8 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134578202 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 815.46
Current children cumulated vsize (KiB) 110548

[startup+882.302 s]
/proc/loadavg: 2.01 2.13 2.08 3/94 13629
/proc/meminfo: memFree=1031376/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=875.15
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 87502 13 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 875.15
Current children cumulated vsize (KiB) 110548

[startup+942.302 s]
/proc/loadavg: 2.00 2.10 2.08 3/94 13629
/proc/meminfo: memFree=1031376/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=934.88
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 93475 13 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134984277 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 934.88
Current children cumulated vsize (KiB) 110548

[startup+1002.31 s]
/proc/loadavg: 2.00 2.08 2.07 3/94 13629
/proc/meminfo: memFree=1031312/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=994.63
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 99450 13 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134984313 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 994.63
Current children cumulated vsize (KiB) 110548

[startup+1062.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/94 13629
/proc/meminfo: memFree=1031312/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1054.37
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 105423 14 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1054.37
Current children cumulated vsize (KiB) 110548

[startup+1122.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/94 13629
/proc/meminfo: memFree=1031248/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1114.1
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 111396 14 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 135265558 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1114.1
Current children cumulated vsize (KiB) 110548

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/85 13632
/proc/meminfo: memFree=1179088/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1173.83
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 117369 14 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134984225 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1173.83
Current children cumulated vsize (KiB) 110548

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/85 13632
/proc/meminfo: memFree=1179152/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1233.57
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 123343 14 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1233.57
Current children cumulated vsize (KiB) 110548

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 13632
/proc/meminfo: memFree=1179152/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1293.31
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 129317 14 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134677780 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1293.31
Current children cumulated vsize (KiB) 110548

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 13632
/proc/meminfo: memFree=1179152/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1353.05
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 135291 14 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1353.05
Current children cumulated vsize (KiB) 110548

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/85 13632
/proc/meminfo: memFree=1179088/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1412.8
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 141265 15 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 135234789 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1412.8
Current children cumulated vsize (KiB) 110548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/85 13632
/proc/meminfo: memFree=1179088/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1472.54
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 147239 15 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134677786 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1472.54
Current children cumulated vsize (KiB) 110548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/85 13632
/proc/meminfo: memFree=1179152/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1532.28
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 153213 15 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134905502 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1532.28
Current children cumulated vsize (KiB) 110548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/85 13632
/proc/meminfo: memFree=1179152/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1592.01
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 159186 15 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134984313 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1592.01
Current children cumulated vsize (KiB) 110548

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/85 13632
/proc/meminfo: memFree=1179216/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1651.76
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 165160 16 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134906689 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1651.76
Current children cumulated vsize (KiB) 110548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 13632
/proc/meminfo: memFree=1179152/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1711.5
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 171134 16 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134916228 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1711.5
Current children cumulated vsize (KiB) 110548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 13632
/proc/meminfo: memFree=1178960/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1771.23
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 177107 16 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1771.23
Current children cumulated vsize (KiB) 110548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 13632
/proc/meminfo: memFree=1178896/2055920 swapFree=4156332/4192956
[pid=13488] ppid=13486 vsize=110548 CPUtime=1800.01
/proc/13488/stat : 13488 (casperzito) R 13486 13488 11742 0 -1 4194304 7593 0 0 0 179985 16 0 0 25 0 1 0 698309351 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 27637 5459 504 234 0 26339 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 110548

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): 1811.21
CPU time (s): 1800.02
CPU user time (s): 1799.85
CPU system time (s): 0.168974
CPU usage (%): 99.3823
Max. virtual memory (cumulated for all children) (KiB): 122768

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

runsolver used 1.71774 second user time and 5.08823 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 05:50:29
IDJOB=1064703
IDBENCH=54974
IDSOLVER=362
FILE ID=node58/1064703-1215143429
PBS_JOBID= 7877330
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47946473c43a0c517dbef8b6f98d48d6
RANDOM SEED=177133712

node58.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:       1367272 kB
Buffers:         87884 kB
Cached:         412708 kB
SwapCached:      30964 kB
Active:         366208 kB
Inactive:       246740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367272 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:         128284 kB
Slab:            60776 kB
Committed_AS:  1854340 kB
PageTables:       1932 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= 66524 MiB
End job on node58 at 2008-07-04 06:20:43