Trace number 1055413

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 1806.71

General information on the benchmark

Namecsp/nengfa/
normalized-block.xml
MD5SUMd774b3d9a6f2ab41cce78f1e9dd6d763
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.83342
Satisfiable
(Un)Satisfiability was proved
Number of variables616
Number of constraints1812
Maximum constraint arity7
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1812
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.06	c Building = 1
0.00/0.07	c [ NumberOfVariables = 616 ]
0.00/0.07	c [ NumberOfConstraints = 1812 ]
0.00/0.07	c [ SizeOfSearchSpace(log2) = 1332.11 ]
0.00/0.07	c SymmetrySearch = (GraphHasLoops)
0.00/0.08	c InitialPropagation = 1
0.00/0.08	c [ SizeOfSearchSpace(log2) = 1332.11 ]
0.00/0.08	c InitialSAC = 1
2.46/2.52	c [ SizeOfSearchSpace(log2) = 787.437 ]
2.46/2.52	c Search(SampleFF) : 
69.90/71.22	c [ Sampling domwdeg ]
69.90/71.22	c [ Sampling impacts ]
69.90/71.22	c [ SamplingScores: ]
69.90/71.22	c [ domwdeg+min = 0.0219968 | domwdeg+rnd = 0.0141044 ]
69.90/71.22	c [ impacts+min = 0.000513009 | impacts+rnd = 0.0451318 ]
69.90/71.22	c [ la+min = 0 | la+rnd = 0 ]
69.90/71.22	c [ domwdeg = 0.0180506 | impacts = 0.0228224 | la = 0 ]
69.90/71.22	c [ min = 0.00750326 | rand = 0.0228224 ]
69.90/71.22	c [ restarting at (3.96356,0.0554665) ]
79.71/81.14	c [ restarting at (9.9089,0.0548617) ]
104.29/105.95	c [ restarting at (24.7722,0.018927) ]
165.81/167.97	c [ restarting at (61.9306,0.0184042) ]
219.45/323.01	c [ restarting at (154.827,0.0294633) ]
707.48/710.64	c [ restarting at (387.066,0.0350086) ]
1673.59/1679.78	c [ restarting at (967.666,0.0295317) ]

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.19 2.34 4/88 18676
/proc/meminfo: memFree=1740500/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=5300 CPUtime=0
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 297 0 0 0 0 0 0 0 19 0 1 0 661679663 5427200 259 996147200 134512640 135472138 4294956224 18446744073709551615 4158888080 0 0 4096 0 0 0 0 17 0 0 0
/proc/18676/statm: 1325 266 224 234 0 27 0

[startup+0.10952 s]
/proc/loadavg: 2.28 2.19 2.34 4/88 18676
/proc/meminfo: memFree=1740500/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=0.09
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1343 0 0 0 9 0 0 0 20 0 1 0 661679663 103063552 1303 996147200 134512640 135472138 4294956224 18446744073709551615 135264665 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1303 470 234 0 23864 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 100648

[startup+0.201897 s]
/proc/loadavg: 2.28 2.19 2.34 4/88 18676
/proc/meminfo: memFree=1740500/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=0.19
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1373 0 0 0 19 0 0 0 20 0 1 0 661679663 103063552 1333 996147200 134512640 135472138 4294956224 18446744073709551615 135262881 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1333 470 234 0 23864 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 100648

[startup+0.301908 s]
/proc/loadavg: 2.28 2.19 2.34 4/88 18676
/proc/meminfo: memFree=1740500/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=0.29
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1415 0 0 0 29 0 0 0 21 0 1 0 661679663 103063552 1375 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1375 470 234 0 23864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100648

[startup+0.701949 s]
/proc/loadavg: 2.28 2.19 2.34 4/88 18676
/proc/meminfo: memFree=1740500/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=0.69
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1480 0 0 0 69 0 0 0 25 0 1 0 661679663 103063552 1440 996147200 134512640 135472138 4294956224 18446744073709551615 135266332 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1440 470 234 0 23864 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100648

[startup+1.50103 s]
/proc/loadavg: 2.28 2.19 2.34 3/89 18677
/proc/meminfo: memFree=1736204/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1.48
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1616 0 0 0 148 0 0 0 25 0 1 0 661679663 103063552 1576 996147200 134512640 135472138 4294956224 18446744073709551615 135264949 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1576 470 234 0 23864 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100648

