Trace number 2094841

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
Abscon 112v4 ACSAT 3.22451 3.2972

DiagnosticValue
CHECKS18466
NODES309

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-9sym-b.xml
MD5SUM3ddc81d2279bd070325942116a416a76
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 benchmark1.05384
Satisfiable
(Un)Satisfiability was proved
Number of variables309
Number of constraints963
Maximum constraint arity87
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension963
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.30	   
0.19/0.30	   instance
0.19/0.30	     name=HOME/instance-2094841-1247405264.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.39/0.41	     nbVariables=309  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=618
0.39/0.41	       =>  wckTime=0.149  cpuTime=0.13  mem=7M892
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.49/0.56	   
0.49/0.56	   constraints being loaded...
2.25/2.34	     nbConstraints=962  nbMergedConstraints=1  nbConflictsStructures=4  nbSharedConflictsStructures=344
2.25/2.34	     nbUnbuiltConflictsStructures=29  nbSharedBinaryRepresentations=0  nbEvaluationManagers=33
2.25/2.34	     nbSharedEvaluationManagers=929  minDegree=3  maxDegree=200  minArity=4  avgArity=23.47  maxArity=87  nbGenerators=0
2.25/2.34	     nbFusions=0  symmetryWckTime=0.445  symmetryCpuTime=0.27
2.25/2.34	       =>  wckTime=2.082  cpuTime=1.64  mem=32M102
2.35/2.44	   
2.35/2.44	   solver IterativeSystematicSolver being built... 
2.65/2.71	   
2.65/2.71	   INFO : Forward propagation technique limited 
2.65/2.79	       =>  wckTime=2.525  cpuTime=1.92  mem=39M505
2.75/2.85	   
2.75/2.85	   preprocessing
2.75/2.85	     nbConstraintChecks=5057  nbValidityChecks=4190  nbPropagations=309  nbRevisions=4478  nbUselessRevisions=4478
2.75/2.85	     nbRemovedValues=0  detectedInconsistency=no
2.75/2.85	       =>  wckTime=0.063  cpuTime=0.04  mem=43M424
3.14/3.24	   
3.14/3.24	   search
3.14/3.24	     run=0  nbConstraintChecks=13409  nbValidityChecks=193488  minDepth=310  maxDepth=309  nbPropagations=623
3.14/3.24	     nbRevisions=105082  nbUselessRevisions=105077  nbAssignments=309  nbFailedAssignments=0  nbBacktracks=0
3.14/3.24	     nbVisitedNodes=310  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
3.14/3.24	     nbSEliminables=0  nbREliminables=154.46  nbIEliminables=2.22  nbDEliminables=0  nbPEliminables=0
3.14/3.24	       =>  wckTime=0.446  cpuTime=0.4  mem=44M420
3.14/3.24	   
3.14/3.24	   global
3.14/3.24	     nbConstraintChecks=18466  nbValidityChecks=197678  nbPropagations=932  nbRevisions=109560
3.14/3.24	     nbUselessRevisions=109555  nbRestartNogoods=0  solvingWckTime=0.453  solvingCpuTime=0.41  expiredTime=no
3.14/3.24	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.32  globalCpuTime=2.37
3.14/3.24	       =>  wckTime=2.98  cpuTime=2.33  mem=44M420
3.14/3.24	   
3.14/3.24	s SATISFIABLE
3.14/3.24	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 
3.14/3.24	d NODES 309
3.14/3.24	d CHECKS 18466
3.14/3.24	   
3.14/3.24	   totalWckTime=3.051  totalCpuTime=2.37

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094841-1247405264/watcher-2094841-1247405264 -o /tmp/evaluation-result-2094841-1247405264/solver-2094841-1247405264 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094841-1247405264.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.02 1.94 3/80 776
/proc/meminfo: memFree=1693584/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=10676 CPUtime=0
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27589553 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 2669 474 207 9 0 1184 0
[pid=776/tid=777] ppid=774 vsize=10676 CPUtime=0
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27589554 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 5717976 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.100213 s]
/proc/loadavg: 2.07 2.02 1.94 3/80 776
/proc/meminfo: memFree=1693584/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=865984 CPUtime=0.09
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 3739 0 1 0 7 2 0 0 18 0 9 0 27589553 886767616 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 216496 3205 1695 9 0 210981 0
[pid=776/tid=777] ppid=774 vsize=865984 CPUtime=0.06
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 2822 0 1 0 5 1 0 0 18 0 9 0 27589554 886767616 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4125977381 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.201223 s]
/proc/loadavg: 2.07 2.02 1.94 3/80 776
/proc/meminfo: memFree=1693584/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=866144 CPUtime=0.19
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 4687 0 1 0 16 3 0 0 18 0 9 0 27589553 886931456 4104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 216536 4104 1885 9 0 211014 0
[pid=776/tid=777] ppid=774 vsize=866144 CPUtime=0.16
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 3759 0 1 0 13 3 0 0 18 0 9 0 27589554 886931456 4104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301231 s]
/proc/loadavg: 2.07 2.02 1.94 3/80 776
/proc/meminfo: memFree=1693584/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=866380 CPUtime=0.28
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 5860 0 1 0 24 4 0 0 18 0 9 0 27589553 887173120 5226 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 216595 5226 1981 9 0 211053 0
[pid=776/tid=777] ppid=774 vsize=866380 CPUtime=0.23
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 4880 0 1 0 19 4 0 0 18 0 9 0 27589554 887173120 5226 996147200 134512640 134550932 4294955968 18446744073709551615 104262876 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701269 s]
/proc/loadavg: 2.07 2.02 1.94 3/80 776
/proc/meminfo: memFree=1693584/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=867152 CPUtime=0.68
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 9546 0 1 0 61 7 0 0 18 0 9 0 27589553 887963648 8900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 216788 8900 2032 9 0 211224 0
[pid=776/tid=777] ppid=774 vsize=867152 CPUtime=0.53
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 8357 0 1 0 47 6 0 0 21 0 9 0 27589554 887963648 8900 996147200 134512640 134550932 4294955968 18446744073709551615 4126707451 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867152

