Trace number 2068925

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
Sugar v1.14.6+picosat? (TO) 1800.03 1801.23

General information on the benchmark

Namecsp/tdsp/
normalized-C3-2-30.xml
MD5SUM580d1f4298858f6e76af46cd173ebb13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints464
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension464
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:49:03 2009
0.00/0.08	c 0	PID 18462
0.00/0.08	c 0	HOST node43.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068925-1247348942.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068925-1247348942.xml' 'HOME/temp.csp'
0.06/0.58	c 0	5 domains, 89 variables, 2 predicates, 0 relations, 464 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.69	c 0	Parsing HOME/temp.csp
0.54/0.76	c 0	parsed 560 expressions
0.54/0.79	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.79	c 0	Converting to clausal form CSP
0.54/0.83	c 0	converted 56 (10%) expressions
0.54/0.85	c 0	converted 112 (20%) expressions
0.54/0.97	c 0	converted 168 (30%) expressions
0.54/0.99	c 1	converted 224 (40%) expressions
0.90/1.02	c 1	converted 280 (50%) expressions
0.90/1.03	c 1	converted 336 (60%) expressions
0.90/1.04	c 1	converted 392 (70%) expressions
0.90/1.05	c 1	converted 448 (80%) expressions
0.90/1.06	c 1	converted 504 (90%) expressions
0.90/1.06	c 1	converted 560 (100%) expressions
0.90/1.06	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.90/1.06	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.06	c 1	Propagation in CSP
0.90/1.07	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.07	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.90/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.08	c 1	Simplifing CSP by introducing new Boolean variables
1.00/1.10	c 1	CSP : 145 integers, 1624 booleans, 2196 clauses, largest domain size 60
1.00/1.10	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.15	c 1	15 (10%) CSP integer variables are encoded (372 clauses, 3948 bytes)
1.00/1.15	c 1	29 (20%) CSP integer variables are encoded (716 clauses, 7732 bytes)
1.00/1.15	c 1	44 (30%) CSP integer variables are encoded (1100 clauses, 12231 bytes)
1.00/1.15	c 1	58 (40%) CSP integer variables are encoded (1490 clauses, 17301 bytes)
1.00/1.15	c 1	73 (50%) CSP integer variables are encoded (1872 clauses, 22267 bytes)
1.00/1.15	c 1	87 (60%) CSP integer variables are encoded (2246 clauses, 27129 bytes)
1.00/1.15	c 1	102 (70%) CSP integer variables are encoded (2340 clauses, 28351 bytes)
1.00/1.16	c 1	116 (80%) CSP integer variables are encoded (2389 clauses, 28988 bytes)
1.00/1.16	c 1	131 (90%) CSP integer variables are encoded (2492 clauses, 30327 bytes)
1.00/1.16	c 1	145 (100%) CSP integer variables are encoded (2572 clauses, 31367 bytes)
1.09/1.20	c 1	220 (10%) CSP clauses are encoded (16660 clauses, 309605 bytes)
1.20/1.33	c 1	440 (20%) CSP clauses are encoded (70474 clauses, 1454655 bytes)
1.29/1.44	c 1	659 (30%) CSP clauses are encoded (115208 clauses, 2418642 bytes)
1.39/1.53	c 1	879 (40%) CSP clauses are encoded (151136 clauses, 3192028 bytes)
1.49/1.60	c 1	1098 (50%) CSP clauses are encoded (184384 clauses, 3906782 bytes)
1.49/1.69	c 1	1318 (60%) CSP clauses are encoded (220219 clauses, 4682109 bytes)
1.60/1.78	c 1	1538 (70%) CSP clauses are encoded (258896 clauses, 5528315 bytes)
1.69/1.86	c 1	1757 (80%) CSP clauses are encoded (290383 clauses, 6238016 bytes)
1.79/1.96	c 1	1977 (90%) CSP clauses are encoded (327864 clauses, 7092337 bytes)
1.89/2.05	c 2	2196 (100%) CSP clauses are encoded (372006 clauses, 8103172 bytes)
1.89/2.05	c 2	2196 CSP clauses encoded
1.89/2.05	c 2	Writing map file : HOME/temp.map
1.89/2.06	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.89/2.06	c 2	SAT : 4337 SAT variables, 372006 SAT clauses, 8103172 bytes
1.89/2.06	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.89/2.07	c 2	SOLVING HOME/temp.cnf
1.89/2.07	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1801.21	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1801.21	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1801.21	c ERROR INTERRUPTED
1800.03/1801.22	s UNKNOWN
1800.03/1801.22	c 1801	CPU 1.99 (0.06 0.02 1.76 0.15)
1800.03/1801.22	c 1801	END Sun Jul 12 00:19:04 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068925-1247348942/watcher-2068925-1247348942 -o /tmp/evaluation-result-2068925-1247348942/solver-2068925-1247348942 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068925-1247348942.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: 1.98 2.00 1.99 4/81 18462
/proc/meminfo: memFree=1558024/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=18576 CPUtime=0
/proc/18462/stat : 18462 (runsolver) R 18460 18462 18253 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 21958133 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18462/statm: 4644 284 249 26 0 2626 0