[startup+3.10546 s]
/proc/loadavg: 2.26 2.19 2.34 3/89 18677
/proc/meminfo: memFree=1735372/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=2.82
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1823 0 0 0 282 0 0 0 25 0 1 0 661679663 103063552 1783 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1783 483 234 0 23864 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 100648

[startup+6.30153 s]
/proc/loadavg: 2.26 2.19 2.34 3/89 18677
/proc/meminfo: memFree=1734924/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=5.6
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1823 0 0 0 560 0 0 0 25 0 1 0 661679663 103063552 1783 996147200 134512640 135472138 4294956224 18446744073709551615 135266324 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1783 483 234 0 23864 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 100648

[startup+12.7012 s]
/proc/loadavg: 2.22 2.18 2.34 3/89 18677
/proc/meminfo: memFree=1734732/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=11.93
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1824 0 0 0 1193 0 0 0 25 0 1 0 661679663 103063552 1784 996147200 134512640 135472138 4294956224 18446744073709551615 134672486 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1784 483 234 0 23864 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 100648

[startup+25.5015 s]
/proc/loadavg: 2.19 2.17 2.33 3/89 18677
/proc/meminfo: memFree=1734668/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=24.61
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1840 0 0 0 2461 0 0 0 25 0 1 0 661679663 103063552 1800 996147200 134512640 135472138 4294956224 18446744073709551615 135202678 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1800 483 234 0 23864 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 100648

[startup+51.1012 s]
/proc/loadavg: 2.12 2.16 2.32 3/89 18677
/proc/meminfo: memFree=1734668/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=49.98
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1844 0 0 0 4998 0 0 0 25 0 1 0 661679663 103063552 1804 996147200 134512640 135472138 4294956224 18446744073709551615 134911662 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1804 485 234 0 23864 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 100648

[startup+102.302 s]
/proc/loadavg: 2.05 2.13 2.31 3/89 18677
/proc/meminfo: memFree=1734348/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=100.72
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1862 0 0 0 10072 0 0 0 25 0 1 0 661679663 103063552 1822 996147200 134512640 135472138 4294956224 18446744073709551615 134905662 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1822 486 234 0 23864 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 100648

[startup+162.307 s]
/proc/loadavg: 2.62 2.26 2.33 3/88 18742
/proc/meminfo: memFree=1677340/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=160.31
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1862 0 0 0 16030 1 0 0 25 0 1 0 661679663 103063552 1822 996147200 134512640 135472138 4294956224 18446744073709551615 134588651 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1822 486 234 0 23864 0
Current children cumulated CPU time (s) 160.31
Current children cumulated vsize (KiB) 100648

[startup+222.302 s]
/proc/loadavg: 3.85 2.62 2.45 2/77 18770
/proc/meminfo: memFree=1239868/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=219.45
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1862 0 0 0 21944 1 0 0 25 0 1 0 661679663 103063552 1822 996147200 134512640 135472138 4294956224 18446744073709551615 135234795 0 0 4096 0 0 0 0 17 0 0 0
/proc/18676/statm: 25162 1822 486 234 0 23864 0
Current children cumulated CPU time (s) 219.45
Current children cumulated vsize (KiB) 100648

[startup+696.291 s]
/proc/loadavg: 3.85 2.62 2.45 2/77 18770
/proc/meminfo: memFree=1239868/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=693.19
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1864 0 0 0 69317 2 0 0 25 0 1 0 661679663 103063552 1824 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1824 486 234 0 23864 0
Current children cumulated CPU time (s) 693.19
Current children cumulated vsize (KiB) 100648

[startup+696.31 s]
/proc/loadavg: 3.85 2.62 2.45 2/77 18770
/proc/meminfo: memFree=1239868/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=693.2
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1864 0 0 0 69318 2 0 0 25 0 1 0 661679663 103063552 1824 996147200 134512640 135472138 4294956224 18446744073709551615 134578208 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1824 486 234 0 23864 0
Current children cumulated CPU time (s) 693.2
Current children cumulated vsize (KiB) 100648

