Trace number 1043695

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.05 1807.51

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-55021_ext.xml
MD5SUM8ac571a71e88b845bccc5fedbeb76d54
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark112.041
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.04	c Building = 1
0.00/0.04	c [ NumberOfVariables = 25 ]
0.00/0.04	c [ NumberOfConstraints = 300 ]
0.00/0.04	c [ SizeOfSearchSpace(log2) = 116.096 ]
0.00/0.04	c SymmetrySearch = 1
0.10/0.16	c InitialPropagation = 1
0.10/0.18	c [ SizeOfSearchSpace(log2) = 116.096 ]
0.10/0.18	c InitialSAC = 1
0.10/0.18	c [ SizeOfSearchSpace(log2) = 116.096 ]
0.10/0.18	c Search(SampleFF) : 
68.16/68.29	c [ Sampling domwdeg ]
68.16/68.29	c [ Sampling impacts ]
68.16/68.29	c [ SamplingScores: ]
68.16/68.29	c [ domwdeg+min = 0.00029589 | domwdeg+rnd = 0.000200134 ]
68.16/68.29	c [ impacts+min = 0.000151382 | impacts+rnd = 9.59111e-05 ]
68.16/68.29	c [ la+min = 0 | la+rnd = 0 ]
68.16/68.29	c [ domwdeg = 0.000248012 | impacts = 0.000123646 | la = 0 ]
68.16/68.29	c [ min = 0.000149091 | rand = 0.000123646 ]
68.16/68.29	c [ restarting at (3.96356,0.00167434) ]
78.16/78.21	c [ restarting at (9.9089,0.00371488) ]
102.95/103.02	c [ restarting at (24.7722,0.00806966) ]
164.92/165.03	c [ restarting at (61.9306,0.0320079) ]
319.87/320.07	c [ restarting at (154.827,0.0963203) ]
707.33/707.65	c [ restarting at (387.066,0.221264) ]
1670.15/1676.59	c [ stopped restarting at (967.666,0.622669) ]

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

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.85 2.36 2.11 4/81 20679
/proc/meminfo: memFree=1394984/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=5348 CPUtime=0
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 114042139 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 11737976 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 1337 190 156 234 0 27 0

[startup+0.0918421 s]
/proc/loadavg: 2.85 2.36 2.11 4/81 20679
/proc/meminfo: memFree=1394984/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=106652 CPUtime=0.08
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 2375 0 0 0 8 0 0 0 18 0 1 0 114042139 109211648 2335 996147200 134512640 135472138 4294956224 18446744073709551615 134643552 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 26663 2335 435 234 0 25365 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 106652

[startup+0.102841 s]
/proc/loadavg: 2.85 2.36 2.11 4/81 20679
/proc/meminfo: memFree=1394984/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=108232 CPUtime=0.1
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 2682 0 0 0 9 1 0 0 18 0 1 0 114042139 110829568 2642 996147200 134512640 135472138 4294956224 18446744073709551615 134525109 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 27058 2644 435 234 0 25760 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 108232

[startup+0.302866 s]
/proc/loadavg: 2.85 2.36 2.11 4/81 20679
/proc/meminfo: memFree=1394984/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=0.29
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3483 0 0 0 28 1 0 0 19 0 1 0 114042139 106102784 1630 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1630 475 234 0 24606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103616

[startup+0.702909 s]
/proc/loadavg: 2.85 2.36 2.11 4/81 20679
/proc/meminfo: memFree=1394984/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=0.69
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3484 0 0 0 68 1 0 0 23 0 1 0 114042139 106102784 1631 996147200 134512640 135472138 4294956224 18446744073709551615 134595441 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1631 475 234 0 24606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103616

[startup+1.50201 s]
/proc/loadavg: 2.85 2.36 2.11 3/82 20680
/proc/meminfo: memFree=1390304/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1.49
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3484 0 0 0 148 1 0 0 25 0 1 0 114042139 106102784 1631 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1631 475 234 0 24606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103616

[startup+3.10118 s]
/proc/loadavg: 2.85 2.36 2.11 3/82 20680
/proc/meminfo: memFree=1390176/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=3.09
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3485 0 0 0 308 1 0 0 25 0 1 0 114042139 106102784 1632 996147200 134512640 135472138 4294956224 18446744073709551615 134595441 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1632 475 234 0 24606 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103616

[startup+6.30154 s]
/proc/loadavg: 2.78 2.35 2.11 3/82 20680
/proc/meminfo: memFree=1390112/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=6.29
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3486 0 0 0 628 1 0 0 25 0 1 0 114042139 106102784 1633 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1633 475 234 0 24606 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103616

[startup+12.7013 s]
/proc/loadavg: 2.72 2.35 2.11 3/82 20680
/proc/meminfo: memFree=1390112/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=12.68
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3486 0 0 0 1267 1 0 0 25 0 1 0 114042139 106102784 1633 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1633 475 234 0 24606 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 103616