[startup+0.087276 s]
/proc/loadavg: 1.98 2.00 1.99 4/81 18462
/proc/meminfo: memFree=1558024/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=0.06
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21958133 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101385 s]
/proc/loadavg: 1.98 2.00 1.99 4/81 18462
/proc/meminfo: memFree=1558024/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=0.06
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21958133 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3014 s]
/proc/loadavg: 1.98 2.00 1.99 4/81 18462
/proc/meminfo: memFree=1558024/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=0.06
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21958133 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701439 s]
/proc/loadavg: 1.98 2.00 1.99 4/81 18462
/proc/meminfo: memFree=1558024/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=0.54
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1309 4610 0 1 5 1 45 3 16 0 1 0 21958133 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50251 s]
/proc/loadavg: 1.98 2.00 1.99 4/92 18484
/proc/meminfo: memFree=1544048/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=0.54
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1310 4610 0 1 5 1 45 3 15 0 1 0 21958133 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1111 409 3 0 796 0
[pid=18475] ppid=18462 vsize=5356 CPUtime=0
/proc/18475/stat : 18475 (sh) S 18462 18462 18253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21958195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18475/statm: 1339 233 193 169 0 50 0
[pid=18476] ppid=18475 vsize=868624 CPUtime=0.85
/proc/18476/stat : 18476 (java) S 18475 18462 18253 0 -1 0 6522 0 1 0 80 5 0 0 18 0 9 0 21958195 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18476/statm: 217156 5665 2589 9 0 211633 0
[pid=18476/tid=18477] ppid=18475 vsize=868624 CPUtime=0.58
/proc/18476/task/18477/stat : 18477 (java) R 18475 18462 18253 0 -1 64 2815 0 1 0 56 2 0 0 21 0 9 0 21958196 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4126830684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18478] ppid=18475 vsize=868624 CPUtime=0.06
/proc/18476/task/18478/stat : 18478 (java) S 18475 18462 18253 0 -1 64 1528 0 0 0 6 0 0 0 16 0 9 0 21958197 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18479] ppid=18475 vsize=868624 CPUtime=0
/proc/18476/task/18479/stat : 18479 (java) S 18475 18462 18253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21958197 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18480] ppid=18475 vsize=868624 CPUtime=0
/proc/18476/task/18480/stat : 18480 (java) S 18475 18462 18253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21958198 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18481] ppid=18475 vsize=868624 CPUtime=0
/proc/18476/task/18481/stat : 18481 (java) S 18475 18462 18253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21958200 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18482] ppid=18475 vsize=868624 CPUtime=0.18
/proc/18476/task/18482/stat : 18482 (java) S 18475 18462 18253 0 -1 64 1481 0 0 0 18 0 0 0 16 0 9 0 21958200 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18483] ppid=18475 vsize=868624 CPUtime=0
/proc/18476/task/18483/stat : 18483 (java) S 18475 18462 18253 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21958200 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18484] ppid=18475 vsize=868624 CPUtime=0
/proc/18476/task/18484/stat : 18484 (java) S 18475 18462 18253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21958200 889470976 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890848