[startup+696.401 s]
/proc/loadavg: 3.85 2.62 2.45 2/77 18770
/proc/meminfo: memFree=1239868/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=693.29
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1864 0 0 0 69327 2 0 0 25 0 1 0 661679663 103063552 1824 996147200 134512640 135472138 4294956224 18446744073709551615 134984303 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1824 486 234 0 23864 0
Current children cumulated CPU time (s) 693.29
Current children cumulated vsize (KiB) 100648

[startup+696.501 s]
/proc/loadavg: 3.85 2.62 2.45 2/77 18770
/proc/meminfo: memFree=1239868/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=693.39
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1864 0 0 0 69337 2 0 0 25 0 1 0 661679663 103063552 1824 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1824 486 234 0 23864 0
Current children cumulated CPU time (s) 693.39
Current children cumulated vsize (KiB) 100648

[startup+696.601 s]
/proc/loadavg: 3.85 2.62 2.45 2/77 18770
/proc/meminfo: memFree=1239868/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=693.49
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1864 0 0 0 69347 2 0 0 25 0 1 0 661679663 103063552 1824 996147200 134512640 135472138 4294956224 18446744073709551615 11562719 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1824 486 234 0 23864 0
Current children cumulated CPU time (s) 693.49
Current children cumulated vsize (KiB) 100648

[startup+696.701 s]
/proc/loadavg: 3.85 2.62 2.45 2/77 18770
/proc/meminfo: memFree=1239868/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=693.59
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1864 0 0 0 69357 2 0 0 25 0 1 0 661679663 103063552 1824 996147200 134512640 135472138 4294956224 18446744073709551615 134672490 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1824 486 234 0 23864 0
Current children cumulated CPU time (s) 693.59
Current children cumulated vsize (KiB) 100648

[startup+696.801 s]
/proc/loadavg: 6.71 6.11 4.28 2/77 18774
/proc/meminfo: memFree=1252028/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=693.7
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1864 0 0 0 69368 2 0 0 25 0 1 0 661679663 103063552 1824 996147200 134512640 135472138 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1824 486 234 0 23864 0
Current children cumulated CPU time (s) 693.7
Current children cumulated vsize (KiB) 100648


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

[startup+882.301 s]
/proc/loadavg: 4.32 5.19 4.25 2/76 18788
/proc/meminfo: memFree=1538052/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=879.12
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 87909 3 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 879.12
Current children cumulated vsize (KiB) 100648

[startup+942.302 s]
/proc/loadavg: 4.44 5.07 4.27 2/76 18788
/proc/meminfo: memFree=1569476/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=939.08
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 93903 5 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 939.08
Current children cumulated vsize (KiB) 100648

[startup+1002.3 s]
/proc/loadavg: 4.38 4.95 4.27 2/76 18788
/proc/meminfo: memFree=1598916/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=999.04
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 99898 6 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 11571386 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 999.04
Current children cumulated vsize (KiB) 100648

[startup+1062.3 s]
/proc/loadavg: 4.03 4.76 4.25 2/76 18788
/proc/meminfo: memFree=1628100/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1059
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 105893 7 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 1059
Current children cumulated vsize (KiB) 100648

[startup+1122.3 s]
/proc/loadavg: 3.63 4.51 4.19 2/76 18788
/proc/meminfo: memFree=1657092/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1118.91
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 111882 9 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 134916236 0 0 4096 0 0 0 0 17 0 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 1118.91
Current children cumulated vsize (KiB) 100648

[startup+1182.3 s]
/proc/loadavg: 3.71 4.36 4.16 2/76 18788
/proc/meminfo: memFree=1687876/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1178.84
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 117874 10 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 11562747 0 0 4096 0 0 0 0 17 0 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 1178.84
Current children cumulated vsize (KiB) 100648

[startup+1242.3 s]
/proc/loadavg: 3.56 4.21 4.12 2/76 18788
/proc/meminfo: memFree=1712964/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1238.77
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 123867 10 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 134578218 0 0 4096 0 0 0 0 17 0 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 1238.77
Current children cumulated vsize (KiB) 100648

[startup+1302.3 s]
/proc/loadavg: 2.89 3.92 4.02 3/80 18799
/proc/meminfo: memFree=1741980/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1298.19
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 129808 11 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 1298.19
Current children cumulated vsize (KiB) 100648