[startup+1.50134 s]
/proc/loadavg: 2.07 2.02 1.94 3/89 785
/proc/meminfo: memFree=1645384/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=867648 CPUtime=1.47
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 18161 0 1 0 133 14 0 0 18 0 9 0 27589553 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 216912 17489 2024 9 0 211370 0
[pid=776/tid=777] ppid=774 vsize=867648 CPUtime=1.21
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 15817 0 1 0 108 13 0 0 25 0 9 0 27589554 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 102724561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=779] ppid=774 vsize=867648 CPUtime=0.03
/proc/776/task/779/stat : 779 (java) S 774 776 32401 0 -1 64 943 0 0 0 3 0 0 0 16 0 9 0 27589556 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=780] ppid=774 vsize=867648 CPUtime=0
/proc/776/task/780/stat : 780 (java) S 774 776 32401 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27589556 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=781] ppid=774 vsize=867648 CPUtime=0
/proc/776/task/781/stat : 781 (java) S 774 776 32401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27589556 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=782] ppid=774 vsize=867648 CPUtime=0
/proc/776/task/782/stat : 782 (java) S 774 776 32401 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27589558 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=783] ppid=774 vsize=867648 CPUtime=0.21
/proc/776/task/783/stat : 783 (java) S 774 776 32401 0 -1 64 698 0 0 0 21 0 0 0 15 0 9 0 27589558 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=784] ppid=774 vsize=867648 CPUtime=0
/proc/776/task/784/stat : 784 (java) S 774 776 32401 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27589558 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=785] ppid=774 vsize=867648 CPUtime=0
/proc/776/task/785/stat : 785 (java) S 774 776 32401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27589558 888471552 17489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867648