[startup+3.10165 s]
/proc/loadavg: 1.98 2.00 1.99 3/84 18486
/proc/meminfo: memFree=1545968/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=4276 CPUtime=1
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 947 0 0 0 45 55 0 0 25 0 1 0 21958341 4378624 933 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18486/statm: 1069 933 40 102 0 964 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26500

[startup+6.30295 s]
/proc/loadavg: 1.98 2.00 1.99 3/84 18486
/proc/meminfo: memFree=1535216/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=14752 CPUtime=4.17
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 3442 0 0 0 202 215 0 0 25 0 1 0 21958341 15106048 3426 996147200 134512640 134931368 4294956256 18446744073709551615 134531053 0 0 4096 0 0 0 0 17 1 0 0
/proc/18486/statm: 3688 3426 42 102 0 3583 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 36976

[startup+12.7015 s]
/proc/loadavg: 1.98 2.00 1.99 3/84 18486
/proc/meminfo: memFree=1530544/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=17128 CPUtime=10.52
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 4051 0 0 0 836 216 0 0 25 0 1 0 21958341 17539072 4035 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18486/statm: 4282 4035 42 102 0 4177 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 39352

[startup+25.5017 s]
/proc/loadavg: 1.98 2.00 1.99 3/84 18486
/proc/meminfo: memFree=1526704/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=20956 CPUtime=23.19
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 5004 0 0 0 2101 218 0 0 25 0 1 0 21958341 21458944 4988 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/18486/statm: 5239 4988 42 102 0 5134 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 43180

