Trace number 1060713

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 1815.21

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-2-c.xml
MD5SUMa74560533e7ad9b82e138ec40698969f
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 benchmark180.881
Satisfiable
(Un)Satisfiability was proved
Number of variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.25	c Building = 1
0.19/0.28	c [ NumberOfVariables = 2606 ]
0.19/0.28	c [ NumberOfConstraints = 6509 ]
0.19/0.28	c [ SizeOfSearchSpace(log2) = 2606 ]
0.19/0.28	c SymmetrySearch = (Timeout)
10.19/10.50	c [ Proceeding without symmetry breaking ]
10.29/10.51	c InitialPropagation = 1
10.29/10.51	c [ SizeOfSearchSpace(log2) = 2606 ]
10.29/10.51	c InitialSAC = 1
10.68/10.99	c [ SizeOfSearchSpace(log2) = 2604 ]
10.68/10.99	c Search(SampleFF) : 
84.80/86.56	c [ Sampling domwdeg ]
84.80/86.56	c [ Sampling impacts ]
84.80/86.56	c [ SamplingScores: ]
84.80/86.56	c [ domwdeg+min = 0.270002 | domwdeg+rnd = 9.34789e-05 ]
84.80/86.56	c [ impacts+min = 6.15506e-06 | impacts+rnd = 1.45339e-08 ]
84.80/86.56	c [ la+min = 0 | la+rnd = 0 ]
84.80/86.56	c [ domwdeg = 0.135048 | impacts = 3.0848e-06 | la = 0 ]
84.80/86.56	c [ min = 0.0900028 | rand = 3.0848e-06 ]
84.80/86.56	c [ restarting at (3.96356,1.60136e-08) ]
95.20/97.18	c [ restarting at (9.9089,1.05337e-07) ]
121.29/123.74	c [ restarting at (24.7722,0.0313105) ]
186.40/190.12	c [ restarting at (61.9306,6.16263e-05) ]
349.08/356.09	c [ restarting at (154.827,2.77135e-06) ]
457.54/466.65	c [ restarting at (387.066,4.09358e-06) ]
1421.30/1434.74	c [ restarting at (967.666,0.000253316) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.84 4/93 25574
/proc/meminfo: memFree=1369864/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=1052 CPUtime=0
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 124821516 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7709476 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 263 26 20 234 0 3 0

[startup+0.101588 s]
/proc/loadavg: 2.00 2.00 1.84 4/93 25574
/proc/meminfo: memFree=1369864/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=6624 CPUtime=0.09
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 761 0 0 0 9 0 0 0 18 0 1 0 124821516 6782976 721 996147200 134512640 135472138 4294956224 18446744073709551615 8142575 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 1656 721 368 234 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6624

[startup+0.202562 s]
/proc/loadavg: 2.00 2.00 1.84 4/93 25574
/proc/meminfo: memFree=1369864/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=7680 CPUtime=0.19
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 1020 0 0 0 19 0 0 0 18 0 1 0 124821516 7864320 980 996147200 134512640 135472138 4294956224 18446744073709551615 134785216 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 1920 980 368 234 0 622 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7680

[startup+0.302578 s]
/proc/loadavg: 2.00 2.00 1.84 4/93 25574
/proc/meminfo: memFree=1369864/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=104344 CPUtime=0.28
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 2580 0 0 0 28 0 0 0 19 0 1 0 124821516 106848256 2540 996147200 134512640 135472138 4294956224 18446744073709551615 134638105 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 26086 2540 442 234 0 24788 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104344

[startup+0.702618 s]
/proc/loadavg: 2.00 2.00 1.84 4/93 25574
/proc/meminfo: memFree=1369864/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=108068 CPUtime=0.67
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3207 0 0 0 67 0 0 0 23 0 1 0 124821516 110661632 3155 996147200 134512640 135472138 4294956224 18446744073709551615 134539889 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 27017 3155 448 234 0 25719 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 108068

[startup+1.50175 s]
/proc/loadavg: 2.00 2.00 1.84 3/94 25575
/proc/meminfo: memFree=1358912/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=108068 CPUtime=1.46
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3207 0 0 0 145 1 0 0 25 0 1 0 124821516 110661632 3155 996147200 134512640 135472138 4294956224 18446744073709551615 134539880 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 27017 3155 448 234 0 25719 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 108068

[startup+3.10194 s]
/proc/loadavg: 2.00 2.00 1.84 3/94 25575
/proc/meminfo: memFree=1358592/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=108068 CPUtime=3.03
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3207 0 0 0 302 1 0 0 25 0 1 0 124821516 110661632 3155 996147200 134512640 135472138 4294956224 18446744073709551615 134535937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 27017 3155 448 234 0 25719 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 108068

[startup+6.30128 s]
/proc/loadavg: 2.00 2.00 1.84 3/94 25575
/proc/meminfo: memFree=1358592/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=108068 CPUtime=6.17
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3207 0 0 0 616 1 0 0 25 0 1 0 124821516 110661632 3155 996147200 134512640 135472138 4294956224 18446744073709551615 134535427 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 27017 3155 448 234 0 25719 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 108068

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.84 3/94 25575
/proc/meminfo: memFree=1362112/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=12.44
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3329 0 0 0 1243 1 0 0 25 0 1 0 124821516 105439232 2335 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2335 495 234 0 24444 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 102968

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 1.84 3/94 25575
/proc/meminfo: memFree=1362048/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=24.99
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3365 0 0 0 2498 1 0 0 25 0 1 0 124821516 105439232 2371 996147200 134512640 135472138 4294956224 18446744073709551615 134580922 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2371 495 234 0 24444 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 102968

[startup+51.1025 s]
/proc/loadavg: 2.00 2.00 1.84 3/94 25575
/proc/meminfo: memFree=1361728/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=50.1
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3452 0 0 0 5009 1 0 0 25 0 1 0 124821516 105439232 2458 996147200 134512640 135472138 4294956224 18446744073709551615 134578089 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2458 497 234 0 24444 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 102968

[startup+102.303 s]
/proc/loadavg: 2.00 2.00 1.85 3/94 25575
/proc/meminfo: memFree=1361344/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=100.3
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3514 0 0 0 10029 1 0 0 25 0 1 0 124821516 105439232 2520 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2520 498 234 0 24444 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 102968

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 1.85 3/94 25575
/proc/meminfo: memFree=1361216/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=159.14
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3535 0 0 0 15913 1 0 0 25 0 1 0 124821516 105439232 2541 996147200 134512640 135472138 4294956224 18446744073709551615 134874305 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2541 498 234 0 24444 0
Current children cumulated CPU time (s) 159.14
Current children cumulated vsize (KiB) 102968

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 1.86 3/94 25575
/proc/meminfo: memFree=1361088/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=217.98
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3552 0 0 0 21797 1 0 0 25 0 1 0 124821516 105439232 2558 996147200 134512640 135472138 4294956224 18446744073709551615 134577989 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2558 498 234 0 24444 0
Current children cumulated CPU time (s) 217.98
Current children cumulated vsize (KiB) 102968

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 1.87 3/94 25575
/proc/meminfo: memFree=1361024/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=276.81
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3552 0 0 0 27680 1 0 0 25 0 1 0 124821516 105439232 2558 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2558 498 234 0 24444 0
Current children cumulated CPU time (s) 276.81
Current children cumulated vsize (KiB) 102968

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 1.87 3/94 25575
/proc/meminfo: memFree=1360960/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=335.64
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3552 0 0 0 33563 1 0 0 25 0 1 0 124821516 105439232 2558 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2558 498 234 0 24444 0
Current children cumulated CPU time (s) 335.64
Current children cumulated vsize (KiB) 102968

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 1.88 3/94 25575
/proc/meminfo: memFree=1360832/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=394.49
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3571 0 0 0 39447 2 0 0 25 0 1 0 124821516 105439232 2577 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2577 498 234 0 24444 0
Current children cumulated CPU time (s) 394.49
Current children cumulated vsize (KiB) 102968

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 1.88 3/94 25575
/proc/meminfo: memFree=1360768/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=453.33
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3571 0 0 0 45331 2 0 0 25 0 1 0 124821516 105439232 2577 996147200 134512640 135472138 4294956224 18446744073709551615 134691173 0 0 4096 0 0 0 0 17 1 0 0
/proc/25574/statm: 25742 2577 498 234 0 24444 0
Current children cumulated CPU time (s) 453.33
Current children cumulated vsize (KiB) 102968

[startup+522.302 s]
/proc/loadavg: 2.12 2.04 1.91 3/82 25774
/proc/meminfo: memFree=1382048/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=513
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3589 0 0 0 51296 4 0 0 25 0 1 0 124821516 105439232 2595 996147200 134512640 135472138 4294956224 18446744073709551615 135265498 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2595 498 234 0 24444 0
Current children cumulated CPU time (s) 513
Current children cumulated vsize (KiB) 102968

[startup+582.302 s]
/proc/loadavg: 2.04 2.03 1.91 3/82 25774
/proc/meminfo: memFree=1381856/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=572.75
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3589 0 0 0 57271 4 0 0 25 0 1 0 124821516 105439232 2595 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2595 498 234 0 24444 0
Current children cumulated CPU time (s) 572.75
Current children cumulated vsize (KiB) 102968

[startup+642.302 s]
/proc/loadavg: 2.01 2.02 1.91 3/82 25774
/proc/meminfo: memFree=1381792/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=632.51
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3590 0 0 0 63247 4 0 0 25 0 1 0 124821516 105439232 2596 996147200 134512640 135472138 4294956224 18446744073709551615 134691477 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2596 498 234 0 24444 0
Current children cumulated CPU time (s) 632.51
Current children cumulated vsize (KiB) 102968


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

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25846
/proc/meminfo: memFree=1343840/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=871.41
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3591 0 0 0 87136 5 0 0 25 0 1 0 124821516 105439232 2597 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2597 498 234 0 24444 0
Current children cumulated CPU time (s) 871.41
Current children cumulated vsize (KiB) 102968

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25846
/proc/meminfo: memFree=1343840/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=931.15
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3591 0 0 0 93109 6 0 0 25 0 1 0 124821516 105439232 2597 996147200 134512640 135472138 4294956224 18446744073709551615 134691659 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2597 498 234 0 24444 0
Current children cumulated CPU time (s) 931.15
Current children cumulated vsize (KiB) 102968

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25846
/proc/meminfo: memFree=1343840/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=990.88
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 99082 6 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 990.88
Current children cumulated vsize (KiB) 102968

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25846
/proc/meminfo: memFree=1343904/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1050.6
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 105054 6 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 1050.6
Current children cumulated vsize (KiB) 102968

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25846
/proc/meminfo: memFree=1343904/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1110.32
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 111026 6 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 135262728 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 1110.32
Current children cumulated vsize (KiB) 102968

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25846
/proc/meminfo: memFree=1343840/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1170.05
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 116999 6 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 134581635 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 1170.05
Current children cumulated vsize (KiB) 102968

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25848
/proc/meminfo: memFree=1343648/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1229.78
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 122971 7 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 1229.78
Current children cumulated vsize (KiB) 102968

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25848
/proc/meminfo: memFree=1343712/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1289.51
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 128944 7 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 1289.51
Current children cumulated vsize (KiB) 102968

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25848
/proc/meminfo: memFree=1343648/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1349.24
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 134917 7 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 1349.24
Current children cumulated vsize (KiB) 102968

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25848
/proc/meminfo: memFree=1343584/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1408.96
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3592 0 0 0 140889 7 0 0 25 0 1 0 124821516 105439232 2598 996147200 134512640 135472138 4294956224 18446744073709551615 134936115 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2598 498 234 0 24444 0
Current children cumulated CPU time (s) 1408.96
Current children cumulated vsize (KiB) 102968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25848
/proc/meminfo: memFree=1343584/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1468.69
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 146862 7 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 134677825 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1468.69
Current children cumulated vsize (KiB) 102968

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25848
/proc/meminfo: memFree=1343584/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1528.43
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 152835 8 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 134936157 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1528.43
Current children cumulated vsize (KiB) 102968

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25854
/proc/meminfo: memFree=1343456/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1588.16
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 158808 8 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1588.16
Current children cumulated vsize (KiB) 102968

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25854
/proc/meminfo: memFree=1343456/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1647.89
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 164781 8 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1647.89
Current children cumulated vsize (KiB) 102968

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25854
/proc/meminfo: memFree=1343456/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1707.61
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 170753 8 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1707.61
Current children cumulated vsize (KiB) 102968

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25854
/proc/meminfo: memFree=1343456/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1767.33
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 176724 9 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1767.33
Current children cumulated vsize (KiB) 102968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25854
/proc/meminfo: memFree=1343456/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1800.09
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 180000 9 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 102968

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

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

[startup+1815.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 25854
/proc/meminfo: memFree=1343456/2055920 swapFree=4181452/4192956
[pid=25574] ppid=25572 vsize=102968 CPUtime=1800.09
/proc/25574/stat : 25574 (casperzito) R 25572 25574 23578 0 -1 4194304 3610 0 0 0 180000 9 0 0 25 0 1 0 124821516 105439232 2616 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 25742 2616 498 234 0 24444 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 102968

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.21
CPU time (s): 1800.1
CPU user time (s): 1800
CPU system time (s): 0.096985
CPU usage (%): 99.1675
Max. virtual memory (cumulated for all children) (KiB): 108068

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

runsolver used 2.19567 second user time and 5.43217 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 01:35:05
IDJOB=1060713
IDBENCH=54475
IDSOLVER=362
FILE ID=node73/1060713-1215128105
PBS_JOBID= 7877062
Free space on /tmp= 66512 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-2-c.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060713-1215128105/watcher-1060713-1215128105 -o /tmp/evaluation-result-1060713-1215128105/solver-1060713-1215128105 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1060713-1215128105.xml 1437832215 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a74560533e7ad9b82e138ec40698969f
RANDOM SEED=1437832215

node73.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.230
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.230
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:       1370344 kB
Buffers:         52876 kB
Cached:         465288 kB
SwapCached:       5300 kB
Active:         279788 kB
Inactive:       336288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370344 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            3852 kB
Writeback:           0 kB
Mapped:         114908 kB
Slab:            54304 kB
Committed_AS:   973244 kB
PageTables:       2136 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= 66528 MiB
End job on node73 at 2008-07-04 02:05:22