[startup+3.10248 s]
/proc/loadavg: 2.15 2.03 1.95 5/91 789
/proc/meminfo: memFree=1623864/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=868176 CPUtime=3.04
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 38445 641 1 0 271 21 11 1 18 0 9 0 27589553 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 217044 21570 2661 9 0 211480 0
[pid=776/tid=777] ppid=774 vsize=868176 CPUtime=2.5
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 28016 641 1 0 221 17 11 1 25 0 9 0 27589554 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4127234733 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=779] ppid=774 vsize=868176 CPUtime=0.3
/proc/776/task/779/stat : 779 (java) S 774 776 32401 0 -1 64 8628 641 0 0 16 2 11 1 16 0 9 0 27589556 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=780] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/780/stat : 780 (java) S 774 776 32401 0 -1 64 20 641 0 0 0 0 11 1 16 0 9 0 27589556 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=781] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/781/stat : 781 (java) S 774 776 32401 0 -1 64 8 641 0 0 0 0 11 1 15 0 9 0 27589556 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=782] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/782/stat : 782 (java) S 774 776 32401 0 -1 64 2 641 0 0 0 0 11 1 18 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=783] ppid=774 vsize=868176 CPUtime=0.46
/proc/776/task/783/stat : 783 (java) S 774 776 32401 0 -1 64 953 641 0 0 33 1 11 1 15 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=784] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/784/stat : 784 (java) S 774 776 32401 0 -1 64 1 641 0 0 0 0 11 1 19 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=785] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/785/stat : 785 (java) S 774 776 32401 0 -1 64 14 641 0 0 0 0 11 1 15 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868176

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

[startup+3.20249 s]
/proc/loadavg: 2.15 2.03 1.95 5/91 789
/proc/meminfo: memFree=1623864/2055920 swapFree=4192812/4192956
[pid=776] ppid=774 vsize=868176 CPUtime=3.14
/proc/776/stat : 776 (java) S 774 776 32401 0 -1 0 38445 641 1 0 281 21 11 1 18 0 9 0 27589553 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/776/statm: 217044 21570 2661 9 0 211480 0
[pid=776/tid=777] ppid=774 vsize=868176 CPUtime=2.6
/proc/776/task/777/stat : 777 (java) R 774 776 32401 0 -1 64 28016 641 1 0 231 17 11 1 25 0 9 0 27589554 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4126971672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=779] ppid=774 vsize=868176 CPUtime=0.3
/proc/776/task/779/stat : 779 (java) S 774 776 32401 0 -1 64 8628 641 0 0 16 2 11 1 16 0 9 0 27589556 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=780] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/780/stat : 780 (java) S 774 776 32401 0 -1 64 20 641 0 0 0 0 11 1 16 0 9 0 27589556 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=781] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/781/stat : 781 (java) S 774 776 32401 0 -1 64 8 641 0 0 0 0 11 1 15 0 9 0 27589556 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=782] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/782/stat : 782 (java) S 774 776 32401 0 -1 64 2 641 0 0 0 0 11 1 18 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=783] ppid=774 vsize=868176 CPUtime=0.46
/proc/776/task/783/stat : 783 (java) S 774 776 32401 0 -1 64 953 641 0 0 33 1 11 1 15 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=784] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/784/stat : 784 (java) S 774 776 32401 0 -1 64 1 641 0 0 0 0 11 1 19 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=776/tid=785] ppid=774 vsize=868176 CPUtime=0.12
/proc/776/task/785/stat : 785 (java) S 774 776 32401 0 -1 64 14 641 0 0 0 0 11 1 15 0 9 0 27589558 889012224 21570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 868176

Child status: 0
Real time (s): 3.2972
CPU time (s): 3.22451
CPU user time (s): 2.97155
CPU system time (s): 0.252961
CPU usage (%): 97.7953
Max. virtual memory (cumulated for all children) (KiB): 868176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.97155
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39125
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1532
involuntary context switches= 1637

runsolver used 0.004999 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 15:27:44
IDJOB=2094841
IDBENCH=54600
IDSOLVER=773
FILE ID=node58/2094841-1247405264
PBS_JOBID= 9510529
Free space on /tmp= 66308 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-9sym-b.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094841-1247405264/watcher-2094841-1247405264 -o /tmp/evaluation-result-2094841-1247405264/solver-2094841-1247405264 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094841-1247405264.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3ddc81d2279bd070325942116a416a76
RANDOM SEED=1132952048

node58.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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.234
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:       1694064 kB
Buffers:         38588 kB
Cached:         133452 kB
SwapCached:          0 kB
Active:         229908 kB
Inactive:        73660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:         151956 kB
Slab:            43384 kB
Committed_AS:  1018416 kB
PageTables:       1952 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= 66304 MiB
End job on node58 at 2009-07-12 15:27:48