[startup+51.102 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18538
/proc/meminfo: memFree=1835832/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=26896 CPUtime=48.63
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 6543 0 0 0 4641 222 0 0 25 0 1 0 21958341 27541504 6527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 6724 6527 42 102 0 6619 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 49120

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18538
/proc/meminfo: memFree=1771512/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=31512 CPUtime=99.82
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 7778 0 0 0 9758 224 0 0 25 0 1 0 21958341 32268288 7663 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 7878 7663 48 102 0 7773 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 53736

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18540
/proc/meminfo: memFree=1757304/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=34416 CPUtime=159.78
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 8603 0 0 0 15753 225 0 0 25 0 1 0 21958341 35241984 8394 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 8604 8394 48 102 0 8499 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 56640

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18540
/proc/meminfo: memFree=1752632/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1700344/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=52748 CPUtime=1299.34
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 14242 0 0 0 129703 231 0 0 25 0 1 0 21958341 54013952 12965 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 13187 12965 48 102 0 13082 0
Current children cumulated CPU time (s) 1301.32
Current children cumulated vsize (KiB) 74972

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 18546
/proc/meminfo: memFree=1699896/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=52748 CPUtime=1359.31
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 14242 0 0 0 135700 231 0 0 25 0 1 0 21958341 54013952 12965 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 13187 12965 48 102 0 13082 0
Current children cumulated CPU time (s) 1361.29
Current children cumulated vsize (KiB) 74972

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 18546
/proc/meminfo: memFree=1691448/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=56708 CPUtime=1419.3
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 15370 0 0 0 141698 232 0 0 25 0 1 0 21958341 58068992 13940 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 14177 13940 48 102 0 14072 0
Current children cumulated CPU time (s) 1421.28
Current children cumulated vsize (KiB) 78932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 18546
/proc/meminfo: memFree=1691448/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=56708 CPUtime=1479.27
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 15370 0 0 0 147694 233 0 0 25 0 1 0 21958341 58068992 13940 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 14177 13940 48 102 0 14072 0
Current children cumulated CPU time (s) 1481.25
Current children cumulated vsize (KiB) 78932

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1691448/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=56708 CPUtime=1539.25
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 15370 0 0 0 153692 233 0 0 25 0 1 0 21958341 58068992 13940 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 14177 13940 48 102 0 14072 0
Current children cumulated CPU time (s) 1541.23
Current children cumulated vsize (KiB) 78932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1690424/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=59680 CPUtime=1599.22
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 15785 0 0 0 159689 233 0 0 25 0 1 0 21958341 61112320 14196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 14920 14196 48 102 0 14815 0
Current children cumulated CPU time (s) 1601.2
Current children cumulated vsize (KiB) 81904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1685048/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=59680 CPUtime=1659.2
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 15785 0 0 0 165687 233 0 0 25 0 1 0 21958341 61112320 14196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 14920 14196 48 102 0 14815 0
Current children cumulated CPU time (s) 1661.18
Current children cumulated vsize (KiB) 81904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1685048/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=59680 CPUtime=1719.19
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 15785 0 0 0 171685 234 0 0 25 0 1 0 21958341 61112320 14196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 14920 14196 48 102 0 14815 0
Current children cumulated CPU time (s) 1721.17
Current children cumulated vsize (KiB) 81904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1683064/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=61528 CPUtime=1779.16
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 16447 0 0 0 177682 234 0 0 25 0 1 0 21958341 63004672 14691 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 15382 14691 48 102 0 15277 0
Current children cumulated CPU time (s) 1781.14
Current children cumulated vsize (KiB) 83752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1683064/2055920 swapFree=4192812/4192956
[pid=18462] ppid=18460 vsize=16868 CPUtime=1.98
/proc/18462/stat : 18462 (sugar) S 18460 18462 18253 0 -1 4194304 1365 11608 0 2 6 2 176 14 16 0 1 0 21958133 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 4217 1113 409 3 0 796 0
[pid=18485] ppid=18462 vsize=5356 CPUtime=0
/proc/18485/stat : 18485 (sh) S 18462 18462 18253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21958340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18485/statm: 1339 232 193 169 0 50 0
[pid=18486] ppid=18485 vsize=61528 CPUtime=1798.05
/proc/18486/stat : 18486 (picosat) R 18485 18462 18253 0 -1 4194304 16447 0 0 0 179571 234 0 0 25 0 1 0 21958341 63004672 14691 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18486/statm: 15382 14691 48 102 0 15277 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 83752

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18462 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=830721
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=176973
# CPU time returned by wait4() is 2.00769
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.23
CPU time (s): 1800.03
CPU user time (s): 1797.53
CPU system time (s): 2.5
CPU usage (%): 99.9336
Max. virtual memory (cumulated for all children) (KiB): 890848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.83072
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13458
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3400
involuntary context switches= 3335

runsolver used 2.11968 second user time and 6.07907 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 23:49:02
IDJOB=2068925
IDBENCH=54956
IDSOLVER=738
FILE ID=node43/2068925-1247348942
PBS_JOBID= 9506805
Free space on /tmp= 66180 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-2-30.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068925-1247348942/watcher-2068925-1247348942 -o /tmp/evaluation-result-2068925-1247348942/solver-2068925-1247348942 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068925-1247348942.xml

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

MD5SUM BENCH= 580d1f4298858f6e76af46cd173ebb13
RANDOM SEED=1829369967

node43.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.213
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	: 5931.00
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.213
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:       1558504 kB
Buffers:          6240 kB
Cached:          70736 kB
SwapCached:          0 kB
Active:         423188 kB
Inactive:        26544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:         393232 kB
Slab:            32144 kB
Committed_AS:   576060 kB
PageTables:       2608 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= 66148 MiB
End job on node43 at 2009-07-12 00:19:06