[startup+25.5017 s]
/proc/loadavg: 2.56 2.33 2.10 3/82 20680
/proc/meminfo: memFree=1390240/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=25.48
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3487 0 0 0 2547 1 0 0 25 0 1 0 114042139 106102784 1634 996147200 134512640 135472138 4294956224 18446744073709551615 134595487 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1634 475 234 0 24606 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 103616

[startup+51.1016 s]
/proc/loadavg: 2.37 2.30 2.10 3/82 20680
/proc/meminfo: memFree=1390304/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=51.07
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3496 0 0 0 5106 1 0 0 25 0 1 0 114042139 106102784 1643 996147200 134512640 135472138 4294956224 18446744073709551615 134593637 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1643 477 234 0 24606 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103616

[startup+102.306 s]
/proc/loadavg: 2.16 2.25 2.09 3/82 20680
/proc/meminfo: memFree=1390240/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=102.25
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3498 0 0 0 10224 1 0 0 25 0 1 0 114042139 106102784 1645 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1645 478 234 0 24606 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103616

[startup+162.301 s]
/proc/loadavg: 2.06 2.20 2.08 3/82 20680
/proc/meminfo: memFree=1390240/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=162.22
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3500 0 0 0 16221 1 0 0 25 0 1 0 114042139 106102784 1647 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1647 478 234 0 24606 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 103616

[startup+222.302 s]
/proc/loadavg: 2.06 2.18 2.08 3/82 20680
/proc/meminfo: memFree=1390240/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=222.2
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3500 0 0 0 22219 1 0 0 25 0 1 0 114042139 106102784 1647 996147200 134512640 135472138 4294956224 18446744073709551615 135263229 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1647 478 234 0 24606 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 103616

[startup+282.302 s]
/proc/loadavg: 2.02 2.14 2.08 3/82 20680
/proc/meminfo: memFree=1390240/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=282.18
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3500 0 0 0 28217 1 0 0 25 0 1 0 114042139 106102784 1647 996147200 134512640 135472138 4294956224 18446744073709551615 134595534 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1647 478 234 0 24606 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 103616

[startup+342.302 s]
/proc/loadavg: 2.01 2.12 2.07 3/82 20680
/proc/meminfo: memFree=1390176/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=342.16
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3500 0 0 0 34214 2 0 0 25 0 1 0 114042139 106102784 1647 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1647 478 234 0 24606 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 103616

[startup+402.301 s]
/proc/loadavg: 2.00 2.09 2.07 3/82 20680
/proc/meminfo: memFree=1390112/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=402.14
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3500 0 0 0 40212 2 0 0 25 0 1 0 114042139 106102784 1647 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1647 478 234 0 24606 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 103616

[startup+462.303 s]
/proc/loadavg: 2.00 2.07 2.06 3/82 20680
/proc/meminfo: memFree=1390112/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=462.12
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3500 0 0 0 46210 2 0 0 25 0 1 0 114042139 106102784 1647 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1647 478 234 0 24606 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 103616

[startup+522.303 s]
/proc/loadavg: 2.00 2.06 2.05 3/82 20680
/proc/meminfo: memFree=1390112/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=522.09
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 52207 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 134595378 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 103616

[startup+582.302 s]
/proc/loadavg: 2.00 2.04 2.05 3/82 20680
/proc/meminfo: memFree=1390112/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=582.07
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 58205 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 103616

[startup+642.302 s]
/proc/loadavg: 2.00 2.03 2.04 3/82 20680
/proc/meminfo: memFree=1390176/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=642.06
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 64204 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 134595984 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 103616


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

[startup+882.303 s]
/proc/loadavg: 2.00 2.01 2.02 3/82 20680
/proc/meminfo: memFree=1390176/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=881.96
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 88194 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 103616

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.01 3/82 20680
/proc/meminfo: memFree=1390112/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=941.94
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 94192 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 135267173 0 0 4096 0 0 0 0 17 0 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 103616

[startup+1002.3 s]
/proc/loadavg: 1.94 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1418208/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1001.66
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 100164 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (KiB) 103616