[startup+1362.3 s]
/proc/loadavg: 2.69 3.67 3.93 3/88 18834
/proc/meminfo: memFree=1672220/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1357.47
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1871 0 0 0 135736 11 0 0 25 0 1 0 661679663 103063552 1831 996147200 134512640 135472138 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1831 486 234 0 23864 0
Current children cumulated CPU time (s) 1357.47
Current children cumulated vsize (KiB) 100648

[startup+1422.3 s]
/proc/loadavg: 2.30 3.37 3.81 3/88 18834
/proc/meminfo: memFree=1671708/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1417.23
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 141712 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 135264862 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1417.23
Current children cumulated vsize (KiB) 100648

[startup+1482.3 s]
/proc/loadavg: 2.20 3.17 3.71 3/88 18834
/proc/meminfo: memFree=1671580/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1477
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 147689 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 11562747 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1477
Current children cumulated vsize (KiB) 100648

[startup+1542.3 s]
/proc/loadavg: 2.07 2.95 3.60 3/88 18834
/proc/meminfo: memFree=1671580/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1536.75
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 153664 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 134588467 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1536.75
Current children cumulated vsize (KiB) 100648

[startup+1602.3 s]
/proc/loadavg: 2.20 2.81 3.51 3/88 18834
/proc/meminfo: memFree=1671516/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1596.51
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 159640 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1596.51
Current children cumulated vsize (KiB) 100648

[startup+1662.3 s]
/proc/loadavg: 2.15 2.69 3.42 3/88 18834
/proc/meminfo: memFree=1671452/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1656.27
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 165616 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1656.27
Current children cumulated vsize (KiB) 100648

[startup+1722.31 s]
/proc/loadavg: 2.11 2.57 3.33 3/88 18834
/proc/meminfo: memFree=1671260/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1716.03
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 171592 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1716.03
Current children cumulated vsize (KiB) 100648

[startup+1782.3 s]
/proc/loadavg: 2.15 2.50 3.26 3/88 18840
/proc/meminfo: memFree=1671068/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1775.78
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 177567 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 135262998 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1775.78
Current children cumulated vsize (KiB) 100648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.22 2.49 3.24 3/88 18840
/proc/meminfo: memFree=1671068/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1800.08
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 179997 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 11571408 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 100648

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

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

[startup+1806.7 s]
/proc/loadavg: 2.22 2.49 3.24 3/88 18840
/proc/meminfo: memFree=1671068/2055920 swapFree=4149828/4192956
[pid=18676] ppid=18674 vsize=100648 CPUtime=1800.08
/proc/18676/stat : 18676 (casperzito) R 18674 18676 14704 0 -1 4194304 1872 0 0 0 179997 11 0 0 25 0 1 0 661679663 103063552 1832 996147200 134512640 135472138 4294956224 18446744073709551615 11571408 0 0 4096 0 0 0 0 17 1 0 0
/proc/18676/statm: 25162 1832 486 234 0 23864 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 100648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.71
CPU time (s): 1800.1
CPU user time (s): 1799.98
CPU system time (s): 0.119981
CPU usage (%): 99.634
Max. virtual memory (cumulated for all children) (KiB): 100648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1872
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= 15
involuntary context switches= 18386

runsolver used 3.18052 second user time and 8.47071 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-03 06:32:11
IDJOB=1055413
IDBENCH=56818
IDSOLVER=362
FILE ID=node90/1055413-1215059531
PBS_JOBID= 7874998
Free space on /tmp= 65540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d774b3d9a6f2ab41cce78f1e9dd6d763
RANDOM SEED=394952255

node90.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.236
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.236
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:       1740916 kB
Buffers:         28796 kB
Cached:         163108 kB
SwapCached:      37324 kB
Active:         168748 kB
Inactive:        77996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740916 kB
SwapTotal:     4192956 kB
SwapFree:      4149828 kB
Dirty:            3140 kB
Writeback:           0 kB
Mapped:          72112 kB
Slab:            52788 kB
Committed_AS:   873372 kB
PageTables:       2424 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= 65532 MiB
End job on node90 at 2008-07-03 07:02:20