[startup+1062.3 s]
/proc/loadavg: 1.98 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1418080/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1061.16
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 106114 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 1061.16
Current children cumulated vsize (KiB) 103616

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1418080/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1120.65
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3501 0 0 0 112063 2 0 0 25 0 1 0 114042139 106102784 1648 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1648 478 234 0 24606 0
Current children cumulated CPU time (s) 1120.65
Current children cumulated vsize (KiB) 103616

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417952/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1180.15
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3502 0 0 0 118012 3 0 0 25 0 1 0 114042139 106102784 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1649 478 234 0 24606 0
Current children cumulated CPU time (s) 1180.15
Current children cumulated vsize (KiB) 103616

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417888/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1239.64
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3502 0 0 0 123961 3 0 0 25 0 1 0 114042139 106102784 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1649 478 234 0 24606 0
Current children cumulated CPU time (s) 1239.64
Current children cumulated vsize (KiB) 103616

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417824/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1299.14
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3502 0 0 0 129911 3 0 0 25 0 1 0 114042139 106102784 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134595441 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1649 478 234 0 24606 0
Current children cumulated CPU time (s) 1299.14
Current children cumulated vsize (KiB) 103616

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417824/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1358.62
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3502 0 0 0 135859 3 0 0 25 0 1 0 114042139 106102784 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1649 478 234 0 24606 0
Current children cumulated CPU time (s) 1358.62
Current children cumulated vsize (KiB) 103616

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417888/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1418.12
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3502 0 0 0 141809 3 0 0 25 0 1 0 114042139 106102784 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1649 478 234 0 24606 0
Current children cumulated CPU time (s) 1418.12
Current children cumulated vsize (KiB) 103616

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417888/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1477.61
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3502 0 0 0 147758 3 0 0 25 0 1 0 114042139 106102784 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134593629 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1649 478 234 0 24606 0
Current children cumulated CPU time (s) 1477.61
Current children cumulated vsize (KiB) 103616

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417952/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1537.1
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3502 0 0 0 153707 3 0 0 25 0 1 0 114042139 106102784 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134595763 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1649 478 234 0 24606 0
Current children cumulated CPU time (s) 1537.1
Current children cumulated vsize (KiB) 103616

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20723
/proc/meminfo: memFree=1417952/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1596.59
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3503 0 0 0 159656 3 0 0 25 0 1 0 114042139 106102784 1650 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1650 478 234 0 24606 0
Current children cumulated CPU time (s) 1596.59
Current children cumulated vsize (KiB) 103616

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20729
/proc/meminfo: memFree=1417752/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1656.07
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3503 0 0 0 165604 3 0 0 25 0 1 0 114042139 106102784 1650 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1650 478 234 0 24606 0
Current children cumulated CPU time (s) 1656.07
Current children cumulated vsize (KiB) 103616

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20729
/proc/meminfo: memFree=1417752/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1715.57
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3503 0 0 0 171554 3 0 0 25 0 1 0 114042139 106102784 1650 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1650 478 234 0 24606 0
Current children cumulated CPU time (s) 1715.57
Current children cumulated vsize (KiB) 103616

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20729
/proc/meminfo: memFree=1417688/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1775.05
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3503 0 0 0 177502 3 0 0 25 0 1 0 114042139 106102784 1650 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1650 478 234 0 24606 0
Current children cumulated CPU time (s) 1775.05
Current children cumulated vsize (KiB) 103616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20729
/proc/meminfo: memFree=1417688/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1800.04
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3503 0 0 0 180001 3 0 0 25 0 1 0 114042139 106102784 1650 996147200 134512640 135472138 4294956224 18446744073709551615 134595507 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1650 478 234 0 24606 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103616

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

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

[startup+1807.5 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 20729
/proc/meminfo: memFree=1417688/2055920 swapFree=4179048/4192956
[pid=20679] ppid=20677 vsize=103616 CPUtime=1800.04
/proc/20679/stat : 20679 (casperzito) R 20677 20679 19781 0 -1 4194304 3503 0 0 0 180001 3 0 0 25 0 1 0 114042139 106102784 1650 996147200 134512640 135472138 4294956224 18446744073709551615 134595507 0 0 4096 0 0 0 0 17 1 0 0
/proc/20679/statm: 25904 1650 478 234 0 24606 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.51
CPU time (s): 1800.05
CPU user time (s): 1800.01
CPU system time (s): 0.038994
CPU usage (%): 99.5875
Max. virtual memory (cumulated for all children) (KiB): 108232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3503
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= 13
involuntary context switches= 39063

runsolver used 1.80972 second user time and 4.79627 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-02 20:33:35
IDJOB=1043695
IDBENCH=53592
IDSOLVER=362
FILE ID=node76/1043695-1215023615
PBS_JOBID= 7874320
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-55021_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043695-1215023615/watcher-1043695-1215023615 -o /tmp/evaluation-result-1043695-1215023615/solver-1043695-1215023615 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043695-1215023615.xml 1571757759 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ac571a71e88b845bccc5fedbeb76d54
RANDOM SEED=1571757759

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1395464 kB
Buffers:         66420 kB
Cached:         431476 kB
SwapCached:       8908 kB
Active:         219592 kB
Inactive:       365764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395464 kB
SwapTotal:     4192956 kB
SwapFree:      4179048 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:         103464 kB
Slab:            60508 kB
Committed_AS:  1031452 kB
PageTables:       1760 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= 66548 MiB
End job on node76 at 2008-07-02 21:03:45